COLOR #093707

HEX: #093707
RGB: (9,55,7)

Color info

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

RGB color model

#093707 color RGB value is (9,55,7).

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

RGB channels and saturation

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

9
55
7

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

Portions of RGB colors in percentages

R + G + B =
9 + 55 + 7 = 71 (100%)
R 9 of 71 ~ 12.68%
G 55 of 71 ~ 77.46%
B 7 of 71 ~ 9.86%

%12.68
%77.46
%9.86

CMYK color model

#093707 color CMYK value is (84,0,87,78).

  • cyan value is 83.64%
  • magenta value is 0.00%
  • yellow value is 87.27%
  • key color value is 78.43%
CMYK:
(84,0,87,78)
C84M0Y87K78 
(84%,0%,87%,78%)
(0.84/0.00/0.87/0.78)	

CMYK percentages

%83.64
%0
%87.27
%78.43

Codes

Color #093707 in popluar color models

093707
RGB9557
HSL118°77.42%12.16%
HSB/HSV118°87.27%21.57%
CMYK83.64%0.00%87.27%
78.43%

Color #093707 in popluar number systems.

HEX093707
Decimal9557
Binary1001110111111
Octal11677

Shades and tints

Shades of #093707

#093707
(9,55,7)
#093207
(9,50,7)
#092D07
(9,45,7)
#092807
(9,40,7)
#092307
(9,35,7)
#091E07
(9,30,7)
#091907
(9,25,7)
#091407
(9,20,7)
#090F07
(9,15,7)
#090A07
(9,10,7)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #093707

#093707
(9,55,7)
#1F491D
(31,73,29)
#355B33
(53,91,51)
#4B6D49
(75,109,73)
#617F5F
(97,127,95)
#779175
(119,145,117)
#8DA38B
(141,163,139)
#A3B5A1
(163,181,161)
#B9C7B7
(185,199,183)
#CFD9CD
(207,217,205)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093707; }

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

This text font color is #093707.


Background Color

.myBgColor { background-color: #093707; }

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

This div background color is #093707.


Border color

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

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

This div border color is #093707.


Opacity

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

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

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

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

This text has shadow with #093707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093707 on black background.


Color preview on white background

This text has color #093707 on white background.



Black color preview on #093707 background

This text has black color on #093707 background.


White color preview on #093707 background

This text has white color on #093707 background.