COLOR #3E6D5C

HEX: #3E6D5C
RGB: (62,109,92)

Color info

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

RGB color model

#3E6D5C color RGB value is (62,109,92).

  • red value is 62;
  • green value is 109;
  • blue value is 92.
RGB:
(62,109,92)
(24%,43%,36%)

RGB channels and saturation

R 62 of 255 = 24%
G 109 of 255 = 43%
B 92 of 255 = 36%

62
109
92

R + G + B ~ 34%. #3E6D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 109 + 92 = 263 (100%)
R 62 of 263 ~ 23.57%
G 109 of 263 ~ 41.44%
B 92 of 263 ~ 34.98%

%23.57
%41.44
%34.98

CMYK color model

#3E6D5C color CMYK value is (43,0,16,57).

  • cyan value is 43.12%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 57.25%
CMYK:
(43,0,16,57)
C43M0Y16K57 
(43%,0%,16%,57%)
(0.43/0.00/0.16/0.57)	

CMYK percentages

%43.12
%0
%15.6
%57.25

Codes

Color #3E6D5C in popluar color models

3E6D5C
RGB6210992
HSL158°27.49%33.53%
HSB/HSV158°43.12%42.75%
CMYK43.12%0.00%15.60%
57.25%

Color #3E6D5C in popluar number systems.

HEX3E6D5C
Decimal6210992
Binary11111011011011011100
Octal76155134

Shades and tints

Shades of #3E6D5C

#3E6D5C
(62,109,92)
#396454
(57,100,84)
#345B4C
(52,91,76)
#2F5244
(47,82,68)
#2A493C
(42,73,60)
#254034
(37,64,52)
#20372C
(32,55,44)
#1B2E24
(27,46,36)
#16251C
(22,37,28)
#111C14
(17,28,20)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #3E6D5C

#3E6D5C
(62,109,92)
#4F7A6A
(79,122,106)
#608778
(96,135,120)
#719486
(113,148,134)
#82A194
(130,161,148)
#93AEA2
(147,174,162)
#A4BBB0
(164,187,176)
#B5C8BE
(181,200,190)
#C6D5CC
(198,213,204)
#D7E2DA
(215,226,218)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6D5C; }

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

This text font color is #3E6D5C.


Background Color

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

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

This div background color is #3E6D5C.


Border color

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

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

This div border color is #3E6D5C.


Opacity

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

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

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

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

This text has shadow with #3E6D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6D5C on black background.


Color preview on white background

This text has color #3E6D5C on white background.



Black color preview on #3E6D5C background

This text has black color on #3E6D5C background.


White color preview on #3E6D5C background

This text has white color on #3E6D5C background.