COLOR #5F4948

HEX: #5F4948 RGB: (95,73,72)

Color info

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

RGB color model

#5F4948 color RGB value is (95,73,72).

RGB: (95,73,72) (37%, 29%, 28%)

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 72 of 255 = 28%

95
73
72

R + G + B ~ 31%. #5F4948 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 73 + 72 = 240 (100%)
R 95 of 240 ~ 39.58%
G 73 of 240 ~ 30.42%
B 72 of 240 ~ 30'%

%39.58
%30.42
%30

CMYK color model

#5F4948 color CMYK value is (0,23,24,63).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 24.21%
  • key color value is 62.75%
CMYK: (0,23,24,63) C0M23Y24K63 (0%,23%,24%,63%) (0.00/0.23/0.24/0.63) 

CMYK percentages

%0
%23.16
%24.21
%62.75

Codes

Color #5F4948 in popluar color models

5F 49 48
RGB 95 73 72
HSL 13.77% 32.75%
HSB/HSV 24.21% 37.25%
CMYK 0.00% 23.16% 24.21%
62.75%

Color #5F4948 in popluar number systems.

HEX 5F 49 48
Decimal 95 73 72
Binary 1011111 1001001 1001000
Octal 137 111 110

Shades and tints

Shades of #5F4948

#5F4948
(95,73,72)
#574342
(87,67,66)
#4F3D3C
(79,61,60)
#473736
(71,55,54)
#3F3130
(63,49,48)
#372B2A
(55,43,42)
#2F2524
(47,37,36)
#271F1E
(39,31,30)
#1F1918
(31,25,24)
#171312
(23,19,18)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #5F4948

#5F4948
(95,73,72)
#6D5958
(109,89,88)
#7B6968
(123,105,104)
#897978
(137,121,120)
#978988
(151,137,136)
#A59998
(165,153,152)
#B3A9A8
(179,169,168)
#C1B9B8
(193,185,184)
#CFC9C8
(207,201,200)
#DDD9D8
(221,217,216)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4948; }

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

This text font color is #5F4948.

Background Color

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

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

This div background color is #5F4948.

Border color

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

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

This div border color is #5F4948.

Opacity

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

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

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

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

This text has shadow with #5F4948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4948.

Preview

Color preview on black background

This text has color #5F4948 on black background.


Color preview on white background

This text has color #5F4948 on white background.


Black color preview on #5F4948 background

This text has black color on #5F4948 background.


White color preview on #5F4948 background

This text has white color on #5F4948 background.


Related colors

Complementary color

Complementary color for #hex is #A0B6B7.


I love getcolorcode.com

Triadic colors

1 #485F49 and #49485F with #5F4948 are triadic colors.

2 #48495F and #495F48 with #5F4948 are triadic colors.