COLOR #3E8776

HEX: #3E8776
RGB: (62,135,118)

Color info

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

RGB color model

#3E8776 color RGB value is (62,135,118).

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

RGB channels and saturation

R 62 of 255 = 24%
G 135 of 255 = 53%
B 118 of 255 = 46%

62
135
118

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

Portions of RGB colors in percentages

R + G + B =
62 + 135 + 118 = 315 (100%)
R 62 of 315 ~ 19.68%
G 135 of 315 ~ 42.86%
B 118 of 315 ~ 37.46%

%19.68
%42.86
%37.46

CMYK color model

#3E8776 color CMYK value is (54,0,13,47).

  • cyan value is 54.07%
  • magenta value is 0.00%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK:
(54,0,13,47)
C54M0Y13K47 
(54%,0%,13%,47%)
(0.54/0.00/0.13/0.47)	

CMYK percentages

%54.07
%0
%12.59
%47.06

Codes

Color #3E8776 in popluar color models

3E8776
RGB62135118
HSL166°37.06%38.63%
HSB/HSV166°54.07%52.94%
CMYK54.07%0.00%12.59%
47.06%

Color #3E8776 in popluar number systems.

HEX3E8776
Decimal62135118
Binary111110100001111110110
Octal76207166

Shades and tints

Shades of #3E8776

#3E8776
(62,135,118)
#397B6C
(57,123,108)
#346F62
(52,111,98)
#2F6358
(47,99,88)
#2A574E
(42,87,78)
#254B44
(37,75,68)
#203F3A
(32,63,58)
#1B3330
(27,51,48)
#162726
(22,39,38)
#111B1C
(17,27,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #3E8776

#3E8776
(62,135,118)
#4F9182
(79,145,130)
#609B8E
(96,155,142)
#71A59A
(113,165,154)
#82AFA6
(130,175,166)
#93B9B2
(147,185,178)
#A4C3BE
(164,195,190)
#B5CDCA
(181,205,202)
#C6D7D6
(198,215,214)
#D7E1E2
(215,225,226)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8776; }

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

This text font color is #3E8776.


Background Color

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

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

This div background color is #3E8776.


Border color

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

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

This div border color is #3E8776.


Opacity

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

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

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

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

This text has shadow with #3E8776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8776 on black background.


Color preview on white background

This text has color #3E8776 on white background.



Black color preview on #3E8776 background

This text has black color on #3E8776 background.


White color preview on #3E8776 background

This text has white color on #3E8776 background.