COLOR #08490F

HEX: #08490F RGB: (8,73,15)

Color info

#08490F contains mainly green and blue colors. Web safe color of #08490F is #003300 (or #030).

RGB color model

#08490F color RGB value is (8,73,15).

RGB: (8,73,15) (3%, 29%, 6%)

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 15 of 255 = 6%

8
73
15

R + G + B ~ 13%. #08490F is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 73 + 15 = 96 (100%)
R 8 of 96 ~ 8.33%
G 73 of 96 ~ 76.04%
B 15 of 96 ~ 15.63'%

%76.04
%15.63

CMYK color model

#08490F color CMYK value is (89,0,79,71).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK: (89,0,79,71) C89M0Y79K71 (89%,0%,79%,71%) (0.89/0.00/0.79/0.71) 

CMYK percentages

%89.04
%0
%79.45
%71.37

Codes

Color #08490F in popluar color models

08 49 0F
RGB 8 73 15
HSL 126° 80.25% 15.88%
HSB/HSV 126° 89.04% 28.63%
CMYK 89.04% 0.00% 79.45%
71.37%

Color #08490F in popluar number systems.

HEX 08 49 0F
Decimal 8 73 15
Binary 1000 1001001 1111
Octal 10 111 17

Shades and tints

Shades of #08490F

#08490F
(8,73,15)
#08430E
(8,67,14)
#083D0D
(8,61,13)
#08370C
(8,55,12)
#08310B
(8,49,11)
#082B0A
(8,43,10)
#082509
(8,37,9)
#081F08
(8,31,8)
#081907
(8,25,7)
#081306
(8,19,6)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #08490F

#08490F
(8,73,15)
#1E5924
(30,89,36)
#346939
(52,105,57)
#4A794E
(74,121,78)
#608963
(96,137,99)
#769978
(118,153,120)
#8CA98D
(140,169,141)
#A2B9A2
(162,185,162)
#B8C9B7
(184,201,183)
#CED9CC
(206,217,204)
#E4E9E1
(228,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08490F color. Also use rgb(8,73,15) instead hex code.

Text Font Color

.myTextColor { color: #08490F; }

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

This text font color is #08490F.

Background Color

.myBgColor { background-color: #08490F; }

<div style="background-color:#08490F">Inner text</div>

This div background color is #08490F.

Border color

.myBorderColor { border: 1px solid #08490F; }

<div style="border:3px solid #08490F">Div</div>

This div border color is #08490F.

Opacity

.myOpacity80 { color: #08490F; opacity: 0.8; }

<p style="color:#08490F;opacity:0.8;">80%</p>

Text with #08490F 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 #08490F;}

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

This text has shadow with #08490F color.


.textShadow {text-shadow: 3px 3px 1px #08490F', 3px 3px 1px red;}

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

This text has shadow with #08490F primary color and red secondary color.


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

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

This text has shadow with #08490F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #08490F; -webkit-box-shadow: 1px 1px 3px 2px #08490F; box-shadow:1px 1px 3px 2px #08490F;">
Div content here
</div>

This div box has shadow with color #08490F.

Preview

Color preview on black background

This text has color #08490F on black background.


Color preview on white background

This text has color #08490F on white background.


Black color preview on #08490F background

This text has black color on #08490F background.


White color preview on #08490F background

This text has white color on #08490F background.


Related colors

Complementary color

Complementary color for #hex is #F7B6F0.


I love getcolorcode.com

Triadic colors

1 #0F0849 and #490F08 with #08490F are triadic colors.

2 #0F4908 and #49080F with #08490F are triadic colors.