COLOR #3E666E

HEX: #3E666E RGB: (62,102,110)

Color info

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

RGB color model

#3E666E color RGB value is (62,102,110).

RGB: (62,102,110) (24%, 40%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 102 of 255 = 40%
B 110 of 255 = 43%

62
102
110

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

Portions of RGB colors in percentages

R + G + B = 62 + 102 + 110 = 274 (100%)
R 62 of 274 ~ 22.63%
G 102 of 274 ~ 37.23%
B 110 of 274 ~ 40.15'%

%22.63
%37.23
%40.15

CMYK color model

#3E666E color CMYK value is (44,7,0,57).

  • cyan value is 43.64%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (44,7,0,57)
C44M7Y0K57 (44%, 7%, 0%, 57%)
(0.44 / 0.07 / 0.00 / 0.57)

CMYK percentages

%43.64
%7.27
%0
%56.86

Codes

Color #3E666E in popluar color models

3E 66 6E
RGB 62 102 110
HSL 190° 27.91% 33.73%
HSB/HSV 190° 43.64% 43.14%
CMYK 43.64% 7.27% 0.00%
56.86%

Color #3E666E in popluar number systems.

HEX 3E 66 6E
Decimal 62 102 110
Binary 111110 1100110 1101110
Octal 76 146 156

Shades and tints

Shades of #3E666E

#3E666E
(62,102,110)
#395D64
(57,93,100)
#34545A
(52,84,90)
#2F4B50
(47,75,80)
#2A4246
(42,66,70)
#25393C
(37,57,60)
#203032
(32,48,50)
#1B2728
(27,39,40)
#161E1E
(22,30,30)
#111514
(17,21,20)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #3E666E

#3E666E
(62,102,110)
#4F737B
(79,115,123)
#608088
(96,128,136)
#718D95
(113,141,149)
#829AA2
(130,154,162)
#93A7AF
(147,167,175)
#A4B4BC
(164,180,188)
#B5C1C9
(181,193,201)
#C6CED6
(198,206,214)
#D7DBE3
(215,219,227)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E666E; }

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

This text font color is #3E666E.

Background Color

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

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

This div background color is #3E666E.

Border color

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

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

This div border color is #3E666E.

Opacity

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

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

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

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

This text has shadow with #3E666E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E666E.

Preview

Color preview on black background

This text has color #3E666E on black background.


Color preview on white background

This text has color #3E666E on white background.


Black color preview on #3E666E background

This text has black color on #3E666E background.


White color preview on #3E666E background

This text has white color on #3E666E background.


Related colors

Complementary color

Complementary color for #hex is #C19991.


I love getcolorcode.com

Triadic colors

1 #6E3E66 and #666E3E with #3E666E are triadic colors.

2 #6E663E and #663E6E with #3E666E are triadic colors.