COLOR #3E7262

HEX: #3E7262 RGB: (62,114,98)

Color info

#3E7262 contains red, green and blue colors in about the same proportion. Web safe color of #3E7262 is #336666 (or #366).

RGB color model

#3E7262 color RGB value is (62,114,98).

RGB: (62,114,98) (24%, 45%, 38%)

RGB channels and saturation

R 62 of 255 = 24%
G 114 of 255 = 45%
B 98 of 255 = 38%

62
114
98

R + G + B ~ 36%. #3E7262 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 114 + 98 = 274 (100%)
R 62 of 274 ~ 22.63%
G 114 of 274 ~ 41.61%
B 98 of 274 ~ 35.77'%

%22.63
%41.61
%35.77

CMYK color model

#3E7262 color CMYK value is (46,0,14,55).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 55.29%
CMYK: (46,0,14,55) C46M0Y14K55 (46%,0%,14%,55%) (0.46/0.00/0.14/0.55) 

CMYK percentages

%45.61
%0
%14.04
%55.29

Codes

Color #3E7262 in popluar color models

3E 72 62
RGB 62 114 98
HSL 162° 29.55% 34.51%
HSB/HSV 162° 45.61% 44.71%
CMYK 45.61% 0.00% 14.04%
55.29%

Color #3E7262 in popluar number systems.

HEX 3E 72 62
Decimal 62 114 98
Binary 111110 1110010 1100010
Octal 76 162 142

Shades and tints

Shades of #3E7262

#3E7262
(62,114,98)
#39685A
(57,104,90)
#345E52
(52,94,82)
#2F544A
(47,84,74)
#2A4A42
(42,74,66)
#25403A
(37,64,58)
#203632
(32,54,50)
#1B2C2A
(27,44,42)
#162222
(22,34,34)
#11181A
(17,24,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #3E7262

#3E7262
(62,114,98)
#4F7E70
(79,126,112)
#608A7E
(96,138,126)
#71968C
(113,150,140)
#82A29A
(130,162,154)
#93AEA8
(147,174,168)
#A4BAB6
(164,186,182)
#B5C6C4
(181,198,196)
#C6D2D2
(198,210,210)
#D7DEE0
(215,222,224)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7262 color. Also use rgb(62,114,98) instead hex code.

Text Font Color

.myTextColor { color: #3E7262; }

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

This text font color is #3E7262.

Background Color

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

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

This div background color is #3E7262.

Border color

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

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

This div border color is #3E7262.

Opacity

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

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

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

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

This text has shadow with #3E7262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7262.

Preview

Color preview on black background

This text has color #3E7262 on black background.


Color preview on white background

This text has color #3E7262 on white background.


Black color preview on #3E7262 background

This text has black color on #3E7262 background.


White color preview on #3E7262 background

This text has white color on #3E7262 background.


Related colors

Complementary color

Complementary color for #hex is #C18D9D.


I love getcolorcode.com

Triadic colors

1 #623E72 and #72623E with #3E7262 are triadic colors.

2 #62723E and #723E62 with #3E7262 are triadic colors.