COLOR #09271F

HEX: #09271F
RGB: (9,39,31)

Color info

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

RGB color model

#09271F color RGB value is (9,39,31).

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

RGB channels and saturation

R 9 of 255 = 4%
G 39 of 255 = 15%
B 31 of 255 = 12%

9
39
31

R + G + B ~ 10%. #09271F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 39 + 31 = 79 (100%)
R 9 of 79 ~ 11.39%
G 39 of 79 ~ 49.37%
B 31 of 79 ~ 39.24%

%11.39
%49.37
%39.24

CMYK color model

#09271F color CMYK value is (77,0,21,85).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 84.71%
CMYK:
(77,0,21,85)
C77M0Y21K85 
(77%,0%,21%,85%)
(0.77/0.00/0.21/0.85)	

CMYK percentages

%76.92
%0
%20.51
%84.71

Codes

Color #09271F in popluar color models

09271F
RGB93931
HSL164°62.50%9.41%
HSB/HSV164°76.92%15.29%
CMYK76.92%0.00%20.51%
84.71%

Color #09271F in popluar number systems.

HEX09271F
Decimal93931
Binary100110011111111
Octal114737

Shades and tints

Shades of #09271F

#09271F
(9,39,31)
#09241D
(9,36,29)
#09211B
(9,33,27)
#091E19
(9,30,25)
#091B17
(9,27,23)
#091815
(9,24,21)
#091513
(9,21,19)
#091211
(9,18,17)
#090F0F
(9,15,15)
#090C0D
(9,12,13)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #09271F

#09271F
(9,39,31)
#1F3A33
(31,58,51)
#354D47
(53,77,71)
#4B605B
(75,96,91)
#61736F
(97,115,111)
#778683
(119,134,131)
#8D9997
(141,153,151)
#A3ACAB
(163,172,171)
#B9BFBF
(185,191,191)
#CFD2D3
(207,210,211)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09271F; }

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

This text font color is #09271F.


Background Color

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

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

This div background color is #09271F.


Border color

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

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

This div border color is #09271F.


Opacity

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

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

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

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

This text has shadow with #09271F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09271F on black background.


Color preview on white background

This text has color #09271F on white background.



Black color preview on #09271F background

This text has black color on #09271F background.


White color preview on #09271F background

This text has white color on #09271F background.