COLOR #093810

HEX: #093810
RGB: (9,56,16)

Color info

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

RGB color model

#093810 color RGB value is (9,56,16).

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

RGB channels and saturation

R 9 of 255 = 4%
G 56 of 255 = 22%
B 16 of 255 = 6%

9
56
16

R + G + B ~ 11%. #093810 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 56 + 16 = 81 (100%)
R 9 of 81 ~ 11.11%
G 56 of 81 ~ 69.14%
B 16 of 81 ~ 19.75%

%11.11
%69.14
%19.75

CMYK color model

#093810 color CMYK value is (84,0,71,78).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 78.04%
CMYK:
(84,0,71,78)
C84M0Y71K78 
(84%,0%,71%,78%)
(0.84/0.00/0.71/0.78)	

CMYK percentages

%83.93
%0
%71.43
%78.04

Codes

Color #093810 in popluar color models

093810
RGB95616
HSL129°72.31%12.75%
HSB/HSV129°83.93%21.96%
CMYK83.93%0.00%71.43%
78.04%

Color #093810 in popluar number systems.

HEX093810
Decimal95616
Binary100111100010000
Octal117020

Shades and tints

Shades of #093810

#093810
(9,56,16)
#09330F
(9,51,15)
#092E0E
(9,46,14)
#09290D
(9,41,13)
#09240C
(9,36,12)
#091F0B
(9,31,11)
#091A0A
(9,26,10)
#091509
(9,21,9)
#091008
(9,16,8)
#090B07
(9,11,7)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #093810

#093810
(9,56,16)
#1F4A25
(31,74,37)
#355C3A
(53,92,58)
#4B6E4F
(75,110,79)
#618064
(97,128,100)
#779279
(119,146,121)
#8DA48E
(141,164,142)
#A3B6A3
(163,182,163)
#B9C8B8
(185,200,184)
#CFDACD
(207,218,205)
#E5ECE2
(229,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093810; }

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

This text font color is #093810.


Background Color

.myBgColor { background-color: #093810; }

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

This div background color is #093810.


Border color

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

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

This div border color is #093810.


Opacity

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

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

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

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

This text has shadow with #093810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093810 on black background.


Color preview on white background

This text has color #093810 on white background.



Black color preview on #093810 background

This text has black color on #093810 background.


White color preview on #093810 background

This text has white color on #093810 background.