COLOR #3E5257

HEX: #3E5257
RGB: (62,82,87)

Color info

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

RGB color model

#3E5257 color RGB value is (62,82,87).

  • red value is 62;
  • green value is 82;
  • blue value is 87.
RGB:
(62,82,87)
(24%,32%,34%)

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 87 of 255 = 34%

62
82
87

R + G + B ~ 30%. #3E5257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 82 + 87 = 231 (100%)
R 62 of 231 ~ 26.84%
G 82 of 231 ~ 35.5%
B 87 of 231 ~ 37.66%

%26.84
%35.5
%37.66

CMYK color model

#3E5257 color CMYK value is (29,6,0,66).

  • cyan value is 28.74%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(29,6,0,66)
C29M6Y0K66 
(29%,6%,0%,66%)
(0.29/0.06/0.00/0.66)	

CMYK percentages

%28.74
%5.75
%0
%65.88

Codes

Color #3E5257 in popluar color models

3E5257
RGB628287
HSL192°16.78%29.22%
HSB/HSV192°28.74%34.12%
CMYK28.74%5.75%0.00%
65.88%

Color #3E5257 in popluar number systems.

HEX3E5257
Decimal628287
Binary11111010100101010111
Octal76122127

Shades and tints

Shades of #3E5257

#3E5257
(62,82,87)
#394B50
(57,75,80)
#344449
(52,68,73)
#2F3D42
(47,61,66)
#2A363B
(42,54,59)
#252F34
(37,47,52)
#20282D
(32,40,45)
#1B2126
(27,33,38)
#161A1F
(22,26,31)
#111318
(17,19,24)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #3E5257

#3E5257
(62,82,87)
#4F6166
(79,97,102)
#607075
(96,112,117)
#717F84
(113,127,132)
#828E93
(130,142,147)
#939DA2
(147,157,162)
#A4ACB1
(164,172,177)
#B5BBC0
(181,187,192)
#C6CACF
(198,202,207)
#D7D9DE
(215,217,222)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5257 color. Also use rgb(62,82,87) instead hex code.

Text Font Color

.myTextColor { color: #3E5257; }

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

This text font color is #3E5257.


Background Color

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

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

This div background color is #3E5257.


Border color

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

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

This div border color is #3E5257.


Opacity

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

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

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

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

This text has shadow with #3E5257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5257 on black background.


Color preview on white background

This text has color #3E5257 on white background.



Black color preview on #3E5257 background

This text has black color on #3E5257 background.


White color preview on #3E5257 background

This text has white color on #3E5257 background.