COLOR #5F4328

HEX: #5F4328
RGB: (95,67,40)

Color info

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

RGB color model

#5F4328 color RGB value is (95,67,40).

  • red value is 95;
  • green value is 67;
  • blue value is 40.
RGB:
(95,67,40)
(37%,26%,16%)

RGB channels and saturation

R 95 of 255 = 37%
G 67 of 255 = 26%
B 40 of 255 = 16%

95
67
40

R + G + B ~ 26%. #5F4328 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 67 + 40 = 202 (100%)
R 95 of 202 ~ 47.03%
G 67 of 202 ~ 33.17%
B 40 of 202 ~ 19.8%

%47.03
%33.17
%19.8

CMYK color model

#5F4328 color CMYK value is (0,29,58,63).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 57.89%
  • key color value is 62.75%
CMYK:
(0,29,58,63)
C0M29Y58K63 
(0%,29%,58%,63%)
(0.00/0.29/0.58/0.63)	

CMYK percentages

%0
%29.47
%57.89
%62.75

Codes

Color #5F4328 in popluar color models

5F4328
RGB956740
HSL29°40.74%26.47%
HSB/HSV29°57.89%37.25%
CMYK0.00%29.47%57.89%
62.75%

Color #5F4328 in popluar number systems.

HEX5F4328
Decimal956740
Binary10111111000011101000
Octal13710350

Shades and tints

Shades of #5F4328

#5F4328
(95,67,40)
#573D25
(87,61,37)
#4F3722
(79,55,34)
#47311F
(71,49,31)
#3F2B1C
(63,43,28)
#372519
(55,37,25)
#2F1F16
(47,31,22)
#271913
(39,25,19)
#1F1310
(31,19,16)
#170D0D
(23,13,13)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #5F4328

#5F4328
(95,67,40)
#6D543B
(109,84,59)
#7B654E
(123,101,78)
#897661
(137,118,97)
#978774
(151,135,116)
#A59887
(165,152,135)
#B3A99A
(179,169,154)
#C1BAAD
(193,186,173)
#CFCBC0
(207,203,192)
#DDDCD3
(221,220,211)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4328 color. Also use rgb(95,67,40) instead hex code.

Text Font Color

.myTextColor { color: #5F4328; }

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

This text font color is #5F4328.


Background Color

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

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

This div background color is #5F4328.


Border color

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

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

This div border color is #5F4328.


Opacity

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

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

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

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

This text has shadow with #5F4328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4328 on black background.


Color preview on white background

This text has color #5F4328 on white background.



Black color preview on #5F4328 background

This text has black color on #5F4328 background.


White color preview on #5F4328 background

This text has white color on #5F4328 background.