COLOR #5F5A2D

HEX: #5F5A2D
RGB: (95,90,45)

Color info

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

RGB color model

#5F5A2D color RGB value is (95,90,45).

  • red value is 95;
  • green value is 90;
  • blue value is 45.
RGB:
(95,90,45)
(37%,35%,18%)

RGB channels and saturation

R 95 of 255 = 37%
G 90 of 255 = 35%
B 45 of 255 = 18%

95
90
45

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

Portions of RGB colors in percentages

R + G + B =
95 + 90 + 45 = 230 (100%)
R 95 of 230 ~ 41.3%
G 90 of 230 ~ 39.13%
B 45 of 230 ~ 19.57%

%41.3
%39.13
%19.57

CMYK color model

#5F5A2D color CMYK value is (0,5,53,63).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 52.63%
  • key color value is 62.75%
CMYK:
(0,5,53,63)
C0M5Y53K63 
(0%,5%,53%,63%)
(0.00/0.05/0.53/0.63)	

CMYK percentages

%0
%5.26
%52.63
%62.75

Codes

Color #5F5A2D in popluar color models

5F5A2D
RGB959045
HSL54°35.71%27.45%
HSB/HSV54°52.63%37.25%
CMYK0.00%5.26%52.63%
62.75%

Color #5F5A2D in popluar number systems.

HEX5F5A2D
Decimal959045
Binary10111111011010101101
Octal13713255

Shades and tints

Shades of #5F5A2D

#5F5A2D
(95,90,45)
#575229
(87,82,41)
#4F4A25
(79,74,37)
#474221
(71,66,33)
#3F3A1D
(63,58,29)
#373219
(55,50,25)
#2F2A15
(47,42,21)
#272211
(39,34,17)
#1F1A0D
(31,26,13)
#171209
(23,18,9)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #5F5A2D

#5F5A2D
(95,90,45)
#6D6940
(109,105,64)
#7B7853
(123,120,83)
#898766
(137,135,102)
#979679
(151,150,121)
#A5A58C
(165,165,140)
#B3B49F
(179,180,159)
#C1C3B2
(193,195,178)
#CFD2C5
(207,210,197)
#DDE1D8
(221,225,216)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5A2D color. Also use rgb(95,90,45) instead hex code.

Text Font Color

.myTextColor { color: #5F5A2D; }

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

This text font color is #5F5A2D.


Background Color

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

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

This div background color is #5F5A2D.


Border color

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

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

This div border color is #5F5A2D.


Opacity

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

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

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

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

This text has shadow with #5F5A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5A2D on black background.


Color preview on white background

This text has color #5F5A2D on white background.



Black color preview on #5F5A2D background

This text has black color on #5F5A2D background.


White color preview on #5F5A2D background

This text has white color on #5F5A2D background.