COLOR #5F553C

HEX: #5F553C
RGB: (95,85,60)

Color info

#5F553C contains red, green and blue colors in about the same proportion. Web safe color of #5F553C is #666633 (or #663).

RGB color model

#5F553C color RGB value is (95,85,60).

  • red value is 95;
  • green value is 85;
  • blue value is 60.
RGB:
(95,85,60)
(37%,33%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 60 of 255 = 24%

95
85
60

R + G + B ~ 31%. #5F553C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 60 = 240 (100%)
R 95 of 240 ~ 39.58%
G 85 of 240 ~ 35.42%
B 60 of 240 ~ 25%

%39.58
%35.42
%25

CMYK color model

#5F553C color CMYK value is (0,11,37,63).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 36.84%
  • key color value is 62.75%
CMYK:
(0,11,37,63)
C0M11Y37K63 
(0%,11%,37%,63%)
(0.00/0.11/0.37/0.63)	

CMYK percentages

%0
%10.53
%36.84
%62.75

Codes

Color #5F553C in popluar color models

5F553C
RGB958560
HSL43°22.58%30.39%
HSB/HSV43°36.84%37.25%
CMYK0.00%10.53%36.84%
62.75%

Color #5F553C in popluar number systems.

HEX5F553C
Decimal958560
Binary10111111010101111100
Octal13712574

Shades and tints

Shades of #5F553C

#5F553C
(95,85,60)
#574E37
(87,78,55)
#4F4732
(79,71,50)
#47402D
(71,64,45)
#3F3928
(63,57,40)
#373223
(55,50,35)
#2F2B1E
(47,43,30)
#272419
(39,36,25)
#1F1D14
(31,29,20)
#17160F
(23,22,15)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F553C

#5F553C
(95,85,60)
#6D644D
(109,100,77)
#7B735E
(123,115,94)
#89826F
(137,130,111)
#979180
(151,145,128)
#A5A091
(165,160,145)
#B3AFA2
(179,175,162)
#C1BEB3
(193,190,179)
#CFCDC4
(207,205,196)
#DDDCD5
(221,220,213)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F553C color. Also use rgb(95,85,60) instead hex code.

Text Font Color

.myTextColor { color: #5F553C; }

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

This text font color is #5F553C.


Background Color

.myBgColor { background-color: #5F553C; }

<div style="background-color:#5F553C">Inner text</div>

This div background color is #5F553C.


Border color

.myBorderColor { border: 1px solid #5F553C; }

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

This div border color is #5F553C.


Opacity

.myOpacity80 { color: #5F553C; opacity: 0.8; }

<p style="color:#5F553C;opacity:0.8;">80%</p>

Text with #5F553C 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 #5F553C;}

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

This text has shadow with #5F553C color.

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

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

This text has shadow with #5F553C primary color and red secondary color.


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

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

This text has shadow with #5F553C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F553C on black background.


Color preview on white background

This text has color #5F553C on white background.



Black color preview on #5F553C background

This text has black color on #5F553C background.


White color preview on #5F553C background

This text has white color on #5F553C background.