COLOR #093227

HEX: #093227
RGB: (9,50,39)

Color info

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

RGB color model

#093227 color RGB value is (9,50,39).

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

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 39 of 255 = 15%

9
50
39

R + G + B ~ 13%. #093227 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 50 + 39 = 98 (100%)
R 9 of 98 ~ 9.18%
G 50 of 98 ~ 51.02%
B 39 of 98 ~ 39.8%

%51.02
%39.8

CMYK color model

#093227 color CMYK value is (82,0,22,80).

  • cyan value is 82.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 80.39%
CMYK:
(82,0,22,80)
C82M0Y22K80 
(82%,0%,22%,80%)
(0.82/0.00/0.22/0.80)	

CMYK percentages

%82
%0
%22
%80.39

Codes

Color #093227 in popluar color models

093227
RGB95039
HSL164°69.49%11.57%
HSB/HSV164°82.00%19.61%
CMYK82.00%0.00%22.00%
80.39%

Color #093227 in popluar number systems.

HEX093227
Decimal95039
Binary1001110010100111
Octal116247

Shades and tints

Shades of #093227

#093227
(9,50,39)
#092E24
(9,46,36)
#092A21
(9,42,33)
#09261E
(9,38,30)
#09221B
(9,34,27)
#091E18
(9,30,24)
#091A15
(9,26,21)
#091612
(9,22,18)
#09120F
(9,18,15)
#090E0C
(9,14,12)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #093227

#093227
(9,50,39)
#1F443A
(31,68,58)
#35564D
(53,86,77)
#4B6860
(75,104,96)
#617A73
(97,122,115)
#778C86
(119,140,134)
#8D9E99
(141,158,153)
#A3B0AC
(163,176,172)
#B9C2BF
(185,194,191)
#CFD4D2
(207,212,210)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093227; }

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

This text font color is #093227.


Background Color

.myBgColor { background-color: #093227; }

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

This div background color is #093227.


Border color

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

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

This div border color is #093227.


Opacity

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

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

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

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

This text has shadow with #093227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093227 on black background.


Color preview on white background

This text has color #093227 on white background.



Black color preview on #093227 background

This text has black color on #093227 background.


White color preview on #093227 background

This text has white color on #093227 background.