COLOR #3B554E

HEX: #3B554E
RGB: (59,85,78)

Color info

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

RGB color model

#3B554E color RGB value is (59,85,78).

  • red value is 59;
  • green value is 85;
  • blue value is 78.
RGB:
(59,85,78)
(23%,33%,31%)

RGB channels and saturation

R 59 of 255 = 23%
G 85 of 255 = 33%
B 78 of 255 = 31%

59
85
78

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

Portions of RGB colors in percentages

R + G + B =
59 + 85 + 78 = 222 (100%)
R 59 of 222 ~ 26.58%
G 85 of 222 ~ 38.29%
B 78 of 222 ~ 35.14%

%26.58
%38.29
%35.14

CMYK color model

#3B554E color CMYK value is (31,0,8,67).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(31,0,8,67)
C31M0Y8K67 
(31%,0%,8%,67%)
(0.31/0.00/0.08/0.67)	

CMYK percentages

%30.59
%0
%8.24
%66.67

Codes

Color #3B554E in popluar color models

3B554E
RGB598578
HSL164°18.06%28.24%
HSB/HSV164°30.59%33.33%
CMYK30.59%0.00%8.24%
66.67%

Color #3B554E in popluar number systems.

HEX3B554E
Decimal598578
Binary11101110101011001110
Octal73125116

Shades and tints

Shades of #3B554E

#3B554E
(59,85,78)
#364E47
(54,78,71)
#314740
(49,71,64)
#2C4039
(44,64,57)
#273932
(39,57,50)
#22322B
(34,50,43)
#1D2B24
(29,43,36)
#18241D
(24,36,29)
#131D16
(19,29,22)
#0E160F
(14,22,15)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #3B554E

#3B554E
(59,85,78)
#4C645E
(76,100,94)
#5D736E
(93,115,110)
#6E827E
(110,130,126)
#7F918E
(127,145,142)
#90A09E
(144,160,158)
#A1AFAE
(161,175,174)
#B2BEBE
(178,190,190)
#C3CDCE
(195,205,206)
#D4DCDE
(212,220,222)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B554E color. Also use rgb(59,85,78) instead hex code.

Text Font Color

.myTextColor { color: #3B554E; }

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

This text font color is #3B554E.


Background Color

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

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

This div background color is #3B554E.


Border color

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

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

This div border color is #3B554E.


Opacity

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

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

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

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

This text has shadow with #3B554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B554E on black background.


Color preview on white background

This text has color #3B554E on white background.



Black color preview on #3B554E background

This text has black color on #3B554E background.


White color preview on #3B554E background

This text has white color on #3B554E background.