COLOR #09381F

HEX: #09381F
RGB: (9,56,31)

Color info

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

RGB color model

#09381F color RGB value is (9,56,31).

  • red value is 9;
  • green value is 56;
  • blue value is 31.
RGB:
(9,56,31)
(4%,22%,12%)

RGB channels and saturation

R 9 of 255 = 4%
G 56 of 255 = 22%
B 31 of 255 = 12%

9
56
31

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

Portions of RGB colors in percentages

R + G + B =
9 + 56 + 31 = 96 (100%)
R 9 of 96 ~ 9.38%
G 56 of 96 ~ 58.33%
B 31 of 96 ~ 32.29%

%58.33
%32.29

CMYK color model

#09381F color CMYK value is (84,0,45,78).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 78.04%
CMYK:
(84,0,45,78)
C84M0Y45K78 
(84%,0%,45%,78%)
(0.84/0.00/0.45/0.78)	

CMYK percentages

%83.93
%0
%44.64
%78.04

Codes

Color #09381F in popluar color models

09381F
RGB95631
HSL148°72.31%12.75%
HSB/HSV148°83.93%21.96%
CMYK83.93%0.00%44.64%
78.04%

Color #09381F in popluar number systems.

HEX09381F
Decimal95631
Binary100111100011111
Octal117037

Shades and tints

Shades of #09381F

#09381F
(9,56,31)
#09331D
(9,51,29)
#092E1B
(9,46,27)
#092919
(9,41,25)
#092417
(9,36,23)
#091F15
(9,31,21)
#091A13
(9,26,19)
#091511
(9,21,17)
#09100F
(9,16,15)
#090B0D
(9,11,13)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #09381F

#09381F
(9,56,31)
#1F4A33
(31,74,51)
#355C47
(53,92,71)
#4B6E5B
(75,110,91)
#61806F
(97,128,111)
#779283
(119,146,131)
#8DA497
(141,164,151)
#A3B6AB
(163,182,171)
#B9C8BF
(185,200,191)
#CFDAD3
(207,218,211)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09381F color. Also use rgb(9,56,31) instead hex code.

Text Font Color

.myTextColor { color: #09381F; }

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

This text font color is #09381F.


Background Color

.myBgColor { background-color: #09381F; }

<div style="background-color:#09381F">Inner text</div>

This div background color is #09381F.


Border color

.myBorderColor { border: 1px solid #09381F; }

<div style="border:3px solid #09381F">Div</div>

This div border color is #09381F.


Opacity

.myOpacity80 { color: #09381F; opacity: 0.8; }

<p style="color:#09381F;opacity:0.8;">80%</p>

Text with #09381F 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 #09381F;}

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

This text has shadow with #09381F color.

.textShadow {text-shadow: 3px 3px 1px #09381F, 3px 3px 1px red;}

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

This text has shadow with #09381F primary color and red secondary color.


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

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

This text has shadow with #09381F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09381F on black background.


Color preview on white background

This text has color #09381F on white background.



Black color preview on #09381F background

This text has black color on #09381F background.


White color preview on #09381F background

This text has white color on #09381F background.