COLOR #093712

HEX: #093712
RGB: (9,55,18)

Color info

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

RGB color model

#093712 color RGB value is (9,55,18).

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

RGB channels and saturation

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

9
55
18

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

Portions of RGB colors in percentages

R + G + B =
9 + 55 + 18 = 82 (100%)
R 9 of 82 ~ 10.98%
G 55 of 82 ~ 67.07%
B 18 of 82 ~ 21.95%

%10.98
%67.07
%21.95

CMYK color model

#093712 color CMYK value is (84,0,67,78).

  • cyan value is 83.64%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 78.43%
CMYK:
(84,0,67,78)
C84M0Y67K78 
(84%,0%,67%,78%)
(0.84/0.00/0.67/0.78)	

CMYK percentages

%83.64
%0
%67.27
%78.43

Codes

Color #093712 in popluar color models

093712
RGB95518
HSL132°71.88%12.55%
HSB/HSV132°83.64%21.57%
CMYK83.64%0.00%67.27%
78.43%

Color #093712 in popluar number systems.

HEX093712
Decimal95518
Binary100111011110010
Octal116722

Shades and tints

Shades of #093712

#093712
(9,55,18)
#093211
(9,50,17)
#092D10
(9,45,16)
#09280F
(9,40,15)
#09230E
(9,35,14)
#091E0D
(9,30,13)
#09190C
(9,25,12)
#09140B
(9,20,11)
#090F0A
(9,15,10)
#090A09
(9,10,9)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #093712

#093712
(9,55,18)
#1F4927
(31,73,39)
#355B3C
(53,91,60)
#4B6D51
(75,109,81)
#617F66
(97,127,102)
#77917B
(119,145,123)
#8DA390
(141,163,144)
#A3B5A5
(163,181,165)
#B9C7BA
(185,199,186)
#CFD9CF
(207,217,207)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093712; }

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

This text font color is #093712.


Background Color

.myBgColor { background-color: #093712; }

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

This div background color is #093712.


Border color

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

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

This div border color is #093712.


Opacity

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

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

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

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

This text has shadow with #093712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093712 on black background.


Color preview on white background

This text has color #093712 on white background.



Black color preview on #093712 background

This text has black color on #093712 background.


White color preview on #093712 background

This text has white color on #093712 background.