COLOR #5F5028

HEX: #5F5028
RGB: (95,80,40)

Color info

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

RGB color model

#5F5028 color RGB value is (95,80,40).

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

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 40 of 255 = 16%

95
80
40

R + G + B ~ 28%. #5F5028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 80 + 40 = 215 (100%)
R 95 of 215 ~ 44.19%
G 80 of 215 ~ 37.21%
B 40 of 215 ~ 18.6%

%44.19
%37.21
%18.6

CMYK color model

#5F5028 color CMYK value is (0,16,58,63).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 57.89%
  • key color value is 62.75%
CMYK:
(0,16,58,63)
C0M16Y58K63 
(0%,16%,58%,63%)
(0.00/0.16/0.58/0.63)	

CMYK percentages

%0
%15.79
%57.89
%62.75

Codes

Color #5F5028 in popluar color models

5F5028
RGB958040
HSL44°40.74%26.47%
HSB/HSV44°57.89%37.25%
CMYK0.00%15.79%57.89%
62.75%

Color #5F5028 in popluar number systems.

HEX5F5028
Decimal958040
Binary10111111010000101000
Octal13712050

Shades and tints

Shades of #5F5028

#5F5028
(95,80,40)
#574925
(87,73,37)
#4F4222
(79,66,34)
#473B1F
(71,59,31)
#3F341C
(63,52,28)
#372D19
(55,45,25)
#2F2616
(47,38,22)
#271F13
(39,31,19)
#1F1810
(31,24,16)
#17110D
(23,17,13)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #5F5028

#5F5028
(95,80,40)
#6D5F3B
(109,95,59)
#7B6E4E
(123,110,78)
#897D61
(137,125,97)
#978C74
(151,140,116)
#A59B87
(165,155,135)
#B3AA9A
(179,170,154)
#C1B9AD
(193,185,173)
#CFC8C0
(207,200,192)
#DDD7D3
(221,215,211)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5028; }

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

This text font color is #5F5028.


Background Color

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

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

This div background color is #5F5028.


Border color

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

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

This div border color is #5F5028.


Opacity

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

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

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

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

This text has shadow with #5F5028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5028 on black background.


Color preview on white background

This text has color #5F5028 on white background.



Black color preview on #5F5028 background

This text has black color on #5F5028 background.


White color preview on #5F5028 background

This text has white color on #5F5028 background.