COLOR #09341E

HEX: #09341E
RGB: (9,52,30)

Color info

#09341E contains red, green and blue colors in about the same proportion. Web safe color of #09341E is #003333 (or #033).

RGB color model

#09341E color RGB value is (9,52,30).

  • red value is 9;
  • green value is 52;
  • blue value is 30.
RGB:
(9,52,30)
(4%,20%,12%)

RGB channels and saturation

R 9 of 255 = 4%
G 52 of 255 = 20%
B 30 of 255 = 12%

9
52
30

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

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 30 = 91 (100%)
R 9 of 91 ~ 9.89%
G 52 of 91 ~ 57.14%
B 30 of 91 ~ 32.97%

%9.89
%57.14
%32.97

CMYK color model

#09341E color CMYK value is (83,0,42,80).

  • cyan value is 82.69%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 79.61%
CMYK:
(83,0,42,80)
C83M0Y42K80 
(83%,0%,42%,80%)
(0.83/0.00/0.42/0.80)	

CMYK percentages

%82.69
%0
%42.31
%79.61

Codes

Color #09341E in popluar color models

09341E
RGB95230
HSL149°70.49%11.96%
HSB/HSV149°82.69%20.39%
CMYK82.69%0.00%42.31%
79.61%

Color #09341E in popluar number systems.

HEX09341E
Decimal95230
Binary100111010011110
Octal116436

Shades and tints

Shades of #09341E

#09341E
(9,52,30)
#09301C
(9,48,28)
#092C1A
(9,44,26)
#092818
(9,40,24)
#092416
(9,36,22)
#092014
(9,32,20)
#091C12
(9,28,18)
#091810
(9,24,16)
#09140E
(9,20,14)
#09100C
(9,16,12)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #09341E

#09341E
(9,52,30)
#1F4632
(31,70,50)
#355846
(53,88,70)
#4B6A5A
(75,106,90)
#617C6E
(97,124,110)
#778E82
(119,142,130)
#8DA096
(141,160,150)
#A3B2AA
(163,178,170)
#B9C4BE
(185,196,190)
#CFD6D2
(207,214,210)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09341E color. Also use rgb(9,52,30) instead hex code.

Text Font Color

.myTextColor { color: #09341E; }

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

This text font color is #09341E.


Background Color

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

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

This div background color is #09341E.


Border color

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

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

This div border color is #09341E.


Opacity

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

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

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

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

This text has shadow with #09341E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09341E on black background.


Color preview on white background

This text has color #09341E on white background.



Black color preview on #09341E background

This text has black color on #09341E background.


White color preview on #09341E background

This text has white color on #09341E background.