COLOR #092505

HEX: #092505
RGB: (9,37,5)

Color info

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

RGB color model

#092505 color RGB value is (9,37,5).

  • red value is 9;
  • green value is 37;
  • blue value is 5.
RGB:
(9,37,5)
(4%,15%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 37 of 255 = 15%
B 5 of 255 = 2%

9
37
5

R + G + B ~ 7%. #092505 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 37 + 5 = 51 (100%)
R 9 of 51 ~ 17.65%
G 37 of 51 ~ 72.55%
B 5 of 51 ~ 9.8%

%17.65
%72.55
%9.8

CMYK color model

#092505 color CMYK value is (76,0,86,85).

  • cyan value is 75.68%
  • magenta value is 0.00%
  • yellow value is 86.49%
  • key color value is 85.49%
CMYK:
(76,0,86,85)
C76M0Y86K85 
(76%,0%,86%,85%)
(0.76/0.00/0.86/0.85)	

CMYK percentages

%75.68
%0
%86.49
%85.49

Codes

Color #092505 in popluar color models

092505
RGB9375
HSL113°76.19%8.24%
HSB/HSV113°86.49%14.51%
CMYK75.68%0.00%86.49%
85.49%

Color #092505 in popluar number systems.

HEX092505
Decimal9375
Binary1001100101101
Octal11455

Shades and tints

Shades of #092505

#092505
(9,37,5)
#092205
(9,34,5)
#091F05
(9,31,5)
#091C05
(9,28,5)
#091905
(9,25,5)
#091605
(9,22,5)
#091305
(9,19,5)
#091005
(9,16,5)
#090D05
(9,13,5)
#090A05
(9,10,5)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #092505

#092505
(9,37,5)
#1F381B
(31,56,27)
#354B31
(53,75,49)
#4B5E47
(75,94,71)
#61715D
(97,113,93)
#778473
(119,132,115)
#8D9789
(141,151,137)
#A3AA9F
(163,170,159)
#B9BDB5
(185,189,181)
#CFD0CB
(207,208,203)
#E5E3E1
(229,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092505 color. Also use rgb(9,37,5) instead hex code.

Text Font Color

.myTextColor { color: #092505; }

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

This text font color is #092505.


Background Color

.myBgColor { background-color: #092505; }

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

This div background color is #092505.


Border color

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

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

This div border color is #092505.


Opacity

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

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

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

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

This text has shadow with #092505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092505 on black background.


Color preview on white background

This text has color #092505 on white background.



Black color preview on #092505 background

This text has black color on #092505 background.


White color preview on #092505 background

This text has white color on #092505 background.