COLOR #092527

HEX: #092527
RGB: (9,37,39)

Color info

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

RGB color model

#092527 color RGB value is (9,37,39).

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

RGB channels and saturation

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

9
37
39

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

Portions of RGB colors in percentages

R + G + B =
9 + 37 + 39 = 85 (100%)
R 9 of 85 ~ 10.59%
G 37 of 85 ~ 43.53%
B 39 of 85 ~ 45.88%

%10.59
%43.53
%45.88

CMYK color model

#092527 color CMYK value is (77,5,0,85).

  • cyan value is 76.92%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(77,5,0,85)
C77M5Y0K85 
(77%,5%,0%,85%)
(0.77/0.05/0.00/0.85)	

CMYK percentages

%76.92
%5.13
%0
%84.71

Codes

Color #092527 in popluar color models

092527
RGB93739
HSL184°62.50%9.41%
HSB/HSV184°76.92%15.29%
CMYK76.92%5.13%0.00%
84.71%

Color #092527 in popluar number systems.

HEX092527
Decimal93739
Binary1001100101100111
Octal114547

Shades and tints

Shades of #092527

#092527
(9,37,39)
#092224
(9,34,36)
#091F21
(9,31,33)
#091C1E
(9,28,30)
#09191B
(9,25,27)
#091618
(9,22,24)
#091315
(9,19,21)
#091012
(9,16,18)
#090D0F
(9,13,15)
#090A0C
(9,10,12)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #092527

#092527
(9,37,39)
#1F383A
(31,56,58)
#354B4D
(53,75,77)
#4B5E60
(75,94,96)
#617173
(97,113,115)
#778486
(119,132,134)
#8D9799
(141,151,153)
#A3AAAC
(163,170,172)
#B9BDBF
(185,189,191)
#CFD0D2
(207,208,210)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092527; }

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

This text font color is #092527.


Background Color

.myBgColor { background-color: #092527; }

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

This div background color is #092527.


Border color

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

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

This div border color is #092527.


Opacity

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

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

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

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

This text has shadow with #092527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092527 on black background.


Color preview on white background

This text has color #092527 on white background.



Black color preview on #092527 background

This text has black color on #092527 background.


White color preview on #092527 background

This text has white color on #092527 background.