COLOR #5F4936

HEX: #5F4936
RGB: (95,73,54)

Color info

#5F4936 contains red, green and blue colors in about the same proportion. Web safe color of #5F4936 is #663333 (or #633).

RGB color model

#5F4936 color RGB value is (95,73,54).

  • red value is 95;
  • green value is 73;
  • blue value is 54.
RGB: (95,73,54) (37%,29%,21%)

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 54 of 255 = 21%

95
73
54

R + G + B ~ 29%. #5F4936 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 54 = 222 (100%)
R 95 of 222 ~ 42.79%
G 73 of 222 ~ 32.88%
B 54 of 222 ~ 24.32%

%42.79
%32.88
%24.32

CMYK color model

#5F4936 color CMYK value is (0,23,43,63).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 43.16%
  • key color value is 62.75%
CMYK: (0,23,43,63) C0M23Y43K63 (0%,23%,43%,63%) (0.00/0.23/0.43/0.63)

CMYK percentages

%0
%23.16
%43.16
%62.75

Codes

Color #5F4936 in popluar color models

5F4936
RGB957354
HSL28°27.52%29.22%
HSB/HSV28°43.16%37.25%
CMYK0.00%23.16%43.16%
62.75%

Color #5F4936 in popluar number systems.

HEX5F4936
Decimal957354
Binary10111111001001110110
Octal13711166

Shades and tints

Shades of #5F4936

#5F4936
(95,73,54)
#574332
(87,67,50)
#4F3D2E
(79,61,46)
#47372A
(71,55,42)
#3F3126
(63,49,38)
#372B22
(55,43,34)
#2F251E
(47,37,30)
#271F1A
(39,31,26)
#1F1916
(31,25,22)
#171312
(23,19,18)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #5F4936

#5F4936
(95,73,54)
#6D5948
(109,89,72)
#7B695A
(123,105,90)
#89796C
(137,121,108)
#97897E
(151,137,126)
#A59990
(165,153,144)
#B3A9A2
(179,169,162)
#C1B9B4
(193,185,180)
#CFC9C6
(207,201,198)
#DDD9D8
(221,217,216)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4936 color. Also use rgb(95,73,54) instead hex code.

Text Font Color

.myTextColor { color: #5F4936; }

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

This text font color is #5F4936.


Background Color

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

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

This div background color is #5F4936.


Border color

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

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

This div border color is #5F4936.


Opacity

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

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

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

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

This text has shadow with #5F4936 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5F4936 on black background.


Color preview on white background

This text has color #5F4936 on white background.



Black color preview on #5F4936 background

This text has black color on #5F4936 background.


White color preview on #5F4936 background

This text has white color on #5F4936 background.