COLOR #5F303B

HEX: #5F303B
RGB: (95,48,59)

Color info

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

RGB color model

#5F303B color RGB value is (95,48,59).

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

RGB channels and saturation

R 95 of 255 = 37%
G 48 of 255 = 19%
B 59 of 255 = 23%

95
48
59

R + G + B ~ 26%. #5F303B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 48 + 59 = 202 (100%)
R 95 of 202 ~ 47.03%
G 48 of 202 ~ 23.76%
B 59 of 202 ~ 29.21%

%47.03
%23.76
%29.21

CMYK color model

#5F303B color CMYK value is (0,49,38,63).

  • cyan value is 0.00%
  • magenta value is 49.47%
  • yellow value is 37.89%
  • key color value is 62.75%
CMYK:
(0,49,38,63)
C0M49Y38K63 
(0%,49%,38%,63%)
(0.00/0.49/0.38/0.63)	

CMYK percentages

%0
%49.47
%37.89
%62.75

Codes

Color #5F303B in popluar color models

5F303B
RGB954859
HSL346°32.87%28.04%
HSB/HSV346°49.47%37.25%
CMYK0.00%49.47%37.89%
62.75%

Color #5F303B in popluar number systems.

HEX5F303B
Decimal954859
Binary1011111110000111011
Octal1376073

Shades and tints

Shades of #5F303B

#5F303B
(95,48,59)
#572C36
(87,44,54)
#4F2831
(79,40,49)
#47242C
(71,36,44)
#3F2027
(63,32,39)
#371C22
(55,28,34)
#2F181D
(47,24,29)
#271418
(39,20,24)
#1F1013
(31,16,19)
#170C0E
(23,12,14)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #5F303B

#5F303B
(95,48,59)
#6D424C
(109,66,76)
#7B545D
(123,84,93)
#89666E
(137,102,110)
#97787F
(151,120,127)
#A58A90
(165,138,144)
#B39CA1
(179,156,161)
#C1AEB2
(193,174,178)
#CFC0C3
(207,192,195)
#DDD2D4
(221,210,212)
#EBE4E5
(235,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F303B; }

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

This text font color is #5F303B.


Background Color

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

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

This div background color is #5F303B.


Border color

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

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

This div border color is #5F303B.


Opacity

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

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

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

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

This text has shadow with #5F303B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F303B on black background.


Color preview on white background

This text has color #5F303B on white background.



Black color preview on #5F303B background

This text has black color on #5F303B background.


White color preview on #5F303B background

This text has white color on #5F303B background.