COLOR #5F2425

HEX: #5F2425
RGB: (95,36,37)

Color info

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

RGB color model

#5F2425 color RGB value is (95,36,37).

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

RGB channels and saturation

R 95 of 255 = 37%
G 36 of 255 = 14%
B 37 of 255 = 15%

95
36
37

R + G + B ~ 22%. #5F2425 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 36 + 37 = 168 (100%)
R 95 of 168 ~ 56.55%
G 36 of 168 ~ 21.43%
B 37 of 168 ~ 22.02%

%56.55
%21.43
%22.02

CMYK color model

#5F2425 color CMYK value is (0,62,61,63).

  • cyan value is 0.00%
  • magenta value is 62.11%
  • yellow value is 61.05%
  • key color value is 62.75%
CMYK:
(0,62,61,63)
C0M62Y61K63 
(0%,62%,61%,63%)
(0.00/0.62/0.61/0.63)	

CMYK percentages

%0
%62.11
%61.05
%62.75

Codes

Color #5F2425 in popluar color models

5F2425
RGB953637
HSL359°45.04%25.69%
HSB/HSV359°62.11%37.25%
CMYK0.00%62.11%61.05%
62.75%

Color #5F2425 in popluar number systems.

HEX5F2425
Decimal953637
Binary1011111100100100101
Octal1374445

Shades and tints

Shades of #5F2425

#5F2425
(95,36,37)
#572122
(87,33,34)
#4F1E1F
(79,30,31)
#471B1C
(71,27,28)
#3F1819
(63,24,25)
#371516
(55,21,22)
#2F1213
(47,18,19)
#270F10
(39,15,16)
#1F0C0D
(31,12,13)
#17090A
(23,9,10)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #5F2425

#5F2425
(95,36,37)
#6D3738
(109,55,56)
#7B4A4B
(123,74,75)
#895D5E
(137,93,94)
#977071
(151,112,113)
#A58384
(165,131,132)
#B39697
(179,150,151)
#C1A9AA
(193,169,170)
#CFBCBD
(207,188,189)
#DDCFD0
(221,207,208)
#EBE2E3
(235,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F2425; }

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

This text font color is #5F2425.


Background Color

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

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

This div background color is #5F2425.


Border color

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

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

This div border color is #5F2425.


Opacity

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

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

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

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

This text has shadow with #5F2425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F2425 on black background.


Color preview on white background

This text has color #5F2425 on white background.



Black color preview on #5F2425 background

This text has black color on #5F2425 background.


White color preview on #5F2425 background

This text has white color on #5F2425 background.