COLOR #5F5839

HEX: #5F5839
RGB: (95,88,57)

Color info

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

RGB color model

#5F5839 color RGB value is (95,88,57).

  • red value is 95;
  • green value is 88;
  • blue value is 57.
RGB:
(95,88,57)
(37%,35%,22%)

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 57 of 255 = 22%

95
88
57

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

Portions of RGB colors in percentages

R + G + B =
95 + 88 + 57 = 240 (100%)
R 95 of 240 ~ 39.58%
G 88 of 240 ~ 36.67%
B 57 of 240 ~ 23.75%

%39.58
%36.67
%23.75

CMYK color model

#5F5839 color CMYK value is (0,7,40,63).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 40.00%
  • key color value is 62.75%
CMYK:
(0,7,40,63)
C0M7Y40K63 
(0%,7%,40%,63%)
(0.00/0.07/0.40/0.63)	

CMYK percentages

%0
%7.37
%40
%62.75

Codes

Color #5F5839 in popluar color models

5F5839
RGB958857
HSL49°25.00%29.80%
HSB/HSV49°40.00%37.25%
CMYK0.00%7.37%40.00%
62.75%

Color #5F5839 in popluar number systems.

HEX5F5839
Decimal958857
Binary10111111011000111001
Octal13713071

Shades and tints

Shades of #5F5839

#5F5839
(95,88,57)
#575034
(87,80,52)
#4F482F
(79,72,47)
#47402A
(71,64,42)
#3F3825
(63,56,37)
#373020
(55,48,32)
#2F281B
(47,40,27)
#272016
(39,32,22)
#1F1811
(31,24,17)
#17100C
(23,16,12)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #5F5839

#5F5839
(95,88,57)
#6D674B
(109,103,75)
#7B765D
(123,118,93)
#89856F
(137,133,111)
#979481
(151,148,129)
#A5A393
(165,163,147)
#B3B2A5
(179,178,165)
#C1C1B7
(193,193,183)
#CFD0C9
(207,208,201)
#DDDFDB
(221,223,219)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5839 color. Also use rgb(95,88,57) instead hex code.

Text Font Color

.myTextColor { color: #5F5839; }

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

This text font color is #5F5839.


Background Color

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

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

This div background color is #5F5839.


Border color

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

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

This div border color is #5F5839.


Opacity

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

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

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

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

This text has shadow with #5F5839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5839 on black background.


Color preview on white background

This text has color #5F5839 on white background.



Black color preview on #5F5839 background

This text has black color on #5F5839 background.


White color preview on #5F5839 background

This text has white color on #5F5839 background.