COLOR #3E7760

HEX: #3E7760 RGB: (62,119,96)

Color info

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

RGB color model

#3E7760 color RGB value is (62,119,96).

RGB: (62,119,96) (24%, 47%, 38%)

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 96 of 255 = 38%

62
119
96

R + G + B ~ 36%. #3E7760 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 119 + 96 = 277 (100%)
R 62 of 277 ~ 22.38%
G 119 of 277 ~ 42.96%
B 96 of 277 ~ 34.66'%

%22.38
%42.96
%34.66

CMYK color model

#3E7760 color CMYK value is (48,0,19,53).

  • cyan value is 47.90%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 53.33%

CMYK: (48,0,19,53)
C48M0Y19K53 (48%, 0%, 19%, 53%)
(0.48 / 0.00 / 0.19 / 0.53)

CMYK percentages

%47.9
%0
%19.33
%53.33

Codes

Color #3E7760 in popluar color models

3E 77 60
RGB 62 119 96
HSL 156° 31.49% 35.49%
HSB/HSV 156° 47.90% 46.67%
CMYK 47.90% 0.00% 19.33%
53.33%

Color #3E7760 in popluar number systems.

HEX 3E 77 60
Decimal 62 119 96
Binary 111110 1110111 1100000
Octal 76 167 140

Shades and tints

Shades of #3E7760

#3E7760
(62,119,96)
#396D58
(57,109,88)
#346350
(52,99,80)
#2F5948
(47,89,72)
#2A4F40
(42,79,64)
#254538
(37,69,56)
#203B30
(32,59,48)
#1B3128
(27,49,40)
#162720
(22,39,32)
#111D18
(17,29,24)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #3E7760

#3E7760
(62,119,96)
#4F836E
(79,131,110)
#608F7C
(96,143,124)
#719B8A
(113,155,138)
#82A798
(130,167,152)
#93B3A6
(147,179,166)
#A4BFB4
(164,191,180)
#B5CBC2
(181,203,194)
#C6D7D0
(198,215,208)
#D7E3DE
(215,227,222)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7760; }

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

This text font color is #3E7760.

Background Color

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

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

This div background color is #3E7760.

Border color

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

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

This div border color is #3E7760.

Opacity

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

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

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

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

This text has shadow with #3E7760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7760.

Preview

Color preview on black background

This text has color #3E7760 on black background.


Color preview on white background

This text has color #3E7760 on white background.


Black color preview on #3E7760 background

This text has black color on #3E7760 background.


White color preview on #3E7760 background

This text has white color on #3E7760 background.


Related colors

Complementary color

Complementary color for #hex is #C1889F.


I love getcolorcode.com

Triadic colors

1 #603E77 and #77603E with #3E7760 are triadic colors.

2 #60773E and #773E60 with #3E7760 are triadic colors.