COLOR #09210F

HEX: #09210F
RGB: (9,33,15)

Color info

#09210F contains red, green and blue colors in about the same proportion. Web safe color of #09210F is #003300 (or #030).

RGB color model

#09210F color RGB value is (9,33,15).

  • red value is 9;
  • green value is 33;
  • blue value is 15.
RGB:
(9,33,15)
(4%,13%,6%)

RGB channels and saturation

R 9 of 255 = 4%
G 33 of 255 = 13%
B 15 of 255 = 6%

9
33
15

R + G + B ~ 8%. #09210F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 33 + 15 = 57 (100%)
R 9 of 57 ~ 15.79%
G 33 of 57 ~ 57.89%
B 15 of 57 ~ 26.32%

%15.79
%57.89
%26.32

CMYK color model

#09210F color CMYK value is (73,0,55,87).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 87.06%
CMYK:
(73,0,55,87)
C73M0Y55K87 
(73%,0%,55%,87%)
(0.73/0.00/0.55/0.87)	

CMYK percentages

%72.73
%0
%54.55
%87.06

Codes

Color #09210F in popluar color models

09210F
RGB93315
HSL135°57.14%8.24%
HSB/HSV135°72.73%12.94%
CMYK72.73%0.00%54.55%
87.06%

Color #09210F in popluar number systems.

HEX09210F
Decimal93315
Binary10011000011111
Octal114117

Shades and tints

Shades of #09210F

#09210F
(9,33,15)
#091E0E
(9,30,14)
#091B0D
(9,27,13)
#09180C
(9,24,12)
#09150B
(9,21,11)
#09120A
(9,18,10)
#090F09
(9,15,9)
#090C08
(9,12,8)
#090907
(9,9,7)
#090606
(9,6,6)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #09210F

#09210F
(9,33,15)
#1F3524
(31,53,36)
#354939
(53,73,57)
#4B5D4E
(75,93,78)
#617163
(97,113,99)
#778578
(119,133,120)
#8D998D
(141,153,141)
#A3ADA2
(163,173,162)
#B9C1B7
(185,193,183)
#CFD5CC
(207,213,204)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09210F color. Also use rgb(9,33,15) instead hex code.

Text Font Color

.myTextColor { color: #09210F; }

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

This text font color is #09210F.


Background Color

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

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

This div background color is #09210F.


Border color

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

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

This div border color is #09210F.


Opacity

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

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

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

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

This text has shadow with #09210F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09210F on black background.


Color preview on white background

This text has color #09210F on white background.



Black color preview on #09210F background

This text has black color on #09210F background.


White color preview on #09210F background

This text has white color on #09210F background.