COLOR #5F5823

HEX: #5F5823
RGB: (95,88,35)

Color info

#5F5823 contains mainly red and green colors. Web safe color of #5F5823 is #666633 (or #663).

RGB color model

#5F5823 color RGB value is (95,88,35).

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

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 35 of 255 = 14%

95
88
35

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

Portions of RGB colors in percentages

R + G + B =
95 + 88 + 35 = 218 (100%)
R 95 of 218 ~ 43.58%
G 88 of 218 ~ 40.37%
B 35 of 218 ~ 16.06%

%43.58
%40.37
%16.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 63.16%
  • key color value is 62.75%
CMYK:
(0,7,63,63)
C0M7Y63K63 
(0%,7%,63%,63%)
(0.00/0.07/0.63/0.63)	

CMYK percentages

%0
%7.37
%63.16
%62.75

Codes

Color #5F5823 in popluar color models

5F5823
RGB958835
HSL53°46.15%25.49%
HSB/HSV53°63.16%37.25%
CMYK0.00%7.37%63.16%
62.75%

Color #5F5823 in popluar number systems.

HEX5F5823
Decimal958835
Binary10111111011000100011
Octal13713043

Shades and tints

Shades of #5F5823

#5F5823
(95,88,35)
#575020
(87,80,32)
#4F481D
(79,72,29)
#47401A
(71,64,26)
#3F3817
(63,56,23)
#373014
(55,48,20)
#2F2811
(47,40,17)
#27200E
(39,32,14)
#1F180B
(31,24,11)
#171008
(23,16,8)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #5F5823

#5F5823
(95,88,35)
#6D6737
(109,103,55)
#7B764B
(123,118,75)
#89855F
(137,133,95)
#979473
(151,148,115)
#A5A387
(165,163,135)
#B3B29B
(179,178,155)
#C1C1AF
(193,193,175)
#CFD0C3
(207,208,195)
#DDDFD7
(221,223,215)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5823; }

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

This text font color is #5F5823.


Background Color

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

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

This div background color is #5F5823.


Border color

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

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

This div border color is #5F5823.


Opacity

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

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

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

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

This text has shadow with #5F5823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5823 on black background.


Color preview on white background

This text has color #5F5823 on white background.



Black color preview on #5F5823 background

This text has black color on #5F5823 background.


White color preview on #5F5823 background

This text has white color on #5F5823 background.