COLOR #5F2319

HEX: #5F2319
RGB: (95,35,25)

Color info

#5F2319 contains mainly red color. Web safe color of #5F2319 is #663300 (or #630).

RGB color model

#5F2319 color RGB value is (95,35,25).

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

RGB channels and saturation

R 95 of 255 = 37%
G 35 of 255 = 14%
B 25 of 255 = 10%

95
35
25

R + G + B ~ 20%. #5F2319 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 35 + 25 = 155 (100%)
R 95 of 155 ~ 61.29%
G 35 of 155 ~ 22.58%
B 25 of 155 ~ 16.13%

%61.29
%22.58
%16.13

CMYK color model

#5F2319 color CMYK value is (0,63,74,63).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 73.68%
  • key color value is 62.75%
CMYK:
(0,63,74,63)
C0M63Y74K63 
(0%,63%,74%,63%)
(0.00/0.63/0.74/0.63)	

CMYK percentages

%0
%63.16
%73.68
%62.75

Codes

Color #5F2319 in popluar color models

5F2319
RGB953525
HSL58.33%23.53%
HSB/HSV73.68%37.25%
CMYK0.00%63.16%73.68%
62.75%

Color #5F2319 in popluar number systems.

HEX5F2319
Decimal953525
Binary101111110001111001
Octal1374331

Shades and tints

Shades of #5F2319

#5F2319
(95,35,25)
#572017
(87,32,23)
#4F1D15
(79,29,21)
#471A13
(71,26,19)
#3F1711
(63,23,17)
#37140F
(55,20,15)
#2F110D
(47,17,13)
#270E0B
(39,14,11)
#1F0B09
(31,11,9)
#170807
(23,8,7)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #5F2319

#5F2319
(95,35,25)
#6D372D
(109,55,45)
#7B4B41
(123,75,65)
#895F55
(137,95,85)
#977369
(151,115,105)
#A5877D
(165,135,125)
#B39B91
(179,155,145)
#C1AFA5
(193,175,165)
#CFC3B9
(207,195,185)
#DDD7CD
(221,215,205)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F2319 color. Also use rgb(95,35,25) instead hex code.

Text Font Color

.myTextColor { color: #5F2319; }

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

This text font color is #5F2319.


Background Color

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

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

This div background color is #5F2319.


Border color

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

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

This div border color is #5F2319.


Opacity

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

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

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

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

This text has shadow with #5F2319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F2319 on black background.


Color preview on white background

This text has color #5F2319 on white background.



Black color preview on #5F2319 background

This text has black color on #5F2319 background.


White color preview on #5F2319 background

This text has white color on #5F2319 background.