COLOR #3E807B

HEX: #3E807B
RGB: (62,128,123)

Color info

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

RGB color model

#3E807B color RGB value is (62,128,123).

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

RGB channels and saturation

R 62 of 255 = 24%
G 128 of 255 = 50%
B 123 of 255 = 48%

62
128
123

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

Portions of RGB colors in percentages

R + G + B =
62 + 128 + 123 = 313 (100%)
R 62 of 313 ~ 19.81%
G 128 of 313 ~ 40.89%
B 123 of 313 ~ 39.3%

%19.81
%40.89
%39.3

CMYK color model

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

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(52,0,4,50)
C52M0Y4K50 
(52%,0%,4%,50%)
(0.52/0.00/0.04/0.50)	

CMYK percentages

%51.56
%0
%3.91
%49.8

Codes

Color #3E807B in popluar color models

3E807B
RGB62128123
HSL175°34.74%37.25%
HSB/HSV175°51.56%50.20%
CMYK51.56%0.00%3.91%
49.80%

Color #3E807B in popluar number systems.

HEX3E807B
Decimal62128123
Binary111110100000001111011
Octal76200173

Shades and tints

Shades of #3E807B

#3E807B
(62,128,123)
#397570
(57,117,112)
#346A65
(52,106,101)
#2F5F5A
(47,95,90)
#2A544F
(42,84,79)
#254944
(37,73,68)
#203E39
(32,62,57)
#1B332E
(27,51,46)
#162823
(22,40,35)
#111D18
(17,29,24)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #3E807B

#3E807B
(62,128,123)
#4F8B87
(79,139,135)
#609693
(96,150,147)
#71A19F
(113,161,159)
#82ACAB
(130,172,171)
#93B7B7
(147,183,183)
#A4C2C3
(164,194,195)
#B5CDCF
(181,205,207)
#C6D8DB
(198,216,219)
#D7E3E7
(215,227,231)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E807B; }

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

This text font color is #3E807B.


Background Color

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

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

This div background color is #3E807B.


Border color

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

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

This div border color is #3E807B.


Opacity

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

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

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

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

This text has shadow with #3E807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E807B on black background.


Color preview on white background

This text has color #3E807B on white background.



Black color preview on #3E807B background

This text has black color on #3E807B background.


White color preview on #3E807B background

This text has white color on #3E807B background.