COLOR #09341B

HEX: #09341B
RGB: (9,52,27)

Color info

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

RGB color model

#09341B color RGB value is (9,52,27).

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

RGB channels and saturation

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

9
52
27

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

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 27 = 88 (100%)
R 9 of 88 ~ 10.23%
G 52 of 88 ~ 59.09%
B 27 of 88 ~ 30.68%

%10.23
%59.09
%30.68

CMYK color model

#09341B color CMYK value is (83,0,48,80).

  • cyan value is 82.69%
  • magenta value is 0.00%
  • yellow value is 48.08%
  • key color value is 79.61%
CMYK:
(83,0,48,80)
C83M0Y48K80 
(83%,0%,48%,80%)
(0.83/0.00/0.48/0.80)	

CMYK percentages

%82.69
%0
%48.08
%79.61

Codes

Color #09341B in popluar color models

09341B
RGB95227
HSL145°70.49%11.96%
HSB/HSV145°82.69%20.39%
CMYK82.69%0.00%48.08%
79.61%

Color #09341B in popluar number systems.

HEX09341B
Decimal95227
Binary100111010011011
Octal116433

Shades and tints

Shades of #09341B

#09341B
(9,52,27)
#093019
(9,48,25)
#092C17
(9,44,23)
#092815
(9,40,21)
#092413
(9,36,19)
#092011
(9,32,17)
#091C0F
(9,28,15)
#09180D
(9,24,13)
#09140B
(9,20,11)
#091009
(9,16,9)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #09341B

#09341B
(9,52,27)
#1F462F
(31,70,47)
#355843
(53,88,67)
#4B6A57
(75,106,87)
#617C6B
(97,124,107)
#778E7F
(119,142,127)
#8DA093
(141,160,147)
#A3B2A7
(163,178,167)
#B9C4BB
(185,196,187)
#CFD6CF
(207,214,207)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09341B; }

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

This text font color is #09341B.


Background Color

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

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

This div background color is #09341B.


Border color

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

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

This div border color is #09341B.


Opacity

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

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

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

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

This text has shadow with #09341B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09341B on black background.


Color preview on white background

This text has color #09341B on white background.



Black color preview on #09341B background

This text has black color on #09341B background.


White color preview on #09341B background

This text has white color on #09341B background.