COLOR #3B554F

HEX: #3B554F
RGB: (59,85,79)

Color info

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

RGB color model

#3B554F color RGB value is (59,85,79).

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

RGB channels and saturation

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

59
85
79

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

Portions of RGB colors in percentages

R + G + B =
59 + 85 + 79 = 223 (100%)
R 59 of 223 ~ 26.46%
G 85 of 223 ~ 38.12%
B 79 of 223 ~ 35.43%

%26.46
%38.12
%35.43

CMYK color model

#3B554F color CMYK value is (31,0,7,67).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(31,0,7,67)
C31M0Y7K67 
(31%,0%,7%,67%)
(0.31/0.00/0.07/0.67)	

CMYK percentages

%30.59
%0
%7.06
%66.67

Codes

Color #3B554F in popluar color models

3B554F
RGB598579
HSL166°18.06%28.24%
HSB/HSV166°30.59%33.33%
CMYK30.59%0.00%7.06%
66.67%

Color #3B554F in popluar number systems.

HEX3B554F
Decimal598579
Binary11101110101011001111
Octal73125117

Shades and tints

Shades of #3B554F

#3B554F
(59,85,79)
#364E48
(54,78,72)
#314741
(49,71,65)
#2C403A
(44,64,58)
#273933
(39,57,51)
#22322C
(34,50,44)
#1D2B25
(29,43,37)
#18241E
(24,36,30)
#131D17
(19,29,23)
#0E1610
(14,22,16)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #3B554F

#3B554F
(59,85,79)
#4C645F
(76,100,95)
#5D736F
(93,115,111)
#6E827F
(110,130,127)
#7F918F
(127,145,143)
#90A09F
(144,160,159)
#A1AFAF
(161,175,175)
#B2BEBF
(178,190,191)
#C3CDCF
(195,205,207)
#D4DCDF
(212,220,223)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B554F; }

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

This text font color is #3B554F.


Background Color

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

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

This div background color is #3B554F.


Border color

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

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

This div border color is #3B554F.


Opacity

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

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

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

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

This text has shadow with #3B554F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B554F on black background.


Color preview on white background

This text has color #3B554F on white background.



Black color preview on #3B554F background

This text has black color on #3B554F background.


White color preview on #3B554F background

This text has white color on #3B554F background.