COLOR #5F583E

HEX: #5F583E
RGB: (95,88,62)

Color info

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

RGB color model

#5F583E color RGB value is (95,88,62).

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

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 62 of 255 = 24%

95
88
62

R + G + B ~ 32%. #5F583E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 88 + 62 = 245 (100%)
R 95 of 245 ~ 38.78%
G 88 of 245 ~ 35.92%
B 62 of 245 ~ 25.31%

%38.78
%35.92
%25.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 34.74%
  • key color value is 62.75%
CMYK:
(0,7,35,63)
C0M7Y35K63 
(0%,7%,35%,63%)
(0.00/0.07/0.35/0.63)	

CMYK percentages

%0
%7.37
%34.74
%62.75

Codes

Color #5F583E in popluar color models

5F583E
RGB958862
HSL47°21.02%30.78%
HSB/HSV47°34.74%37.25%
CMYK0.00%7.37%34.74%
62.75%

Color #5F583E in popluar number systems.

HEX5F583E
Decimal958862
Binary10111111011000111110
Octal13713076

Shades and tints

Shades of #5F583E

#5F583E
(95,88,62)
#575039
(87,80,57)
#4F4834
(79,72,52)
#47402F
(71,64,47)
#3F382A
(63,56,42)
#373025
(55,48,37)
#2F2820
(47,40,32)
#27201B
(39,32,27)
#1F1816
(31,24,22)
#171011
(23,16,17)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #5F583E

#5F583E
(95,88,62)
#6D674F
(109,103,79)
#7B7660
(123,118,96)
#898571
(137,133,113)
#979482
(151,148,130)
#A5A393
(165,163,147)
#B3B2A4
(179,178,164)
#C1C1B5
(193,193,181)
#CFD0C6
(207,208,198)
#DDDFD7
(221,223,215)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F583E; }

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

This text font color is #5F583E.


Background Color

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

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

This div background color is #5F583E.


Border color

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

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

This div border color is #5F583E.


Opacity

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

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

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

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

This text has shadow with #5F583E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F583E on black background.


Color preview on white background

This text has color #5F583E on white background.



Black color preview on #5F583E background

This text has black color on #5F583E background.


White color preview on #5F583E background

This text has white color on #5F583E background.