COLOR #3E5550

HEX: #3E5550
RGB: (62,85,80)

Color info

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

RGB color model

#3E5550 color RGB value is (62,85,80).

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

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 80 of 255 = 31%

62
85
80

R + G + B ~ 29%. #3E5550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 85 + 80 = 227 (100%)
R 62 of 227 ~ 27.31%
G 85 of 227 ~ 37.44%
B 80 of 227 ~ 35.24%

%27.31
%37.44
%35.24

CMYK color model

#3E5550 color CMYK value is (27,0,6,67).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK:
(27,0,6,67)
C27M0Y6K67 
(27%,0%,6%,67%)
(0.27/0.00/0.06/0.67)	

CMYK percentages

%27.06
%0
%5.88
%66.67

Codes

Color #3E5550 in popluar color models

3E5550
RGB628580
HSL167°15.65%28.82%
HSB/HSV167°27.06%33.33%
CMYK27.06%0.00%5.88%
66.67%

Color #3E5550 in popluar number systems.

HEX3E5550
Decimal628580
Binary11111010101011010000
Octal76125120

Shades and tints

Shades of #3E5550

#3E5550
(62,85,80)
#394E49
(57,78,73)
#344742
(52,71,66)
#2F403B
(47,64,59)
#2A3934
(42,57,52)
#25322D
(37,50,45)
#202B26
(32,43,38)
#1B241F
(27,36,31)
#161D18
(22,29,24)
#111611
(17,22,17)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #3E5550

#3E5550
(62,85,80)
#4F645F
(79,100,95)
#60736E
(96,115,110)
#71827D
(113,130,125)
#82918C
(130,145,140)
#93A09B
(147,160,155)
#A4AFAA
(164,175,170)
#B5BEB9
(181,190,185)
#C6CDC8
(198,205,200)
#D7DCD7
(215,220,215)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5550; }

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

This text font color is #3E5550.


Background Color

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

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

This div background color is #3E5550.


Border color

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

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

This div border color is #3E5550.


Opacity

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

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

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

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

This text has shadow with #3E5550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5550 on black background.


Color preview on white background

This text has color #3E5550 on white background.



Black color preview on #3E5550 background

This text has black color on #3E5550 background.


White color preview on #3E5550 background

This text has white color on #3E5550 background.