COLOR #5F0320

HEX: #5F0320
RGB: (95,3,32)

Color info

#5F0320 contains mainly red color. Web safe color of #5F0320 is #660033 (or #603).

RGB color model

#5F0320 color RGB value is (95,3,32).

  • red value is 95;
  • green value is 3;
  • blue value is 32.
RGB:
(95,3,32)
(37%,1%,13%)

RGB channels and saturation

R 95 of 255 = 37%
G 3 of 255 = 1%
B 32 of 255 = 13%

95
3
32

R + G + B ~ 17%. #5F0320 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 3 + 32 = 130 (100%)
R 95 of 130 ~ 73.08%
G 3 of 130 ~ 2.31%
B 32 of 130 ~ 24.62%

%73.08
%24.62

CMYK color model

#5F0320 color CMYK value is (0,97,66,63).

  • cyan value is 0.00%
  • magenta value is 96.84%
  • yellow value is 66.32%
  • key color value is 62.75%
CMYK:
(0,97,66,63)
C0M97Y66K63 
(0%,97%,66%,63%)
(0.00/0.97/0.66/0.63)	

CMYK percentages

%0
%96.84
%66.32
%62.75

Codes

Color #5F0320 in popluar color models

5F0320
RGB95332
HSL341°93.88%19.22%
HSB/HSV341°96.84%37.25%
CMYK0.00%96.84%66.32%
62.75%

Color #5F0320 in popluar number systems.

HEX5F0320
Decimal95332
Binary101111111100000
Octal137340

Shades and tints

Shades of #5F0320

#5F0320
(95,3,32)
#57031E
(87,3,30)
#4F031C
(79,3,28)
#47031A
(71,3,26)
#3F0318
(63,3,24)
#370316
(55,3,22)
#2F0314
(47,3,20)
#270312
(39,3,18)
#1F0310
(31,3,16)
#17030E
(23,3,14)
#0F030C
(15,3,12)
#000000
(0,0,0)

Tints of #5F0320

#5F0320
(95,3,32)
#6D1934
(109,25,52)
#7B2F48
(123,47,72)
#89455C
(137,69,92)
#975B70
(151,91,112)
#A57184
(165,113,132)
#B38798
(179,135,152)
#C19DAC
(193,157,172)
#CFB3C0
(207,179,192)
#DDC9D4
(221,201,212)
#EBDFE8
(235,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F0320 color. Also use rgb(95,3,32) instead hex code.

Text Font Color

.myTextColor { color: #5F0320; }

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

This text font color is #5F0320.


Background Color

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

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

This div background color is #5F0320.


Border color

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

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

This div border color is #5F0320.


Opacity

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

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

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

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

This text has shadow with #5F0320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F0320 on black background.


Color preview on white background

This text has color #5F0320 on white background.



Black color preview on #5F0320 background

This text has black color on #5F0320 background.


White color preview on #5F0320 background

This text has white color on #5F0320 background.