COLOR #092525

HEX: #092525
RGB: (9,37,37)

Color info

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

RGB color model

#092525 color RGB value is (9,37,37).

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

RGB channels and saturation

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

9
37
37

R + G + B ~ 11%. #092525 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 37 + 37 = 83 (100%)
R 9 of 83 ~ 10.84%
G 37 of 83 ~ 44.58%
B 37 of 83 ~ 44.58%

%10.84
%44.58
%44.58

CMYK color model

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

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

CMYK percentages

%75.68
%0
%0
%85.49

Codes

Color #092525 in popluar color models

092525
RGB93737
HSL180°60.87%9.02%
HSB/HSV180°75.68%14.51%
CMYK75.68%0.00%0.00%
85.49%

Color #092525 in popluar number systems.

HEX092525
Decimal93737
Binary1001100101100101
Octal114545

Shades and tints

Shades of #092525

#092525
(9,37,37)
#092222
(9,34,34)
#091F1F
(9,31,31)
#091C1C
(9,28,28)
#091919
(9,25,25)
#091616
(9,22,22)
#091313
(9,19,19)
#091010
(9,16,16)
#090D0D
(9,13,13)
#090A0A
(9,10,10)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #092525

#092525
(9,37,37)
#1F3838
(31,56,56)
#354B4B
(53,75,75)
#4B5E5E
(75,94,94)
#617171
(97,113,113)
#778484
(119,132,132)
#8D9797
(141,151,151)
#A3AAAA
(163,170,170)
#B9BDBD
(185,189,189)
#CFD0D0
(207,208,208)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092525; }

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

This text font color is #092525.


Background Color

.myBgColor { background-color: #092525; }

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

This div background color is #092525.


Border color

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

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

This div border color is #092525.


Opacity

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

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

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

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

This text has shadow with #092525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092525 on black background.


Color preview on white background

This text has color #092525 on white background.



Black color preview on #092525 background

This text has black color on #092525 background.


White color preview on #092525 background

This text has white color on #092525 background.