COLOR #5F303C

HEX: #5F303C
RGB: (95,48,60)

Color info

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

RGB color model

#5F303C color RGB value is (95,48,60).

  • red value is 95;
  • green value is 48;
  • blue value is 60.
RGB:
(95,48,60)
(37%,19%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 48 of 255 = 19%
B 60 of 255 = 24%

95
48
60

R + G + B ~ 27%. #5F303C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 48 + 60 = 203 (100%)
R 95 of 203 ~ 46.8%
G 48 of 203 ~ 23.65%
B 60 of 203 ~ 29.56%

%46.8
%23.65
%29.56

CMYK color model

#5F303C color CMYK value is (0,49,37,63).

  • cyan value is 0.00%
  • magenta value is 49.47%
  • yellow value is 36.84%
  • key color value is 62.75%
CMYK:
(0,49,37,63)
C0M49Y37K63 
(0%,49%,37%,63%)
(0.00/0.49/0.37/0.63)	

CMYK percentages

%0
%49.47
%36.84
%62.75

Codes

Color #5F303C in popluar color models

5F303C
RGB954860
HSL345°32.87%28.04%
HSB/HSV345°49.47%37.25%
CMYK0.00%49.47%36.84%
62.75%

Color #5F303C in popluar number systems.

HEX5F303C
Decimal954860
Binary1011111110000111100
Octal1376074

Shades and tints

Shades of #5F303C

#5F303C
(95,48,60)
#572C37
(87,44,55)
#4F2832
(79,40,50)
#47242D
(71,36,45)
#3F2028
(63,32,40)
#371C23
(55,28,35)
#2F181E
(47,24,30)
#271419
(39,20,25)
#1F1014
(31,16,20)
#170C0F
(23,12,15)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #5F303C

#5F303C
(95,48,60)
#6D424D
(109,66,77)
#7B545E
(123,84,94)
#89666F
(137,102,111)
#977880
(151,120,128)
#A58A91
(165,138,145)
#B39CA2
(179,156,162)
#C1AEB3
(193,174,179)
#CFC0C4
(207,192,196)
#DDD2D5
(221,210,213)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F303C; }

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

This text font color is #5F303C.


Background Color

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

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

This div background color is #5F303C.


Border color

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

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

This div border color is #5F303C.


Opacity

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

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

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

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

This text has shadow with #5F303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F303C on black background.


Color preview on white background

This text has color #5F303C on white background.



Black color preview on #5F303C background

This text has black color on #5F303C background.


White color preview on #5F303C background

This text has white color on #5F303C background.