COLOR #5F5729

HEX: #5F5729
RGB: (95,87,41)

Color info

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

RGB color model

#5F5729 color RGB value is (95,87,41).

  • red value is 95;
  • green value is 87;
  • blue value is 41.
RGB:
(95,87,41)
(37%,34%,16%)

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 41 of 255 = 16%

95
87
41

R + G + B ~ 29%. #5F5729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 87 + 41 = 223 (100%)
R 95 of 223 ~ 42.6%
G 87 of 223 ~ 39.01%
B 41 of 223 ~ 18.39%

%42.6
%39.01
%18.39

CMYK color model

#5F5729 color CMYK value is (0,8,57,63).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 56.84%
  • key color value is 62.75%
CMYK:
(0,8,57,63)
C0M8Y57K63 
(0%,8%,57%,63%)
(0.00/0.08/0.57/0.63)	

CMYK percentages

%0
%8.42
%56.84
%62.75

Codes

Color #5F5729 in popluar color models

5F5729
RGB958741
HSL51°39.71%26.67%
HSB/HSV51°56.84%37.25%
CMYK0.00%8.42%56.84%
62.75%

Color #5F5729 in popluar number systems.

HEX5F5729
Decimal958741
Binary10111111010111101001
Octal13712751

Shades and tints

Shades of #5F5729

#5F5729
(95,87,41)
#575026
(87,80,38)
#4F4923
(79,73,35)
#474220
(71,66,32)
#3F3B1D
(63,59,29)
#37341A
(55,52,26)
#2F2D17
(47,45,23)
#272614
(39,38,20)
#1F1F11
(31,31,17)
#17180E
(23,24,14)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #5F5729

#5F5729
(95,87,41)
#6D663C
(109,102,60)
#7B754F
(123,117,79)
#898462
(137,132,98)
#979375
(151,147,117)
#A5A288
(165,162,136)
#B3B19B
(179,177,155)
#C1C0AE
(193,192,174)
#CFCFC1
(207,207,193)
#DDDED4
(221,222,212)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5729 color. Also use rgb(95,87,41) instead hex code.

Text Font Color

.myTextColor { color: #5F5729; }

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

This text font color is #5F5729.


Background Color

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

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

This div background color is #5F5729.


Border color

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

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

This div border color is #5F5729.


Opacity

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

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

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

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

This text has shadow with #5F5729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5729 on black background.


Color preview on white background

This text has color #5F5729 on white background.



Black color preview on #5F5729 background

This text has black color on #5F5729 background.


White color preview on #5F5729 background

This text has white color on #5F5729 background.