COLOR #09271B

HEX: #09271B
RGB: (9,39,27)

Color info

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

RGB color model

#09271B color RGB value is (9,39,27).

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

RGB channels and saturation

R 9 of 255 = 4%
G 39 of 255 = 15%
B 27 of 255 = 11%

9
39
27

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

Portions of RGB colors in percentages

R + G + B =
9 + 39 + 27 = 75 (100%)
R 9 of 75 ~ 12%
G 39 of 75 ~ 52%
B 27 of 75 ~ 36%

%12
%52
%36

CMYK color model

#09271B color CMYK value is (77,0,31,85).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 84.71%
CMYK:
(77,0,31,85)
C77M0Y31K85 
(77%,0%,31%,85%)
(0.77/0.00/0.31/0.85)	

CMYK percentages

%76.92
%0
%30.77
%84.71

Codes

Color #09271B in popluar color models

09271B
RGB93927
HSL156°62.50%9.41%
HSB/HSV156°76.92%15.29%
CMYK76.92%0.00%30.77%
84.71%

Color #09271B in popluar number systems.

HEX09271B
Decimal93927
Binary100110011111011
Octal114733

Shades and tints

Shades of #09271B

#09271B
(9,39,27)
#092419
(9,36,25)
#092117
(9,33,23)
#091E15
(9,30,21)
#091B13
(9,27,19)
#091811
(9,24,17)
#09150F
(9,21,15)
#09120D
(9,18,13)
#090F0B
(9,15,11)
#090C09
(9,12,9)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #09271B

#09271B
(9,39,27)
#1F3A2F
(31,58,47)
#354D43
(53,77,67)
#4B6057
(75,96,87)
#61736B
(97,115,107)
#77867F
(119,134,127)
#8D9993
(141,153,147)
#A3ACA7
(163,172,167)
#B9BFBB
(185,191,187)
#CFD2CF
(207,210,207)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09271B; }

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

This text font color is #09271B.


Background Color

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

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

This div background color is #09271B.


Border color

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

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

This div border color is #09271B.


Opacity

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

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

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

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

This text has shadow with #09271B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09271B on black background.


Color preview on white background

This text has color #09271B on white background.



Black color preview on #09271B background

This text has black color on #09271B background.


White color preview on #09271B background

This text has white color on #09271B background.