COLOR #3E5C4F

HEX: #3E5C4F RGB: (62,92,79)

Color info

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

RGB color model

#3E5C4F color RGB value is (62,92,79).

RGB: (62,92,79) (24%, 36%, 31%)

RGB channels and saturation

R 62 of 255 = 24%
G 92 of 255 = 36%
B 79 of 255 = 31%

62
92
79

R + G + B ~ 30%. #3E5C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 92 + 79 = 233 (100%)
R 62 of 233 ~ 26.61%
G 92 of 233 ~ 39.48%
B 79 of 233 ~ 33.91'%

%26.61
%39.48
%33.91

CMYK color model

#3E5C4F color CMYK value is (33,0,14,64).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%

CMYK: (33,0,14,64)
C33M0Y14K64 (33%, 0%, 14%, 64%)
(0.33 / 0.00 / 0.14 / 0.64)

CMYK percentages

%32.61
%0
%14.13
%63.92

Codes

Color #3E5C4F in popluar color models

3E 5C 4F
RGB 62 92 79
HSL 154° 19.48% 30.20%
HSB/HSV 154° 32.61% 36.08%
CMYK 32.61% 0.00% 14.13%
63.92%

Color #3E5C4F in popluar number systems.

HEX 3E 5C 4F
Decimal 62 92 79
Binary 111110 1011100 1001111
Octal 76 134 117

Shades and tints

Shades of #3E5C4F

#3E5C4F
(62,92,79)
#395448
(57,84,72)
#344C41
(52,76,65)
#2F443A
(47,68,58)
#2A3C33
(42,60,51)
#25342C
(37,52,44)
#202C25
(32,44,37)
#1B241E
(27,36,30)
#161C17
(22,28,23)
#111410
(17,20,16)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #3E5C4F

#3E5C4F
(62,92,79)
#4F6A5F
(79,106,95)
#60786F
(96,120,111)
#71867F
(113,134,127)
#82948F
(130,148,143)
#93A29F
(147,162,159)
#A4B0AF
(164,176,175)
#B5BEBF
(181,190,191)
#C6CCCF
(198,204,207)
#D7DADF
(215,218,223)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5C4F color. Also use rgb(62,92,79) instead hex code.

Text Font Color

.myTextColor { color: #3E5C4F; }

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

This text font color is #3E5C4F.

Background Color

.myBgColor { background-color: #3E5C4F; }

<div style="background-color:#3E5C4F">Inner text</div>

This div background color is #3E5C4F.

Border color

.myBorderColor { border: 1px solid #3E5C4F; }

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

This div border color is #3E5C4F.

Opacity

.myOpacity80 { color: #3E5C4F; opacity: 0.8; }

<p style="color:#3E5C4F;opacity:0.8;">80%</p>

Text with #3E5C4F 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 #3E5C4F;}

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

This text has shadow with #3E5C4F color.


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

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

This text has shadow with #3E5C4F primary color and red secondary color.


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

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

This text has shadow with #3E5C4F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3E5C4F.

Preview

Color preview on black background

This text has color #3E5C4F on black background.


Color preview on white background

This text has color #3E5C4F on white background.


Black color preview on #3E5C4F background

This text has black color on #3E5C4F background.


White color preview on #3E5C4F background

This text has white color on #3E5C4F background.


Related colors

Complementary color

Complementary color for #hex is #C1A3B0.


I love getcolorcode.com

Triadic colors

1 #4F3E5C and #5C4F3E with #3E5C4F are triadic colors.

2 #4F5C3E and #5C3E4F with #3E5C4F are triadic colors.