COLOR #3E7757

HEX: #3E7757 RGB: (62,119,87)

Color info

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

RGB color model

#3E7757 color RGB value is (62,119,87).

RGB: (62,119,87) (24%, 47%, 34%)

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 87 of 255 = 34%

62
119
87

R + G + B ~ 35%. #3E7757 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 119 + 87 = 268 (100%)
R 62 of 268 ~ 23.13%
G 119 of 268 ~ 44.4%
B 87 of 268 ~ 32.46'%

%23.13
%44.4
%32.46

CMYK color model

#3E7757 color CMYK value is (48,0,27,53).

  • cyan value is 47.90%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK: (48,0,27,53) C48M0Y27K53 (48%,0%,27%,53%) (0.48/0.00/0.27/0.53) 

CMYK percentages

%47.9
%0
%26.89
%53.33

Codes

Color #3E7757 in popluar color models

3E 77 57
RGB 62 119 87
HSL 146° 31.49% 35.49%
HSB/HSV 146° 47.90% 46.67%
CMYK 47.90% 0.00% 26.89%
53.33%

Color #3E7757 in popluar number systems.

HEX 3E 77 57
Decimal 62 119 87
Binary 111110 1110111 1010111
Octal 76 167 127

Shades and tints

Shades of #3E7757

#3E7757
(62,119,87)
#396D50
(57,109,80)
#346349
(52,99,73)
#2F5942
(47,89,66)
#2A4F3B
(42,79,59)
#254534
(37,69,52)
#203B2D
(32,59,45)
#1B3126
(27,49,38)
#16271F
(22,39,31)
#111D18
(17,29,24)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #3E7757

#3E7757
(62,119,87)
#4F8366
(79,131,102)
#608F75
(96,143,117)
#719B84
(113,155,132)
#82A793
(130,167,147)
#93B3A2
(147,179,162)
#A4BFB1
(164,191,177)
#B5CBC0
(181,203,192)
#C6D7CF
(198,215,207)
#D7E3DE
(215,227,222)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7757; }

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

This text font color is #3E7757.

Background Color

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

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

This div background color is #3E7757.

Border color

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

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

This div border color is #3E7757.

Opacity

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

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

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

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

This text has shadow with #3E7757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7757.

Preview

Color preview on black background

This text has color #3E7757 on black background.


Color preview on white background

This text has color #3E7757 on white background.


Black color preview on #3E7757 background

This text has black color on #3E7757 background.


White color preview on #3E7757 background

This text has white color on #3E7757 background.


Related colors

Complementary color

Complementary color for #hex is #C188A8.


I love getcolorcode.com

Triadic colors

1 #573E77 and #77573E with #3E7757 are triadic colors.

2 #57773E and #773E57 with #3E7757 are triadic colors.