COLOR #5F0A24

HEX: #5F0A24
RGB: (95,10,36)

Color info

#5F0A24 contains mainly red and blue colors. Web safe color of #5F0A24 is #660033 (or #603).

RGB color model

#5F0A24 color RGB value is (95,10,36).

  • red value is 95;
  • green value is 10;
  • blue value is 36.
RGB:
(95,10,36)
(37%,4%,14%)

RGB channels and saturation

R 95 of 255 = 37%
G 10 of 255 = 4%
B 36 of 255 = 14%

95
10
36

R + G + B ~ 18%. #5F0A24 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 10 + 36 = 141 (100%)
R 95 of 141 ~ 67.38%
G 10 of 141 ~ 7.09%
B 36 of 141 ~ 25.53%

%67.38
%25.53

CMYK color model

#5F0A24 color CMYK value is (0,89,62,63).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 62.11%
  • key color value is 62.75%
CMYK:
(0,89,62,63)
C0M89Y62K63 
(0%,89%,62%,63%)
(0.00/0.89/0.62/0.63)	

CMYK percentages

%0
%89.47
%62.11
%62.75

Codes

Color #5F0A24 in popluar color models

5F0A24
RGB951036
HSL342°80.95%20.59%
HSB/HSV342°89.47%37.25%
CMYK0.00%89.47%62.11%
62.75%

Color #5F0A24 in popluar number systems.

HEX5F0A24
Decimal951036
Binary10111111010100100
Octal1371244

Shades and tints

Shades of #5F0A24

#5F0A24
(95,10,36)
#570A21
(87,10,33)
#4F0A1E
(79,10,30)
#470A1B
(71,10,27)
#3F0A18
(63,10,24)
#370A15
(55,10,21)
#2F0A12
(47,10,18)
#270A0F
(39,10,15)
#1F0A0C
(31,10,12)
#170A09
(23,10,9)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #5F0A24

#5F0A24
(95,10,36)
#6D2037
(109,32,55)
#7B364A
(123,54,74)
#894C5D
(137,76,93)
#976270
(151,98,112)
#A57883
(165,120,131)
#B38E96
(179,142,150)
#C1A4A9
(193,164,169)
#CFBABC
(207,186,188)
#DDD0CF
(221,208,207)
#EBE6E2
(235,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F0A24 color. Also use rgb(95,10,36) instead hex code.

Text Font Color

.myTextColor { color: #5F0A24; }

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

This text font color is #5F0A24.


Background Color

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

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

This div background color is #5F0A24.


Border color

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

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

This div border color is #5F0A24.


Opacity

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

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

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

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

This text has shadow with #5F0A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F0A24 on black background.


Color preview on white background

This text has color #5F0A24 on white background.



Black color preview on #5F0A24 background

This text has black color on #5F0A24 background.


White color preview on #5F0A24 background

This text has white color on #5F0A24 background.