COLOR #092410

HEX: #092410
RGB: (9,36,16)

Color info

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

RGB color model

#092410 color RGB value is (9,36,16).

  • red value is 9;
  • green value is 36;
  • blue value is 16.
RGB:
(9,36,16)
(4%,14%,6%)

RGB channels and saturation

R 9 of 255 = 4%
G 36 of 255 = 14%
B 16 of 255 = 6%

9
36
16

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

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 16 = 61 (100%)
R 9 of 61 ~ 14.75%
G 36 of 61 ~ 59.02%
B 16 of 61 ~ 26.23%

%14.75
%59.02
%26.23

CMYK color model

#092410 color CMYK value is (75,0,56,86).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 85.88%
CMYK:
(75,0,56,86)
C75M0Y56K86 
(75%,0%,56%,86%)
(0.75/0.00/0.56/0.86)	

CMYK percentages

%75
%0
%55.56
%85.88

Codes

Color #092410 in popluar color models

092410
RGB93616
HSL136°60.00%8.82%
HSB/HSV136°75.00%14.12%
CMYK75.00%0.00%55.56%
85.88%

Color #092410 in popluar number systems.

HEX092410
Decimal93616
Binary100110010010000
Octal114420

Shades and tints

Shades of #092410

#092410
(9,36,16)
#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)
#000000
(0,0,0)

Tints of #092410

#092410
(9,36,16)
#1F3725
(31,55,37)
#354A3A
(53,74,58)
#4B5D4F
(75,93,79)
#617064
(97,112,100)
#778379
(119,131,121)
#8D968E
(141,150,142)
#A3A9A3
(163,169,163)
#B9BCB8
(185,188,184)
#CFCFCD
(207,207,205)
#E5E2E2
(229,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092410 color. Also use rgb(9,36,16) instead hex code.

Text Font Color

.myTextColor { color: #092410; }

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

This text font color is #092410.


Background Color

.myBgColor { background-color: #092410; }

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

This div background color is #092410.


Border color

.myBorderColor { border: 1px solid #092410; }

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

This div border color is #092410.


Opacity

.myOpacity80 { color: #092410; opacity: 0.8; }

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

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

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

This text has shadow with #092410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092410 on black background.


Color preview on white background

This text has color #092410 on white background.



Black color preview on #092410 background

This text has black color on #092410 background.


White color preview on #092410 background

This text has white color on #092410 background.