COLOR #093820

HEX: #093820
RGB: (9,56,32)

Color info

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

RGB color model

#093820 color RGB value is (9,56,32).

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

RGB channels and saturation

R 9 of 255 = 4%
G 56 of 255 = 22%
B 32 of 255 = 13%

9
56
32

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

Portions of RGB colors in percentages

R + G + B =
9 + 56 + 32 = 97 (100%)
R 9 of 97 ~ 9.28%
G 56 of 97 ~ 57.73%
B 32 of 97 ~ 32.99%

%57.73
%32.99

CMYK color model

#093820 color CMYK value is (84,0,43,78).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(84,0,43,78)
C84M0Y43K78 
(84%,0%,43%,78%)
(0.84/0.00/0.43/0.78)	

CMYK percentages

%83.93
%0
%42.86
%78.04

Codes

Color #093820 in popluar color models

093820
RGB95632
HSL149°72.31%12.75%
HSB/HSV149°83.93%21.96%
CMYK83.93%0.00%42.86%
78.04%

Color #093820 in popluar number systems.

HEX093820
Decimal95632
Binary1001111000100000
Octal117040

Shades and tints

Shades of #093820

#093820
(9,56,32)
#09331E
(9,51,30)
#092E1C
(9,46,28)
#09291A
(9,41,26)
#092418
(9,36,24)
#091F16
(9,31,22)
#091A14
(9,26,20)
#091512
(9,21,18)
#091010
(9,16,16)
#090B0E
(9,11,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #093820

#093820
(9,56,32)
#1F4A34
(31,74,52)
#355C48
(53,92,72)
#4B6E5C
(75,110,92)
#618070
(97,128,112)
#779284
(119,146,132)
#8DA498
(141,164,152)
#A3B6AC
(163,182,172)
#B9C8C0
(185,200,192)
#CFDAD4
(207,218,212)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093820; }

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

This text font color is #093820.


Background Color

.myBgColor { background-color: #093820; }

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

This div background color is #093820.


Border color

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

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

This div border color is #093820.


Opacity

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

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

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

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

This text has shadow with #093820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093820 on black background.


Color preview on white background

This text has color #093820 on white background.



Black color preview on #093820 background

This text has black color on #093820 background.


White color preview on #093820 background

This text has white color on #093820 background.