COLOR #09360E

HEX: #09360E
RGB: (9,54,14)

Color info

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

RGB color model

#09360E color RGB value is (9,54,14).

  • red value is 9;
  • green value is 54;
  • blue value is 14.
RGB:
(9,54,14)
(4%,21%,5%)

RGB channels and saturation

R 9 of 255 = 4%
G 54 of 255 = 21%
B 14 of 255 = 5%

9
54
14

R + G + B ~ 10%. #09360E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 54 + 14 = 77 (100%)
R 9 of 77 ~ 11.69%
G 54 of 77 ~ 70.13%
B 14 of 77 ~ 18.18%

%11.69
%70.13
%18.18

CMYK color model

#09360E color CMYK value is (83,0,74,79).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 78.82%
CMYK:
(83,0,74,79)
C83M0Y74K79 
(83%,0%,74%,79%)
(0.83/0.00/0.74/0.79)	

CMYK percentages

%83.33
%0
%74.07
%78.82

Codes

Color #09360E in popluar color models

09360E
RGB95414
HSL127°71.43%12.35%
HSB/HSV127°83.33%21.18%
CMYK83.33%0.00%74.07%
78.82%

Color #09360E in popluar number systems.

HEX09360E
Decimal95414
Binary10011101101110
Octal116616

Shades and tints

Shades of #09360E

#09360E
(9,54,14)
#09320D
(9,50,13)
#092E0C
(9,46,12)
#092A0B
(9,42,11)
#09260A
(9,38,10)
#092209
(9,34,9)
#091E08
(9,30,8)
#091A07
(9,26,7)
#091606
(9,22,6)
#091205
(9,18,5)
#090E04
(9,14,4)
#000000
(0,0,0)

Tints of #09360E

#09360E
(9,54,14)
#1F4823
(31,72,35)
#355A38
(53,90,56)
#4B6C4D
(75,108,77)
#617E62
(97,126,98)
#779077
(119,144,119)
#8DA28C
(141,162,140)
#A3B4A1
(163,180,161)
#B9C6B6
(185,198,182)
#CFD8CB
(207,216,203)
#E5EAE0
(229,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09360E color. Also use rgb(9,54,14) instead hex code.

Text Font Color

.myTextColor { color: #09360E; }

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

This text font color is #09360E.


Background Color

.myBgColor { background-color: #09360E; }

<div style="background-color:#09360E">Inner text</div>

This div background color is #09360E.


Border color

.myBorderColor { border: 1px solid #09360E; }

<div style="border:3px solid #09360E">Div</div>

This div border color is #09360E.


Opacity

.myOpacity80 { color: #09360E; opacity: 0.8; }

<p style="color:#09360E;opacity:0.8;">80%</p>

Text with #09360E 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 #09360E;}

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

This text has shadow with #09360E color.

.textShadow {text-shadow: 3px 3px 1px #09360E, 3px 3px 1px red;}

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

This text has shadow with #09360E primary color and red secondary color.


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

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

This text has shadow with #09360E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09360E on black background.


Color preview on white background

This text has color #09360E on white background.



Black color preview on #09360E background

This text has black color on #09360E background.


White color preview on #09360E background

This text has white color on #09360E background.