COLOR #093224

HEX: #093224
RGB: (9,50,36)

Color info

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

RGB color model

#093224 color RGB value is (9,50,36).

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

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 36 of 255 = 14%

9
50
36

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

Portions of RGB colors in percentages

R + G + B =
9 + 50 + 36 = 95 (100%)
R 9 of 95 ~ 9.47%
G 50 of 95 ~ 52.63%
B 36 of 95 ~ 37.89%

%52.63
%37.89

CMYK color model

#093224 color CMYK value is (82,0,28,80).

  • cyan value is 82.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 80.39%
CMYK:
(82,0,28,80)
C82M0Y28K80 
(82%,0%,28%,80%)
(0.82/0.00/0.28/0.80)	

CMYK percentages

%82
%0
%28
%80.39

Codes

Color #093224 in popluar color models

093224
RGB95036
HSL160°69.49%11.57%
HSB/HSV160°82.00%19.61%
CMYK82.00%0.00%28.00%
80.39%

Color #093224 in popluar number systems.

HEX093224
Decimal95036
Binary1001110010100100
Octal116244

Shades and tints

Shades of #093224

#093224
(9,50,36)
#092E21
(9,46,33)
#092A1E
(9,42,30)
#09261B
(9,38,27)
#092218
(9,34,24)
#091E15
(9,30,21)
#091A12
(9,26,18)
#09160F
(9,22,15)
#09120C
(9,18,12)
#090E09
(9,14,9)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #093224

#093224
(9,50,36)
#1F4437
(31,68,55)
#35564A
(53,86,74)
#4B685D
(75,104,93)
#617A70
(97,122,112)
#778C83
(119,140,131)
#8D9E96
(141,158,150)
#A3B0A9
(163,176,169)
#B9C2BC
(185,194,188)
#CFD4CF
(207,212,207)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093224; }

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

This text font color is #093224.


Background Color

.myBgColor { background-color: #093224; }

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

This div background color is #093224.


Border color

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

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

This div border color is #093224.


Opacity

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

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

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

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

This text has shadow with #093224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093224 on black background.


Color preview on white background

This text has color #093224 on white background.



Black color preview on #093224 background

This text has black color on #093224 background.


White color preview on #093224 background

This text has white color on #093224 background.