COLOR #5F5053

HEX: #5F5053
RGB: (95,80,83)

Color info

#5F5053 contains red, green and blue colors in about the same proportion. Web safe color of #5F5053 is #666666 (or #666).

RGB color model

#5F5053 color RGB value is (95,80,83).

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

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 83 of 255 = 33%

95
80
83

R + G + B ~ 34%. #5F5053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 80 + 83 = 258 (100%)
R 95 of 258 ~ 36.82%
G 80 of 258 ~ 31.01%
B 83 of 258 ~ 32.17%

%36.82
%31.01
%32.17

CMYK color model

#5F5053 color CMYK value is (0,16,13,63).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 12.63%
  • key color value is 62.75%
CMYK:
(0,16,13,63)
C0M16Y13K63 
(0%,16%,13%,63%)
(0.00/0.16/0.13/0.63)	

CMYK percentages

%0
%15.79
%12.63
%62.75

Codes

Color #5F5053 in popluar color models

5F5053
RGB958083
HSL348°8.57%34.31%
HSB/HSV348°15.79%37.25%
CMYK0.00%15.79%12.63%
62.75%

Color #5F5053 in popluar number systems.

HEX5F5053
Decimal958083
Binary101111110100001010011
Octal137120123

Shades and tints

Shades of #5F5053

#5F5053
(95,80,83)
#57494C
(87,73,76)
#4F4245
(79,66,69)
#473B3E
(71,59,62)
#3F3437
(63,52,55)
#372D30
(55,45,48)
#2F2629
(47,38,41)
#271F22
(39,31,34)
#1F181B
(31,24,27)
#171114
(23,17,20)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #5F5053

#5F5053
(95,80,83)
#6D5F62
(109,95,98)
#7B6E71
(123,110,113)
#897D80
(137,125,128)
#978C8F
(151,140,143)
#A59B9E
(165,155,158)
#B3AAAD
(179,170,173)
#C1B9BC
(193,185,188)
#CFC8CB
(207,200,203)
#DDD7DA
(221,215,218)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5053; }

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

This text font color is #5F5053.


Background Color

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

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

This div background color is #5F5053.


Border color

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

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

This div border color is #5F5053.


Opacity

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

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

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

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

This text has shadow with #5F5053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5053 on black background.


Color preview on white background

This text has color #5F5053 on white background.



Black color preview on #5F5053 background

This text has black color on #5F5053 background.


White color preview on #5F5053 background

This text has white color on #5F5053 background.