COLOR #5F4A30

HEX: #5F4A30 RGB: (95,74,48)

Color info

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

RGB color model

#5F4A30 color RGB value is (95,74,48).

RGB: (95,74,48) (37%, 29%, 19%)

RGB channels and saturation

R 95 of 255 = 37%
G 74 of 255 = 29%
B 48 of 255 = 19%

95
74
48

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

Portions of RGB colors in percentages

R + G + B = 95 + 74 + 48 = 217 (100%)
R 95 of 217 ~ 43.78%
G 74 of 217 ~ 34.1%
B 48 of 217 ~ 22.12'%

%43.78
%34.1
%22.12

CMYK color model

#5F4A30 color CMYK value is (0,22,49,63).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 49.47%
  • key color value is 62.75%

CMYK: (0,22,49,63)
C0M22Y49K63 (0%, 22%, 49%, 63%)
(0.00 / 0.22 / 0.49 / 0.63)

CMYK percentages

%0
%22.11
%49.47
%62.75

Codes

Color #5F4A30 in popluar color models

5F 4A 30
RGB 95 74 48
HSL 33° 32.87% 28.04%
HSB/HSV 33° 49.47% 37.25%
CMYK 0.00% 22.11% 49.47%
62.75%

Color #5F4A30 in popluar number systems.

HEX 5F 4A 30
Decimal 95 74 48
Binary 1011111 1001010 110000
Octal 137 112 60

Shades and tints

Shades of #5F4A30

#5F4A30
(95,74,48)
#57442C
(87,68,44)
#4F3E28
(79,62,40)
#473824
(71,56,36)
#3F3220
(63,50,32)
#372C1C
(55,44,28)
#2F2618
(47,38,24)
#272014
(39,32,20)
#1F1A10
(31,26,16)
#17140C
(23,20,12)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #5F4A30

#5F4A30
(95,74,48)
#6D5A42
(109,90,66)
#7B6A54
(123,106,84)
#897A66
(137,122,102)
#978A78
(151,138,120)
#A59A8A
(165,154,138)
#B3AA9C
(179,170,156)
#C1BAAE
(193,186,174)
#CFCAC0
(207,202,192)
#DDDAD2
(221,218,210)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4A30 color. Also use rgb(95,74,48) instead hex code.

Text Font Color

.myTextColor { color: #5F4A30; }

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

This text font color is #5F4A30.

Background Color

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

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

This div background color is #5F4A30.

Border color

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

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

This div border color is #5F4A30.

Opacity

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

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

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

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

This text has shadow with #5F4A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4A30.

Preview

Color preview on black background

This text has color #5F4A30 on black background.


Color preview on white background

This text has color #5F4A30 on white background.


Black color preview on #5F4A30 background

This text has black color on #5F4A30 background.


White color preview on #5F4A30 background

This text has white color on #5F4A30 background.


Related colors

Complementary color

Complementary color for #hex is #A0B5CF.


I love getcolorcode.com

Triadic colors

1 #305F4A and #4A305F with #5F4A30 are triadic colors.

2 #304A5F and #4A5F30 with #5F4A30 are triadic colors.