COLOR #5F5D1D

HEX: #5F5D1D
RGB: (95,93,29)

Color info

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

RGB color model

#5F5D1D color RGB value is (95,93,29).

  • red value is 95;
  • green value is 93;
  • blue value is 29.
RGB:
(95,93,29)
(37%,36%,11%)

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 29 of 255 = 11%

95
93
29

R + G + B ~ 28%. #5F5D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 29 = 217 (100%)
R 95 of 217 ~ 43.78%
G 93 of 217 ~ 42.86%
B 29 of 217 ~ 13.36%

%43.78
%42.86
%13.36

CMYK color model

#5F5D1D color CMYK value is (0,2,69,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 69.47%
  • key color value is 62.75%
CMYK:
(0,2,69,63)
C0M2Y69K63 
(0%,2%,69%,63%)
(0.00/0.02/0.69/0.63)	

CMYK percentages

%0
%2.11
%69.47
%62.75

Codes

Color #5F5D1D in popluar color models

5F5D1D
RGB959329
HSL58°53.23%24.31%
HSB/HSV58°69.47%37.25%
CMYK0.00%2.11%69.47%
62.75%

Color #5F5D1D in popluar number systems.

HEX5F5D1D
Decimal959329
Binary1011111101110111101
Octal13713535

Shades and tints

Shades of #5F5D1D

#5F5D1D
(95,93,29)
#57551B
(87,85,27)
#4F4D19
(79,77,25)
#474517
(71,69,23)
#3F3D15
(63,61,21)
#373513
(55,53,19)
#2F2D11
(47,45,17)
#27250F
(39,37,15)
#1F1D0D
(31,29,13)
#17150B
(23,21,11)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #5F5D1D

#5F5D1D
(95,93,29)
#6D6B31
(109,107,49)
#7B7945
(123,121,69)
#898759
(137,135,89)
#97956D
(151,149,109)
#A5A381
(165,163,129)
#B3B195
(179,177,149)
#C1BFA9
(193,191,169)
#CFCDBD
(207,205,189)
#DDDBD1
(221,219,209)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5D1D color. Also use rgb(95,93,29) instead hex code.

Text Font Color

.myTextColor { color: #5F5D1D; }

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

This text font color is #5F5D1D.


Background Color

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

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

This div background color is #5F5D1D.


Border color

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

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

This div border color is #5F5D1D.


Opacity

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

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

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

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

This text has shadow with #5F5D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D1D on black background.


Color preview on white background

This text has color #5F5D1D on white background.



Black color preview on #5F5D1D background

This text has black color on #5F5D1D background.


White color preview on #5F5D1D background

This text has white color on #5F5D1D background.