COLOR #5F563D

HEX: #5F563D
RGB: (95,86,61)

Color info

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

RGB color model

#5F563D color RGB value is (95,86,61).

  • red value is 95;
  • green value is 86;
  • blue value is 61.
RGB:
(95,86,61)
(37%,34%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 61 of 255 = 24%

95
86
61

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 61 = 242 (100%)
R 95 of 242 ~ 39.26%
G 86 of 242 ~ 35.54%
B 61 of 242 ~ 25.21%

%39.26
%35.54
%25.21

CMYK color model

#5F563D color CMYK value is (0,9,36,63).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 35.79%
  • key color value is 62.75%
CMYK:
(0,9,36,63)
C0M9Y36K63 
(0%,9%,36%,63%)
(0.00/0.09/0.36/0.63)	

CMYK percentages

%0
%9.47
%35.79
%62.75

Codes

Color #5F563D in popluar color models

5F563D
RGB958661
HSL44°21.79%30.59%
HSB/HSV44°35.79%37.25%
CMYK0.00%9.47%35.79%
62.75%

Color #5F563D in popluar number systems.

HEX5F563D
Decimal958661
Binary10111111010110111101
Octal13712675

Shades and tints

Shades of #5F563D

#5F563D
(95,86,61)
#574F38
(87,79,56)
#4F4833
(79,72,51)
#47412E
(71,65,46)
#3F3A29
(63,58,41)
#373324
(55,51,36)
#2F2C1F
(47,44,31)
#27251A
(39,37,26)
#1F1E15
(31,30,21)
#171710
(23,23,16)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #5F563D

#5F563D
(95,86,61)
#6D654E
(109,101,78)
#7B745F
(123,116,95)
#898370
(137,131,112)
#979281
(151,146,129)
#A5A192
(165,161,146)
#B3B0A3
(179,176,163)
#C1BFB4
(193,191,180)
#CFCEC5
(207,206,197)
#DDDDD6
(221,221,214)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F563D color. Also use rgb(95,86,61) instead hex code.

Text Font Color

.myTextColor { color: #5F563D; }

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

This text font color is #5F563D.


Background Color

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

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

This div background color is #5F563D.


Border color

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

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

This div border color is #5F563D.


Opacity

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

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

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

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

This text has shadow with #5F563D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F563D on black background.


Color preview on white background

This text has color #5F563D on white background.



Black color preview on #5F563D background

This text has black color on #5F563D background.


White color preview on #5F563D background

This text has white color on #5F563D background.