COLOR #3E7B77

HEX: #3E7B77
RGB: (62,123,119)

Color info

#3E7B77 contains mainly green and blue colors. Web safe color of #3E7B77 is #336666 (or #366).

RGB color model

#3E7B77 color RGB value is (62,123,119).

  • red value is 62;
  • green value is 123;
  • blue value is 119.
RGB:
(62,123,119)
(24%,48%,47%)

RGB channels and saturation

R 62 of 255 = 24%
G 123 of 255 = 48%
B 119 of 255 = 47%

62
123
119

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

Portions of RGB colors in percentages

R + G + B =
62 + 123 + 119 = 304 (100%)
R 62 of 304 ~ 20.39%
G 123 of 304 ~ 40.46%
B 119 of 304 ~ 39.14%

%20.39
%40.46
%39.14

CMYK color model

#3E7B77 color CMYK value is (50,0,3,52).

  • cyan value is 49.59%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 51.76%
CMYK:
(50,0,3,52)
C50M0Y3K52 
(50%,0%,3%,52%)
(0.50/0.00/0.03/0.52)	

CMYK percentages

%49.59
%0
%3.25
%51.76

Codes

Color #3E7B77 in popluar color models

3E7B77
RGB62123119
HSL176°32.97%36.27%
HSB/HSV176°49.59%48.24%
CMYK49.59%0.00%3.25%
51.76%

Color #3E7B77 in popluar number systems.

HEX3E7B77
Decimal62123119
Binary11111011110111110111
Octal76173167

Shades and tints

Shades of #3E7B77

#3E7B77
(62,123,119)
#39706D
(57,112,109)
#346563
(52,101,99)
#2F5A59
(47,90,89)
#2A4F4F
(42,79,79)
#254445
(37,68,69)
#20393B
(32,57,59)
#1B2E31
(27,46,49)
#162327
(22,35,39)
#11181D
(17,24,29)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #3E7B77

#3E7B77
(62,123,119)
#4F8783
(79,135,131)
#60938F
(96,147,143)
#719F9B
(113,159,155)
#82ABA7
(130,171,167)
#93B7B3
(147,183,179)
#A4C3BF
(164,195,191)
#B5CFCB
(181,207,203)
#C6DBD7
(198,219,215)
#D7E7E3
(215,231,227)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7B77; }

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

This text font color is #3E7B77.


Background Color

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

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

This div background color is #3E7B77.


Border color

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

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

This div border color is #3E7B77.


Opacity

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

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

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

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

This text has shadow with #3E7B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7B77 on black background.


Color preview on white background

This text has color #3E7B77 on white background.



Black color preview on #3E7B77 background

This text has black color on #3E7B77 background.


White color preview on #3E7B77 background

This text has white color on #3E7B77 background.