COLOR #3E8774

HEX: #3E8774
RGB: (62,135,116)

Color info

#3E8774 contains mainly green and blue colors. Web safe color of #3E8774 is #339966 (or #396).

RGB color model

#3E8774 color RGB value is (62,135,116).

  • red value is 62;
  • green value is 135;
  • blue value is 116.
RGB:
(62,135,116)
(24%,53%,45%)

RGB channels and saturation

R 62 of 255 = 24%
G 135 of 255 = 53%
B 116 of 255 = 45%

62
135
116

R + G + B ~ 41%. #3E8774 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 135 + 116 = 313 (100%)
R 62 of 313 ~ 19.81%
G 135 of 313 ~ 43.13%
B 116 of 313 ~ 37.06%

%19.81
%43.13
%37.06

CMYK color model

#3E8774 color CMYK value is (54,0,14,47).

  • cyan value is 54.07%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(54,0,14,47)
C54M0Y14K47 
(54%,0%,14%,47%)
(0.54/0.00/0.14/0.47)	

CMYK percentages

%54.07
%0
%14.07
%47.06

Codes

Color #3E8774 in popluar color models

3E8774
RGB62135116
HSL164°37.06%38.63%
HSB/HSV164°54.07%52.94%
CMYK54.07%0.00%14.07%
47.06%

Color #3E8774 in popluar number systems.

HEX3E8774
Decimal62135116
Binary111110100001111110100
Octal76207164

Shades and tints

Shades of #3E8774

#3E8774
(62,135,116)
#397B6A
(57,123,106)
#346F60
(52,111,96)
#2F6356
(47,99,86)
#2A574C
(42,87,76)
#254B42
(37,75,66)
#203F38
(32,63,56)
#1B332E
(27,51,46)
#162724
(22,39,36)
#111B1A
(17,27,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #3E8774

#3E8774
(62,135,116)
#4F9180
(79,145,128)
#609B8C
(96,155,140)
#71A598
(113,165,152)
#82AFA4
(130,175,164)
#93B9B0
(147,185,176)
#A4C3BC
(164,195,188)
#B5CDC8
(181,205,200)
#C6D7D4
(198,215,212)
#D7E1E0
(215,225,224)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8774 color. Also use rgb(62,135,116) instead hex code.

Text Font Color

.myTextColor { color: #3E8774; }

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

This text font color is #3E8774.


Background Color

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

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

This div background color is #3E8774.


Border color

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

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

This div border color is #3E8774.


Opacity

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

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

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

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

This text has shadow with #3E8774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8774 on black background.


Color preview on white background

This text has color #3E8774 on white background.



Black color preview on #3E8774 background

This text has black color on #3E8774 background.


White color preview on #3E8774 background

This text has white color on #3E8774 background.