COLOR #3E7057

HEX: #3E7057 RGB: (62,112,87)

Color info

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

RGB color model

#3E7057 color RGB value is (62,112,87).

RGB: (62,112,87) (24%, 44%, 34%)

RGB channels and saturation

R 62 of 255 = 24%
G 112 of 255 = 44%
B 87 of 255 = 34%

62
112
87

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

Portions of RGB colors in percentages

R + G + B = 62 + 112 + 87 = 261 (100%)
R 62 of 261 ~ 23.75%
G 112 of 261 ~ 42.91%
B 87 of 261 ~ 33.33'%

%23.75
%42.91
%33.33

CMYK color model

#3E7057 color CMYK value is (45,0,22,56).

  • cyan value is 44.64%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • key color value is 56.08%

CMYK: (45,0,22,56)
C45M0Y22K56 (45%, 0%, 22%, 56%)
(0.45 / 0.00 / 0.22 / 0.56)

CMYK percentages

%44.64
%0
%22.32
%56.08

Codes

Color #3E7057 in popluar color models

3E 70 57
RGB 62 112 87
HSL 150° 28.74% 34.12%
HSB/HSV 150° 44.64% 43.92%
CMYK 44.64% 0.00% 22.32%
56.08%

Color #3E7057 in popluar number systems.

HEX 3E 70 57
Decimal 62 112 87
Binary 111110 1110000 1010111
Octal 76 160 127

Shades and tints

Shades of #3E7057

#3E7057
(62,112,87)
#396650
(57,102,80)
#345C49
(52,92,73)
#2F5242
(47,82,66)
#2A483B
(42,72,59)
#253E34
(37,62,52)
#20342D
(32,52,45)
#1B2A26
(27,42,38)
#16201F
(22,32,31)
#111618
(17,22,24)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #3E7057

#3E7057
(62,112,87)
#4F7D66
(79,125,102)
#608A75
(96,138,117)
#719784
(113,151,132)
#82A493
(130,164,147)
#93B1A2
(147,177,162)
#A4BEB1
(164,190,177)
#B5CBC0
(181,203,192)
#C6D8CF
(198,216,207)
#D7E5DE
(215,229,222)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7057 color. Also use rgb(62,112,87) instead hex code.

Text Font Color

.myTextColor { color: #3E7057; }

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

This text font color is #3E7057.

Background Color

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

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

This div background color is #3E7057.

Border color

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

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

This div border color is #3E7057.

Opacity

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

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

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

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

This text has shadow with #3E7057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7057.

Preview

Color preview on black background

This text has color #3E7057 on black background.


Color preview on white background

This text has color #3E7057 on white background.


Black color preview on #3E7057 background

This text has black color on #3E7057 background.


White color preview on #3E7057 background

This text has white color on #3E7057 background.


Related colors

Complementary color

Complementary color for #hex is #C18FA8.


I love getcolorcode.com

Triadic colors

1 #573E70 and #70573E with #3E7057 are triadic colors.

2 #57703E and #703E57 with #3E7057 are triadic colors.