COLOR #093807

HEX: #093807 RGB: (9,56,7)

Color info

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

RGB color model

#093807 color RGB value is (9,56,7).

RGB: (9,56,7) (4%, 22%, 3%)

RGB channels and saturation

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

9
56
7

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

Portions of RGB colors in percentages

R + G + B = 9 + 56 + 7 = 72 (100%)
R 9 of 72 ~ 12.5%
G 56 of 72 ~ 77.78%
B 7 of 72 ~ 9.72'%

%12.5
%77.78

CMYK color model

#093807 color CMYK value is (84,0,88,78).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 78.04%

CMYK: (84,0,88,78)
C84M0Y88K78 (84%, 0%, 88%, 78%)
(0.84 / 0.00 / 0.88 / 0.78)

CMYK percentages

%83.93
%0
%87.5
%78.04

Codes

Color #093807 in popluar color models

09 38 07
RGB 9 56 7
HSL 118° 77.78% 12.35%
HSB/HSV 118° 87.50% 21.96%
CMYK 83.93% 0.00% 87.50%
78.04%

Color #093807 in popluar number systems.

HEX 09 38 07
Decimal 9 56 7
Binary 1001 111000 111
Octal 11 70 7

Shades and tints

Shades of #093807

#093807
(9,56,7)
#093307
(9,51,7)
#092E07
(9,46,7)
#092907
(9,41,7)
#092407
(9,36,7)
#091F07
(9,31,7)
#091A07
(9,26,7)
#091507
(9,21,7)
#091007
(9,16,7)
#090B07
(9,11,7)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #093807

#093807
(9,56,7)
#1F4A1D
(31,74,29)
#355C33
(53,92,51)
#4B6E49
(75,110,73)
#61805F
(97,128,95)
#779275
(119,146,117)
#8DA48B
(141,164,139)
#A3B6A1
(163,182,161)
#B9C8B7
(185,200,183)
#CFDACD
(207,218,205)
#E5ECE3
(229,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093807; }

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

This text font color is #093807.

Background Color

.myBgColor { background-color: #093807; }

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

This div background color is #093807.

Border color

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

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

This div border color is #093807.

Opacity

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

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

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

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

This text has shadow with #093807 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093807.

Preview

Color preview on black background

This text has color #093807 on black background.


Color preview on white background

This text has color #093807 on white background.


Black color preview on #093807 background

This text has black color on #093807 background.


White color preview on #093807 background

This text has white color on #093807 background.


Related colors

Complementary color

Complementary color for #hex is #F6C7F8.


I love getcolorcode.com

Triadic colors

1 #070938 and #380709 with #093807 are triadic colors.

2 #073809 and #380907 with #093807 are triadic colors.