COLOR #08410D

HEX: #08410D
RGB: (8,65,13)

Color info

#08410D contains red, green and blue colors in about the same proportion. Web safe color of #08410D is #003300 (or #030).

RGB color model

#08410D color RGB value is (8,65,13).

  • red value is 8;
  • green value is 65;
  • blue value is 13.
RGB:
(8,65,13)
(3%,25%,5%)

RGB channels and saturation

R 8 of 255 = 3%
G 65 of 255 = 25%
B 13 of 255 = 5%

8
65
13

R + G + B ~ 11%. #08410D is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 65 + 13 = 86 (100%)
R 8 of 86 ~ 9.3%
G 65 of 86 ~ 75.58%
B 13 of 86 ~ 15.12%

%75.58
%15.12

CMYK color model

#08410D color CMYK value is (88,0,80,75).

  • cyan value is 87.69%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 74.51%
CMYK:
(88,0,80,75)
C88M0Y80K75 
(88%,0%,80%,75%)
(0.88/0.00/0.80/0.75)	

CMYK percentages

%87.69
%0
%80
%74.51

Codes

Color #08410D in popluar color models

08410D
RGB86513
HSL125°78.08%14.31%
HSB/HSV125°87.69%25.49%
CMYK87.69%0.00%80.00%
74.51%

Color #08410D in popluar number systems.

HEX08410D
Decimal86513
Binary100010000011101
Octal1010115

Shades and tints

Shades of #08410D

#08410D
(8,65,13)
#083C0C
(8,60,12)
#08370B
(8,55,11)
#08320A
(8,50,10)
#082D09
(8,45,9)
#082808
(8,40,8)
#082307
(8,35,7)
#081E06
(8,30,6)
#081905
(8,25,5)
#081404
(8,20,4)
#080F03
(8,15,3)
#000000
(0,0,0)

Tints of #08410D

#08410D
(8,65,13)
#1E5223
(30,82,35)
#346339
(52,99,57)
#4A744F
(74,116,79)
#608565
(96,133,101)
#76967B
(118,150,123)
#8CA791
(140,167,145)
#A2B8A7
(162,184,167)
#B8C9BD
(184,201,189)
#CEDAD3
(206,218,211)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08410D color. Also use rgb(8,65,13) instead hex code.

Text Font Color

.myTextColor { color: #08410D; }

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

This text font color is #08410D.


Background Color

.myBgColor { background-color: #08410D; }

<div style="background-color:#08410D">Inner text</div>

This div background color is #08410D.


Border color

.myBorderColor { border: 1px solid #08410D; }

<div style="border:3px solid #08410D">Div</div>

This div border color is #08410D.


Opacity

.myOpacity80 { color: #08410D; opacity: 0.8; }

<p style="color:#08410D;opacity:0.8;">80%</p>

Text with #08410D 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 #08410D;}

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

This text has shadow with #08410D color.

.textShadow {text-shadow: 3px 3px 1px #08410D, 3px 3px 1px red;}

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

This text has shadow with #08410D primary color and red secondary color.


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

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

This text has shadow with #08410D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08410D on black background.


Color preview on white background

This text has color #08410D on white background.



Black color preview on #08410D background

This text has black color on #08410D background.


White color preview on #08410D background

This text has white color on #08410D background.