COLOR #3E6C5D

HEX: #3E6C5D RGB: (62,108,93)

Color info

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

RGB color model

#3E6C5D color RGB value is (62,108,93).

RGB: (62,108,93) (24%, 42%, 36%)

RGB channels and saturation

R 62 of 255 = 24%
G 108 of 255 = 42%
B 93 of 255 = 36%

62
108
93

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

Portions of RGB colors in percentages

R + G + B = 62 + 108 + 93 = 263 (100%)
R 62 of 263 ~ 23.57%
G 108 of 263 ~ 41.06%
B 93 of 263 ~ 35.36'%

%23.57
%41.06
%35.36

CMYK color model

#3E6C5D color CMYK value is (43,0,14,58).

  • cyan value is 42.59%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 57.65%

CMYK: (43,0,14,58)
C43M0Y14K58 (43%, 0%, 14%, 58%)
(0.43 / 0.00 / 0.14 / 0.58)

CMYK percentages

%42.59
%0
%13.89
%57.65

Codes

Color #3E6C5D in popluar color models

3E 6C 5D
RGB 62 108 93
HSL 160° 27.06% 33.33%
HSB/HSV 160° 42.59% 42.35%
CMYK 42.59% 0.00% 13.89%
57.65%

Color #3E6C5D in popluar number systems.

HEX 3E 6C 5D
Decimal 62 108 93
Binary 111110 1101100 1011101
Octal 76 154 135

Shades and tints

Shades of #3E6C5D

#3E6C5D
(62,108,93)
#396355
(57,99,85)
#345A4D
(52,90,77)
#2F5145
(47,81,69)
#2A483D
(42,72,61)
#253F35
(37,63,53)
#20362D
(32,54,45)
#1B2D25
(27,45,37)
#16241D
(22,36,29)
#111B15
(17,27,21)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #3E6C5D

#3E6C5D
(62,108,93)
#4F796B
(79,121,107)
#608679
(96,134,121)
#719387
(113,147,135)
#82A095
(130,160,149)
#93ADA3
(147,173,163)
#A4BAB1
(164,186,177)
#B5C7BF
(181,199,191)
#C6D4CD
(198,212,205)
#D7E1DB
(215,225,219)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6C5D color. Also use rgb(62,108,93) instead hex code.

Text Font Color

.myTextColor { color: #3E6C5D; }

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

This text font color is #3E6C5D.

Background Color

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

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

This div background color is #3E6C5D.

Border color

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

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

This div border color is #3E6C5D.

Opacity

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

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

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

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

This text has shadow with #3E6C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6C5D.

Preview

Color preview on black background

This text has color #3E6C5D on black background.


Color preview on white background

This text has color #3E6C5D on white background.


Black color preview on #3E6C5D background

This text has black color on #3E6C5D background.


White color preview on #3E6C5D background

This text has white color on #3E6C5D background.


Related colors

Complementary color

Complementary color for #hex is #C193A2.


I love getcolorcode.com

Triadic colors

1 #5D3E6C and #6C5D3E with #3E6C5D are triadic colors.

2 #5D6C3E and #6C3E5D with #3E6C5D are triadic colors.