COLOR #5F4A53

HEX: #5F4A53
RGB: (95,74,83)

Color info

#5F4A53 contains red, green and blue colors in about the same proportion. Web safe color of #5F4A53 is #663366 (or #636).

RGB color model

#5F4A53 color RGB value is (95,74,83).

  • red value is 95;
  • green value is 74;
  • blue value is 83.
RGB:
(95,74,83)
(37%,29%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 74 of 255 = 29%
B 83 of 255 = 33%

95
74
83

R + G + B ~ 33%. #5F4A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 74 + 83 = 252 (100%)
R 95 of 252 ~ 37.7%
G 74 of 252 ~ 29.37%
B 83 of 252 ~ 32.94%

%37.7
%29.37
%32.94

CMYK color model

#5F4A53 color CMYK value is (0,22,13,63).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 12.63%
  • key color value is 62.75%
CMYK:
(0,22,13,63)
C0M22Y13K63 
(0%,22%,13%,63%)
(0.00/0.22/0.13/0.63)	

CMYK percentages

%0
%22.11
%12.63
%62.75

Codes

Color #5F4A53 in popluar color models

5F4A53
RGB957483
HSL334°12.43%33.14%
HSB/HSV334°22.11%37.25%
CMYK0.00%22.11%12.63%
62.75%

Color #5F4A53 in popluar number systems.

HEX5F4A53
Decimal957483
Binary101111110010101010011
Octal137112123

Shades and tints

Shades of #5F4A53

#5F4A53
(95,74,83)
#57444C
(87,68,76)
#4F3E45
(79,62,69)
#47383E
(71,56,62)
#3F3237
(63,50,55)
#372C30
(55,44,48)
#2F2629
(47,38,41)
#272022
(39,32,34)
#1F1A1B
(31,26,27)
#171414
(23,20,20)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #5F4A53

#5F4A53
(95,74,83)
#6D5A62
(109,90,98)
#7B6A71
(123,106,113)
#897A80
(137,122,128)
#978A8F
(151,138,143)
#A59A9E
(165,154,158)
#B3AAAD
(179,170,173)
#C1BABC
(193,186,188)
#CFCACB
(207,202,203)
#DDDADA
(221,218,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4A53; }

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

This text font color is #5F4A53.


Background Color

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

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

This div background color is #5F4A53.


Border color

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

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

This div border color is #5F4A53.


Opacity

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

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

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

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

This text has shadow with #5F4A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4A53 on black background.


Color preview on white background

This text has color #5F4A53 on white background.



Black color preview on #5F4A53 background

This text has black color on #5F4A53 background.


White color preview on #5F4A53 background

This text has white color on #5F4A53 background.