COLOR #093420

HEX: #093420
RGB: (9,52,32)

Color info

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

RGB color model

#093420 color RGB value is (9,52,32).

  • red value is 9;
  • green value is 52;
  • blue value is 32.
RGB:
(9,52,32)
(4%,20%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 52 of 255 = 20%
B 32 of 255 = 13%

9
52
32

R + G + B ~ 12%. #093420 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 32 = 93 (100%)
R 9 of 93 ~ 9.68%
G 52 of 93 ~ 55.91%
B 32 of 93 ~ 34.41%

%9.68
%55.91
%34.41

CMYK color model

#093420 color CMYK value is (83,0,38,80).

  • cyan value is 82.69%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 79.61%
CMYK:
(83,0,38,80)
C83M0Y38K80 
(83%,0%,38%,80%)
(0.83/0.00/0.38/0.80)	

CMYK percentages

%82.69
%0
%38.46
%79.61

Codes

Color #093420 in popluar color models

093420
RGB95232
HSL152°70.49%11.96%
HSB/HSV152°82.69%20.39%
CMYK82.69%0.00%38.46%
79.61%

Color #093420 in popluar number systems.

HEX093420
Decimal95232
Binary1001110100100000
Octal116440

Shades and tints

Shades of #093420

#093420
(9,52,32)
#09301E
(9,48,30)
#092C1C
(9,44,28)
#09281A
(9,40,26)
#092418
(9,36,24)
#092016
(9,32,22)
#091C14
(9,28,20)
#091812
(9,24,18)
#091410
(9,20,16)
#09100E
(9,16,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #093420

#093420
(9,52,32)
#1F4634
(31,70,52)
#355848
(53,88,72)
#4B6A5C
(75,106,92)
#617C70
(97,124,112)
#778E84
(119,142,132)
#8DA098
(141,160,152)
#A3B2AC
(163,178,172)
#B9C4C0
(185,196,192)
#CFD6D4
(207,214,212)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093420; }

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

This text font color is #093420.


Background Color

.myBgColor { background-color: #093420; }

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

This div background color is #093420.


Border color

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

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

This div border color is #093420.


Opacity

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

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

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

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

This text has shadow with #093420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093420 on black background.


Color preview on white background

This text has color #093420 on white background.



Black color preview on #093420 background

This text has black color on #093420 background.


White color preview on #093420 background

This text has white color on #093420 background.