COLOR #09401B

HEX: #09401B
RGB: (9,64,27)

Color info

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

RGB color model

#09401B color RGB value is (9,64,27).

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

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 27 of 255 = 11%

9
64
27

R + G + B ~ 13%. #09401B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 27 = 100 (100%)
R 9 of 100 ~ 9%
G 64 of 100 ~ 64%
B 27 of 100 ~ 27%

%64
%27

CMYK color model

#09401B color CMYK value is (86,0,58,75).

  • cyan value is 85.94%
  • magenta value is 0.00%
  • yellow value is 57.81%
  • key color value is 74.90%
CMYK:
(86,0,58,75)
C86M0Y58K75 
(86%,0%,58%,75%)
(0.86/0.00/0.58/0.75)	

CMYK percentages

%85.94
%0
%57.81
%74.9

Codes

Color #09401B in popluar color models

09401B
RGB96427
HSL140°75.34%14.31%
HSB/HSV140°85.94%25.10%
CMYK85.94%0.00%57.81%
74.90%

Color #09401B in popluar number systems.

HEX09401B
Decimal96427
Binary1001100000011011
Octal1110033

Shades and tints

Shades of #09401B

#09401B
(9,64,27)
#093B19
(9,59,25)
#093617
(9,54,23)
#093115
(9,49,21)
#092C13
(9,44,19)
#092711
(9,39,17)
#09220F
(9,34,15)
#091D0D
(9,29,13)
#09180B
(9,24,11)
#091309
(9,19,9)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #09401B

#09401B
(9,64,27)
#1F512F
(31,81,47)
#356243
(53,98,67)
#4B7357
(75,115,87)
#61846B
(97,132,107)
#77957F
(119,149,127)
#8DA693
(141,166,147)
#A3B7A7
(163,183,167)
#B9C8BB
(185,200,187)
#CFD9CF
(207,217,207)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09401B; }

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

This text font color is #09401B.


Background Color

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

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

This div background color is #09401B.


Border color

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

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

This div border color is #09401B.


Opacity

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

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

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

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

This text has shadow with #09401B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09401B on black background.


Color preview on white background

This text has color #09401B on white background.



Black color preview on #09401B background

This text has black color on #09401B background.


White color preview on #09401B background

This text has white color on #09401B background.