COLOR #5F511C

HEX: #5F511C
RGB: (95,81,28)

Color info

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

RGB color model

#5F511C color RGB value is (95,81,28).

  • red value is 95;
  • green value is 81;
  • blue value is 28.
RGB:
(95,81,28)
(37%,32%,11%)

RGB channels and saturation

R 95 of 255 = 37%
G 81 of 255 = 32%
B 28 of 255 = 11%

95
81
28

R + G + B ~ 27%. #5F511C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 81 + 28 = 204 (100%)
R 95 of 204 ~ 46.57%
G 81 of 204 ~ 39.71%
B 28 of 204 ~ 13.73%

%46.57
%39.71
%13.73

CMYK color model

#5F511C color CMYK value is (0,15,71,63).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 70.53%
  • key color value is 62.75%
CMYK:
(0,15,71,63)
C0M15Y71K63 
(0%,15%,71%,63%)
(0.00/0.15/0.71/0.63)	

CMYK percentages

%0
%14.74
%70.53
%62.75

Codes

Color #5F511C in popluar color models

5F511C
RGB958128
HSL47°54.47%24.12%
HSB/HSV47°70.53%37.25%
CMYK0.00%14.74%70.53%
62.75%

Color #5F511C in popluar number systems.

HEX5F511C
Decimal958128
Binary1011111101000111100
Octal13712134

Shades and tints

Shades of #5F511C

#5F511C
(95,81,28)
#574A1A
(87,74,26)
#4F4318
(79,67,24)
#473C16
(71,60,22)
#3F3514
(63,53,20)
#372E12
(55,46,18)
#2F2710
(47,39,16)
#27200E
(39,32,14)
#1F190C
(31,25,12)
#17120A
(23,18,10)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #5F511C

#5F511C
(95,81,28)
#6D6030
(109,96,48)
#7B6F44
(123,111,68)
#897E58
(137,126,88)
#978D6C
(151,141,108)
#A59C80
(165,156,128)
#B3AB94
(179,171,148)
#C1BAA8
(193,186,168)
#CFC9BC
(207,201,188)
#DDD8D0
(221,216,208)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F511C color. Also use rgb(95,81,28) instead hex code.

Text Font Color

.myTextColor { color: #5F511C; }

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

This text font color is #5F511C.


Background Color

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

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

This div background color is #5F511C.


Border color

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

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

This div border color is #5F511C.


Opacity

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

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

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

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

This text has shadow with #5F511C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F511C on black background.


Color preview on white background

This text has color #5F511C on white background.



Black color preview on #5F511C background

This text has black color on #5F511C background.


White color preview on #5F511C background

This text has white color on #5F511C background.