COLOR #3E726E

HEX: #3E726E RGB: (62,114,110)

Color info

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

RGB color model

#3E726E color RGB value is (62,114,110).

RGB: (62,114,110) (24%, 45%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 114 of 255 = 45%
B 110 of 255 = 43%

62
114
110

R + G + B ~ 37%. #3E726E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 114 + 110 = 286 (100%)
R 62 of 286 ~ 21.68%
G 114 of 286 ~ 39.86%
B 110 of 286 ~ 38.46'%

%21.68
%39.86
%38.46

CMYK color model

#3E726E color CMYK value is (46,0,4,55).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 3.51%
  • key color value is 55.29%

CMYK: (46,0,4,55)
C46M0Y4K55 (46%, 0%, 4%, 55%)
(0.46 / 0.00 / 0.04 / 0.55)

CMYK percentages

%45.61
%0
%3.51
%55.29

Codes

Color #3E726E in popluar color models

3E 72 6E
RGB 62 114 110
HSL 175° 29.55% 34.51%
HSB/HSV 175° 45.61% 44.71%
CMYK 45.61% 0.00% 3.51%
55.29%

Color #3E726E in popluar number systems.

HEX 3E 72 6E
Decimal 62 114 110
Binary 111110 1110010 1101110
Octal 76 162 156

Shades and tints

Shades of #3E726E

#3E726E
(62,114,110)
#396864
(57,104,100)
#345E5A
(52,94,90)
#2F5450
(47,84,80)
#2A4A46
(42,74,70)
#25403C
(37,64,60)
#203632
(32,54,50)
#1B2C28
(27,44,40)
#16221E
(22,34,30)
#111814
(17,24,20)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #3E726E

#3E726E
(62,114,110)
#4F7E7B
(79,126,123)
#608A88
(96,138,136)
#719695
(113,150,149)
#82A2A2
(130,162,162)
#93AEAF
(147,174,175)
#A4BABC
(164,186,188)
#B5C6C9
(181,198,201)
#C6D2D6
(198,210,214)
#D7DEE3
(215,222,227)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E726E; }

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

This text font color is #3E726E.

Background Color

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

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

This div background color is #3E726E.

Border color

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

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

This div border color is #3E726E.

Opacity

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

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

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

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

This text has shadow with #3E726E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E726E.

Preview

Color preview on black background

This text has color #3E726E on black background.


Color preview on white background

This text has color #3E726E on white background.


Black color preview on #3E726E background

This text has black color on #3E726E background.


White color preview on #3E726E background

This text has white color on #3E726E background.


Related colors

Complementary color

Complementary color for #hex is #C18D91.


I love getcolorcode.com

Triadic colors

1 #6E3E72 and #726E3E with #3E726E are triadic colors.

2 #6E723E and #723E6E with #3E726E are triadic colors.