COLOR #09490B

HEX: #09490B
RGB: (9,73,11)

Color info

#09490B contains mainly green color. Web safe color of #09490B is #003300 (or #030).

RGB color model

#09490B color RGB value is (9,73,11).

  • red value is 9;
  • green value is 73;
  • blue value is 11.
RGB:
(9,73,11)
(4%,29%,4%)

RGB channels and saturation

R 9 of 255 = 4%
G 73 of 255 = 29%
B 11 of 255 = 4%

9
73
11

R + G + B ~ 12%. #09490B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 73 + 11 = 93 (100%)
R 9 of 93 ~ 9.68%
G 73 of 93 ~ 78.49%
B 11 of 93 ~ 11.83%

%9.68
%78.49
%11.83

CMYK color model

#09490B color CMYK value is (88,0,85,71).

  • cyan value is 87.67%
  • magenta value is 0.00%
  • yellow value is 84.93%
  • key color value is 71.37%
CMYK:
(88,0,85,71)
C88M0Y85K71 
(88%,0%,85%,71%)
(0.88/0.00/0.85/0.71)	

CMYK percentages

%87.67
%0
%84.93
%71.37

Codes

Color #09490B in popluar color models

09490B
RGB97311
HSL122°78.05%16.08%
HSB/HSV122°87.67%28.63%
CMYK87.67%0.00%84.93%
71.37%

Color #09490B in popluar number systems.

HEX09490B
Decimal97311
Binary100110010011011
Octal1111113

Shades and tints

Shades of #09490B

#09490B
(9,73,11)
#09430A
(9,67,10)
#093D09
(9,61,9)
#093708
(9,55,8)
#093107
(9,49,7)
#092B06
(9,43,6)
#092505
(9,37,5)
#091F04
(9,31,4)
#091903
(9,25,3)
#091302
(9,19,2)
#090D01
(9,13,1)
#000000
(0,0,0)

Tints of #09490B

#09490B
(9,73,11)
#1F5921
(31,89,33)
#356937
(53,105,55)
#4B794D
(75,121,77)
#618963
(97,137,99)
#779979
(119,153,121)
#8DA98F
(141,169,143)
#A3B9A5
(163,185,165)
#B9C9BB
(185,201,187)
#CFD9D1
(207,217,209)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09490B color. Also use rgb(9,73,11) instead hex code.

Text Font Color

.myTextColor { color: #09490B; }

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

This text font color is #09490B.


Background Color

.myBgColor { background-color: #09490B; }

<div style="background-color:#09490B">Inner text</div>

This div background color is #09490B.


Border color

.myBorderColor { border: 1px solid #09490B; }

<div style="border:3px solid #09490B">Div</div>

This div border color is #09490B.


Opacity

.myOpacity80 { color: #09490B; opacity: 0.8; }

<p style="color:#09490B;opacity:0.8;">80%</p>

Text with #09490B 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 #09490B;}

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

This text has shadow with #09490B color.

.textShadow {text-shadow: 3px 3px 1px #09490B, 3px 3px 1px red;}

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

This text has shadow with #09490B primary color and red secondary color.


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

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

This text has shadow with #09490B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09490B on black background.


Color preview on white background

This text has color #09490B on white background.



Black color preview on #09490B background

This text has black color on #09490B background.


White color preview on #09490B background

This text has white color on #09490B background.