COLOR #3E5551

HEX: #3E5551
RGB: (62,85,81)

Color info

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

RGB color model

#3E5551 color RGB value is (62,85,81).

  • red value is 62;
  • green value is 85;
  • blue value is 81.
RGB:
(62,85,81)
(24%,33%,32%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 81 of 255 = 32%

62
85
81

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

Portions of RGB colors in percentages

R + G + B =
62 + 85 + 81 = 228 (100%)
R 62 of 228 ~ 27.19%
G 85 of 228 ~ 37.28%
B 81 of 228 ~ 35.53%

%27.19
%37.28
%35.53

CMYK color model

#3E5551 color CMYK value is (27,0,5,67).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK:
(27,0,5,67)
C27M0Y5K67 
(27%,0%,5%,67%)
(0.27/0.00/0.05/0.67)	

CMYK percentages

%27.06
%0
%4.71
%66.67

Codes

Color #3E5551 in popluar color models

3E5551
RGB628581
HSL170°15.65%28.82%
HSB/HSV170°27.06%33.33%
CMYK27.06%0.00%4.71%
66.67%

Color #3E5551 in popluar number systems.

HEX3E5551
Decimal628581
Binary11111010101011010001
Octal76125121

Shades and tints

Shades of #3E5551

#3E5551
(62,85,81)
#394E4A
(57,78,74)
#344743
(52,71,67)
#2F403C
(47,64,60)
#2A3935
(42,57,53)
#25322E
(37,50,46)
#202B27
(32,43,39)
#1B2420
(27,36,32)
#161D19
(22,29,25)
#111612
(17,22,18)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #3E5551

#3E5551
(62,85,81)
#4F6460
(79,100,96)
#60736F
(96,115,111)
#71827E
(113,130,126)
#82918D
(130,145,141)
#93A09C
(147,160,156)
#A4AFAB
(164,175,171)
#B5BEBA
(181,190,186)
#C6CDC9
(198,205,201)
#D7DCD8
(215,220,216)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5551 color. Also use rgb(62,85,81) instead hex code.

Text Font Color

.myTextColor { color: #3E5551; }

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

This text font color is #3E5551.


Background Color

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

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

This div background color is #3E5551.


Border color

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

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

This div border color is #3E5551.


Opacity

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

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

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

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

This text has shadow with #3E5551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5551 on black background.


Color preview on white background

This text has color #3E5551 on white background.



Black color preview on #3E5551 background

This text has black color on #3E5551 background.


White color preview on #3E5551 background

This text has white color on #3E5551 background.