COLOR #3E7A7E

HEX: #3E7A7E
RGB: (62,122,126)

Color info

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

RGB color model

#3E7A7E color RGB value is (62,122,126).

  • red value is 62;
  • green value is 122;
  • blue value is 126.
RGB:
(62,122,126)
(24%,48%,49%)

RGB channels and saturation

R 62 of 255 = 24%
G 122 of 255 = 48%
B 126 of 255 = 49%

62
122
126

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

Portions of RGB colors in percentages

R + G + B =
62 + 122 + 126 = 310 (100%)
R 62 of 310 ~ 20%
G 122 of 310 ~ 39.35%
B 126 of 310 ~ 40.65%

%20
%39.35
%40.65

CMYK color model

#3E7A7E color CMYK value is (51,3,0,51).

  • cyan value is 50.79%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(51,3,0,51)
C51M3Y0K51 
(51%,3%,0%,51%)
(0.51/0.03/0.00/0.51)	

CMYK percentages

%50.79
%3.17
%0
%50.59

Codes

Color #3E7A7E in popluar color models

3E7A7E
RGB62122126
HSL184°34.04%36.86%
HSB/HSV184°50.79%49.41%
CMYK50.79%3.17%0.00%
50.59%

Color #3E7A7E in popluar number systems.

HEX3E7A7E
Decimal62122126
Binary11111011110101111110
Octal76172176

Shades and tints

Shades of #3E7A7E

#3E7A7E
(62,122,126)
#396F73
(57,111,115)
#346468
(52,100,104)
#2F595D
(47,89,93)
#2A4E52
(42,78,82)
#254347
(37,67,71)
#20383C
(32,56,60)
#1B2D31
(27,45,49)
#162226
(22,34,38)
#11171B
(17,23,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #3E7A7E

#3E7A7E
(62,122,126)
#4F8689
(79,134,137)
#609294
(96,146,148)
#719E9F
(113,158,159)
#82AAAA
(130,170,170)
#93B6B5
(147,182,181)
#A4C2C0
(164,194,192)
#B5CECB
(181,206,203)
#C6DAD6
(198,218,214)
#D7E6E1
(215,230,225)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7A7E color. Also use rgb(62,122,126) instead hex code.

Text Font Color

.myTextColor { color: #3E7A7E; }

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

This text font color is #3E7A7E.


Background Color

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

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

This div background color is #3E7A7E.


Border color

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

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

This div border color is #3E7A7E.


Opacity

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

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

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

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

This text has shadow with #3E7A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7A7E on black background.


Color preview on white background

This text has color #3E7A7E on white background.



Black color preview on #3E7A7E background

This text has black color on #3E7A7E background.


White color preview on #3E7A7E background

This text has white color on #3E7A7E background.