COLOR #3E626E

HEX: #3E626E RGB: (62,98,110)

Color info

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

RGB color model

#3E626E color RGB value is (62,98,110).

RGB: (62,98,110) (24%, 38%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 110 of 255 = 43%

62
98
110

R + G + B ~ 35%. #3E626E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 98 + 110 = 270 (100%)
R 62 of 270 ~ 22.96%
G 98 of 270 ~ 36.3%
B 110 of 270 ~ 40.74'%

%22.96
%36.3
%40.74

CMYK color model

#3E626E color CMYK value is (44,11,0,57).

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

CMYK: (44,11,0,57)
C44M11Y0K57 (44%, 11%, 0%, 57%)
(0.44 / 0.11 / 0.00 / 0.57)

CMYK percentages

%43.64
%10.91
%0
%56.86

Codes

Color #3E626E in popluar color models

3E 62 6E
RGB 62 98 110
HSL 195° 27.91% 33.73%
HSB/HSV 195° 43.64% 43.14%
CMYK 43.64% 10.91% 0.00%
56.86%

Color #3E626E in popluar number systems.

HEX 3E 62 6E
Decimal 62 98 110
Binary 111110 1100010 1101110
Octal 76 142 156

Shades and tints

Shades of #3E626E

#3E626E
(62,98,110)
#395A64
(57,90,100)
#34525A
(52,82,90)
#2F4A50
(47,74,80)
#2A4246
(42,66,70)
#253A3C
(37,58,60)
#203232
(32,50,50)
#1B2A28
(27,42,40)
#16221E
(22,34,30)
#111A14
(17,26,20)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #3E626E

#3E626E
(62,98,110)
#4F707B
(79,112,123)
#607E88
(96,126,136)
#718C95
(113,140,149)
#829AA2
(130,154,162)
#93A8AF
(147,168,175)
#A4B6BC
(164,182,188)
#B5C4C9
(181,196,201)
#C6D2D6
(198,210,214)
#D7E0E3
(215,224,227)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E626E; }

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

This text font color is #3E626E.

Background Color

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

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

This div background color is #3E626E.

Border color

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

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

This div border color is #3E626E.

Opacity

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

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

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

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

This text has shadow with #3E626E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E626E.

Preview

Color preview on black background

This text has color #3E626E on black background.


Color preview on white background

This text has color #3E626E on white background.


Black color preview on #3E626E background

This text has black color on #3E626E background.


White color preview on #3E626E background

This text has white color on #3E626E background.


Related colors

Complementary color

Complementary color for #hex is #C19D91.


I love getcolorcode.com

Triadic colors

1 #6E3E62 and #626E3E with #3E626E are triadic colors.

2 #6E623E and #623E6E with #3E626E are triadic colors.