COLOR #5F5E3F

HEX: #5F5E3F
RGB: (95,94,63)

Color info

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

RGB color model

#5F5E3F color RGB value is (95,94,63).

  • red value is 95;
  • green value is 94;
  • blue value is 63.
RGB:
(95,94,63)
(37%,37%,25%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 63 of 255 = 25%

95
94
63

R + G + B ~ 33%. #5F5E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 94 + 63 = 252 (100%)
R 95 of 252 ~ 37.7%
G 94 of 252 ~ 37.3%
B 63 of 252 ~ 25%

%37.7
%37.3
%25

CMYK color model

#5F5E3F color CMYK value is (0,1,34,63).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 33.68%
  • key color value is 62.75%
CMYK:
(0,1,34,63)
C0M1Y34K63 
(0%,1%,34%,63%)
(0.00/0.01/0.34/0.63)	

CMYK percentages

%0
%1.05
%33.68
%62.75

Codes

Color #5F5E3F in popluar color models

5F5E3F
RGB959463
HSL58°20.25%30.98%
HSB/HSV58°33.68%37.25%
CMYK0.00%1.05%33.68%
62.75%

Color #5F5E3F in popluar number systems.

HEX5F5E3F
Decimal959463
Binary10111111011110111111
Octal13713677

Shades and tints

Shades of #5F5E3F

#5F5E3F
(95,94,63)
#57563A
(87,86,58)
#4F4E35
(79,78,53)
#474630
(71,70,48)
#3F3E2B
(63,62,43)
#373626
(55,54,38)
#2F2E21
(47,46,33)
#27261C
(39,38,28)
#1F1E17
(31,30,23)
#171612
(23,22,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #5F5E3F

#5F5E3F
(95,94,63)
#6D6C50
(109,108,80)
#7B7A61
(123,122,97)
#898872
(137,136,114)
#979683
(151,150,131)
#A5A494
(165,164,148)
#B3B2A5
(179,178,165)
#C1C0B6
(193,192,182)
#CFCEC7
(207,206,199)
#DDDCD8
(221,220,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5E3F color. Also use rgb(95,94,63) instead hex code.

Text Font Color

.myTextColor { color: #5F5E3F; }

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

This text font color is #5F5E3F.


Background Color

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

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

This div background color is #5F5E3F.


Border color

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

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

This div border color is #5F5E3F.


Opacity

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

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

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

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

This text has shadow with #5F5E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5E3F on black background.


Color preview on white background

This text has color #5F5E3F on white background.



Black color preview on #5F5E3F background

This text has black color on #5F5E3F background.


White color preview on #5F5E3F background

This text has white color on #5F5E3F background.