COLOR #09341C

HEX: #09341C
RGB: (9,52,28)

Color info

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

RGB color model

#09341C color RGB value is (9,52,28).

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

RGB channels and saturation

R 9 of 255 = 4%
G 52 of 255 = 20%
B 28 of 255 = 11%

9
52
28

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

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 28 = 89 (100%)
R 9 of 89 ~ 10.11%
G 52 of 89 ~ 58.43%
B 28 of 89 ~ 31.46%

%10.11
%58.43
%31.46

CMYK color model

#09341C color CMYK value is (83,0,46,80).

  • cyan value is 82.69%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 79.61%
CMYK:
(83,0,46,80)
C83M0Y46K80 
(83%,0%,46%,80%)
(0.83/0.00/0.46/0.80)	

CMYK percentages

%82.69
%0
%46.15
%79.61

Codes

Color #09341C in popluar color models

09341C
RGB95228
HSL147°70.49%11.96%
HSB/HSV147°82.69%20.39%
CMYK82.69%0.00%46.15%
79.61%

Color #09341C in popluar number systems.

HEX09341C
Decimal95228
Binary100111010011100
Octal116434

Shades and tints

Shades of #09341C

#09341C
(9,52,28)
#09301A
(9,48,26)
#092C18
(9,44,24)
#092816
(9,40,22)
#092414
(9,36,20)
#092012
(9,32,18)
#091C10
(9,28,16)
#09180E
(9,24,14)
#09140C
(9,20,12)
#09100A
(9,16,10)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #09341C

#09341C
(9,52,28)
#1F4630
(31,70,48)
#355844
(53,88,68)
#4B6A58
(75,106,88)
#617C6C
(97,124,108)
#778E80
(119,142,128)
#8DA094
(141,160,148)
#A3B2A8
(163,178,168)
#B9C4BC
(185,196,188)
#CFD6D0
(207,214,208)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09341C; }

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

This text font color is #09341C.


Background Color

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

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

This div background color is #09341C.


Border color

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

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

This div border color is #09341C.


Opacity

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

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

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

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

This text has shadow with #09341C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09341C on black background.


Color preview on white background

This text has color #09341C on white background.



Black color preview on #09341C background

This text has black color on #09341C background.


White color preview on #09341C background

This text has white color on #09341C background.