COLOR #093808

HEX: #093808
RGB: (9,56,8)

Color info

#093808 contains red, green and blue colors in about the same proportion. Web safe color of #093808 is #003300 (or #030).

RGB color model

#093808 color RGB value is (9,56,8).

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

RGB channels and saturation

R 9 of 255 = 4%
G 56 of 255 = 22%
B 8 of 255 = 3%

9
56
8

R + G + B ~ 10%. #093808 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 56 + 8 = 73 (100%)
R 9 of 73 ~ 12.33%
G 56 of 73 ~ 76.71%
B 8 of 73 ~ 10.96%

%12.33
%76.71
%10.96

CMYK color model

#093808 color CMYK value is (84,0,86,78).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 78.04%
CMYK:
(84,0,86,78)
C84M0Y86K78 
(84%,0%,86%,78%)
(0.84/0.00/0.86/0.78)	

CMYK percentages

%83.93
%0
%85.71
%78.04

Codes

Color #093808 in popluar color models

093808
RGB9568
HSL119°75.00%12.55%
HSB/HSV119°85.71%21.96%
CMYK83.93%0.00%85.71%
78.04%

Color #093808 in popluar number systems.

HEX093808
Decimal9568
Binary10011110001000
Octal117010

Shades and tints

Shades of #093808

#093808
(9,56,8)
#093308
(9,51,8)
#092E08
(9,46,8)
#092908
(9,41,8)
#092408
(9,36,8)
#091F08
(9,31,8)
#091A08
(9,26,8)
#091508
(9,21,8)
#091008
(9,16,8)
#090B08
(9,11,8)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #093808

#093808
(9,56,8)
#1F4A1E
(31,74,30)
#355C34
(53,92,52)
#4B6E4A
(75,110,74)
#618060
(97,128,96)
#779276
(119,146,118)
#8DA48C
(141,164,140)
#A3B6A2
(163,182,162)
#B9C8B8
(185,200,184)
#CFDACE
(207,218,206)
#E5ECE4
(229,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093808; }

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

This text font color is #093808.


Background Color

.myBgColor { background-color: #093808; }

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

This div background color is #093808.


Border color

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

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

This div border color is #093808.


Opacity

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

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

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

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

This text has shadow with #093808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093808 on black background.


Color preview on white background

This text has color #093808 on white background.



Black color preview on #093808 background

This text has black color on #093808 background.


White color preview on #093808 background

This text has white color on #093808 background.