COLOR #09271C

HEX: #09271C
RGB: (9,39,28)

Color info

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

RGB color model

#09271C color RGB value is (9,39,28).

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

RGB channels and saturation

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

9
39
28

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

Portions of RGB colors in percentages

R + G + B =
9 + 39 + 28 = 76 (100%)
R 9 of 76 ~ 11.84%
G 39 of 76 ~ 51.32%
B 28 of 76 ~ 36.84%

%11.84
%51.32
%36.84

CMYK color model

#09271C color CMYK value is (77,0,28,85).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 84.71%
CMYK:
(77,0,28,85)
C77M0Y28K85 
(77%,0%,28%,85%)
(0.77/0.00/0.28/0.85)	

CMYK percentages

%76.92
%0
%28.21
%84.71

Codes

Color #09271C in popluar color models

09271C
RGB93928
HSL158°62.50%9.41%
HSB/HSV158°76.92%15.29%
CMYK76.92%0.00%28.21%
84.71%

Color #09271C in popluar number systems.

HEX09271C
Decimal93928
Binary100110011111100
Octal114734

Shades and tints

Shades of #09271C

#09271C
(9,39,28)
#09241A
(9,36,26)
#092118
(9,33,24)
#091E16
(9,30,22)
#091B14
(9,27,20)
#091812
(9,24,18)
#091510
(9,21,16)
#09120E
(9,18,14)
#090F0C
(9,15,12)
#090C0A
(9,12,10)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #09271C

#09271C
(9,39,28)
#1F3A30
(31,58,48)
#354D44
(53,77,68)
#4B6058
(75,96,88)
#61736C
(97,115,108)
#778680
(119,134,128)
#8D9994
(141,153,148)
#A3ACA8
(163,172,168)
#B9BFBC
(185,191,188)
#CFD2D0
(207,210,208)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09271C; }

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

This text font color is #09271C.


Background Color

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

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

This div background color is #09271C.


Border color

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

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

This div border color is #09271C.


Opacity

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

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

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

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

This text has shadow with #09271C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09271C on black background.


Color preview on white background

This text has color #09271C on white background.



Black color preview on #09271C background

This text has black color on #09271C background.


White color preview on #09271C background

This text has white color on #09271C background.