COLOR #5F553A

HEX: #5F553A
RGB: (95,85,58)

Color info

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

RGB color model

#5F553A color RGB value is (95,85,58).

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

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 58 of 255 = 23%

95
85
58

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

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 58 = 238 (100%)
R 95 of 238 ~ 39.92%
G 85 of 238 ~ 35.71%
B 58 of 238 ~ 24.37%

%39.92
%35.71
%24.37

CMYK color model

#5F553A color CMYK value is (0,11,39,63).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 38.95%
  • key color value is 62.75%
CMYK: (0,11,39,63) C0M11Y39K63 (0%,11%,39%,63%) (0.00/0.11/0.39/0.63)

CMYK percentages

%0
%10.53
%38.95
%62.75

Codes

Color #5F553A in popluar color models

5F553A
RGB958558
HSL44°24.18%30.00%
HSB/HSV44°38.95%37.25%
CMYK0.00%10.53%38.95%
62.75%

Color #5F553A in popluar number systems.

HEX5F553A
Decimal958558
Binary10111111010101111010
Octal13712572

Shades and tints

Shades of #5F553A

#5F553A
(95,85,58)
#574E35
(87,78,53)
#4F4730
(79,71,48)
#47402B
(71,64,43)
#3F3926
(63,57,38)
#373221
(55,50,33)
#2F2B1C
(47,43,28)
#272417
(39,36,23)
#1F1D12
(31,29,18)
#17160D
(23,22,13)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #5F553A

#5F553A
(95,85,58)
#6D644B
(109,100,75)
#7B735C
(123,115,92)
#89826D
(137,130,109)
#97917E
(151,145,126)
#A5A08F
(165,160,143)
#B3AFA0
(179,175,160)
#C1BEB1
(193,190,177)
#CFCDC2
(207,205,194)
#DDDCD3
(221,220,211)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F553A; }

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

This text font color is #5F553A.


Background Color

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

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

This div background color is #5F553A.


Border color

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

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

This div border color is #5F553A.


Opacity

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

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

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

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

This text has shadow with #5F553A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5F553A on black background.


Color preview on white background

This text has color #5F553A on white background.



Black color preview on #5F553A background

This text has black color on #5F553A background.


White color preview on #5F553A background

This text has white color on #5F553A background.