COLOR #4C5865

HEX: #4C5865 RGB: (76,88,101)

Color info

#4C5865 contains red, green and blue colors in about the same proportion. Web safe color of #4C5865 is #336666 (or #366).

RGB color model

#4C5865 color RGB value is (76,88,101).

RGB: (76,88,101) (30%, 35%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 88 of 255 = 35%
B 101 of 255 = 40%

76
88
101

R + G + B ~ 35%. #4C5865 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 88 + 101 = 265 (100%)
R 76 of 265 ~ 28.68%
G 88 of 265 ~ 33.21%
B 101 of 265 ~ 38.11'%

%28.68
%33.21
%38.11

CMYK color model

#4C5865 color CMYK value is (25,13,0,60).

  • cyan value is 24.75%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (25,13,0,60)
C25M13Y0K60 (25%, 13%, 0%, 60%)
(0.25 / 0.13 / 0.00 / 0.60)

CMYK percentages

%24.75
%12.87
%0
%60.39

Codes

Color #4C5865 in popluar color models

4C 58 65
RGB 76 88 101
HSL 211° 14.12% 34.71%
HSB/HSV 211° 24.75% 39.61%
CMYK 24.75% 12.87% 0.00%
60.39%

Color #4C5865 in popluar number systems.

HEX 4C 58 65
Decimal 76 88 101
Binary 1001100 1011000 1100101
Octal 114 130 145

Shades and tints

Shades of #4C5865

#4C5865
(76,88,101)
#46505C
(70,80,92)
#404853
(64,72,83)
#3A404A
(58,64,74)
#343841
(52,56,65)
#2E3038
(46,48,56)
#28282F
(40,40,47)
#222026
(34,32,38)
#1C181D
(28,24,29)
#161014
(22,16,20)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #4C5865

#4C5865
(76,88,101)
#5C6773
(92,103,115)
#6C7681
(108,118,129)
#7C858F
(124,133,143)
#8C949D
(140,148,157)
#9CA3AB
(156,163,171)
#ACB2B9
(172,178,185)
#BCC1C7
(188,193,199)
#CCD0D5
(204,208,213)
#DCDFE3
(220,223,227)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5865 color. Also use rgb(76,88,101) instead hex code.

Text Font Color

.myTextColor { color: #4C5865; }

<p style="color:#4C5865">This sample text font color is #4C5865.</p>

This text font color is #4C5865.

Background Color

.myBgColor { background-color: #4C5865; }

<div style="background-color:#4C5865">Inner text</div>

This div background color is #4C5865.

Border color

.myBorderColor { border: 1px solid #4C5865; }

<div style="border:3px solid #4C5865">Div</div>

This div border color is #4C5865.

Opacity

.myOpacity80 { color: #4C5865; opacity: 0.8; }

<p style="color:#4C5865;opacity:0.8;">80%</p>

Text with #4C5865 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4C5865;}

<p style="text-shadow: 3px 3px 1px #4C5865">Text here.</p>

This text has shadow with #4C5865 color.


.textShadow {text-shadow: 3px 3px 1px #4C5865', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4C5865, 5px 5px 20px red">Text here.</p>

This text has shadow with #4C5865 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C5865, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4C5865, Direction=45, Strength=4)">Text</p>

This text has shadow with #4C5865 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C5865;
-webkit-box-shadow: 1px 1px 3px 2px #4C5865;
box-shadow: 1px 1px 3px 2px #4C5865;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C5865; -webkit-box-shadow: 1px 1px 3px 2px #4C5865; box-shadow:1px 1px 3px 2px #4C5865;">
Div content here
</div>

This div box has shadow with color #4C5865.

Preview

Color preview on black background

This text has color #4C5865 on black background.


Color preview on white background

This text has color #4C5865 on white background.


Black color preview on #4C5865 background

This text has black color on #4C5865 background.


White color preview on #4C5865 background

This text has white color on #4C5865 background.


Related colors

Complementary color

Complementary color for #hex is #B3A79A.


I love getcolorcode.com

Triadic colors

1 #654C58 and #58654C with #4C5865 are triadic colors.

2 #65584C and #584C65 with #4C5865 are triadic colors.