COLOR #5F5530

HEX: #5F5530
RGB: (95,85,48)

Color info

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

RGB color model

#5F5530 color RGB value is (95,85,48).

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

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 48 of 255 = 19%

95
85
48

R + G + B ~ 30%. #5F5530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 48 = 228 (100%)
R 95 of 228 ~ 41.67%
G 85 of 228 ~ 37.28%
B 48 of 228 ~ 21.05%

%41.67
%37.28
%21.05

CMYK color model

#5F5530 color CMYK value is (0,11,49,63).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 49.47%
  • key color value is 62.75%
CMYK:
(0,11,49,63)
C0M11Y49K63 
(0%,11%,49%,63%)
(0.00/0.11/0.49/0.63)	

CMYK percentages

%0
%10.53
%49.47
%62.75

Codes

Color #5F5530 in popluar color models

5F5530
RGB958548
HSL47°32.87%28.04%
HSB/HSV47°49.47%37.25%
CMYK0.00%10.53%49.47%
62.75%

Color #5F5530 in popluar number systems.

HEX5F5530
Decimal958548
Binary10111111010101110000
Octal13712560

Shades and tints

Shades of #5F5530

#5F5530
(95,85,48)
#574E2C
(87,78,44)
#4F4728
(79,71,40)
#474024
(71,64,36)
#3F3920
(63,57,32)
#37321C
(55,50,28)
#2F2B18
(47,43,24)
#272414
(39,36,20)
#1F1D10
(31,29,16)
#17160C
(23,22,12)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #5F5530

#5F5530
(95,85,48)
#6D6442
(109,100,66)
#7B7354
(123,115,84)
#898266
(137,130,102)
#979178
(151,145,120)
#A5A08A
(165,160,138)
#B3AF9C
(179,175,156)
#C1BEAE
(193,190,174)
#CFCDC0
(207,205,192)
#DDDCD2
(221,220,210)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5530; }

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

This text font color is #5F5530.


Background Color

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

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

This div background color is #5F5530.


Border color

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

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

This div border color is #5F5530.


Opacity

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

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

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

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

This text has shadow with #5F5530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5530 on black background.


Color preview on white background

This text has color #5F5530 on white background.



Black color preview on #5F5530 background

This text has black color on #5F5530 background.


White color preview on #5F5530 background

This text has white color on #5F5530 background.