COLOR #093818

HEX: #093818
RGB: (9,56,24)

Color info

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

RGB color model

#093818 color RGB value is (9,56,24).

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

RGB channels and saturation

R 9 of 255 = 4%
G 56 of 255 = 22%
B 24 of 255 = 9%

9
56
24

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

Portions of RGB colors in percentages

R + G + B =
9 + 56 + 24 = 89 (100%)
R 9 of 89 ~ 10.11%
G 56 of 89 ~ 62.92%
B 24 of 89 ~ 26.97%

%10.11
%62.92
%26.97

CMYK color model

#093818 color CMYK value is (84,0,57,78).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 78.04%
CMYK:
(84,0,57,78)
C84M0Y57K78 
(84%,0%,57%,78%)
(0.84/0.00/0.57/0.78)	

CMYK percentages

%83.93
%0
%57.14
%78.04

Codes

Color #093818 in popluar color models

093818
RGB95624
HSL139°72.31%12.75%
HSB/HSV139°83.93%21.96%
CMYK83.93%0.00%57.14%
78.04%

Color #093818 in popluar number systems.

HEX093818
Decimal95624
Binary100111100011000
Octal117030

Shades and tints

Shades of #093818

#093818
(9,56,24)
#093316
(9,51,22)
#092E14
(9,46,20)
#092912
(9,41,18)
#092410
(9,36,16)
#091F0E
(9,31,14)
#091A0C
(9,26,12)
#09150A
(9,21,10)
#091008
(9,16,8)
#090B06
(9,11,6)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #093818

#093818
(9,56,24)
#1F4A2D
(31,74,45)
#355C42
(53,92,66)
#4B6E57
(75,110,87)
#61806C
(97,128,108)
#779281
(119,146,129)
#8DA496
(141,164,150)
#A3B6AB
(163,182,171)
#B9C8C0
(185,200,192)
#CFDAD5
(207,218,213)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093818; }

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

This text font color is #093818.


Background Color

.myBgColor { background-color: #093818; }

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

This div background color is #093818.


Border color

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

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

This div border color is #093818.


Opacity

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

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

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

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

This text has shadow with #093818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093818 on black background.


Color preview on white background

This text has color #093818 on white background.



Black color preview on #093818 background

This text has black color on #093818 background.


White color preview on #093818 background

This text has white color on #093818 background.