COLOR #093927

HEX: #093927
RGB: (9,57,39)

Color info

#093927 contains red, green and blue colors in about the same proportion. Web safe color of #093927 is #003333 (or #033).

RGB color model

#093927 color RGB value is (9,57,39).

  • red value is 9;
  • green value is 57;
  • blue value is 39.
RGB:
(9,57,39)
(4%,22%,15%)

RGB channels and saturation

R 9 of 255 = 4%
G 57 of 255 = 22%
B 39 of 255 = 15%

9
57
39

R + G + B ~ 14%. #093927 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 57 + 39 = 105 (100%)
R 9 of 105 ~ 8.57%
G 57 of 105 ~ 54.29%
B 39 of 105 ~ 37.14%

%54.29
%37.14

CMYK color model

#093927 color CMYK value is (84,0,32,78).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 77.65%
CMYK:
(84,0,32,78)
C84M0Y32K78 
(84%,0%,32%,78%)
(0.84/0.00/0.32/0.78)	

CMYK percentages

%84.21
%0
%31.58
%77.65

Codes

Color #093927 in popluar color models

093927
RGB95739
HSL158°72.73%12.94%
HSB/HSV158°84.21%22.35%
CMYK84.21%0.00%31.58%
77.65%

Color #093927 in popluar number systems.

HEX093927
Decimal95739
Binary1001111001100111
Octal117147

Shades and tints

Shades of #093927

#093927
(9,57,39)
#093424
(9,52,36)
#092F21
(9,47,33)
#092A1E
(9,42,30)
#09251B
(9,37,27)
#092018
(9,32,24)
#091B15
(9,27,21)
#091612
(9,22,18)
#09110F
(9,17,15)
#090C0C
(9,12,12)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #093927

#093927
(9,57,39)
#1F4B3A
(31,75,58)
#355D4D
(53,93,77)
#4B6F60
(75,111,96)
#618173
(97,129,115)
#779386
(119,147,134)
#8DA599
(141,165,153)
#A3B7AC
(163,183,172)
#B9C9BF
(185,201,191)
#CFDBD2
(207,219,210)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093927 color. Also use rgb(9,57,39) instead hex code.

Text Font Color

.myTextColor { color: #093927; }

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

This text font color is #093927.


Background Color

.myBgColor { background-color: #093927; }

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

This div background color is #093927.


Border color

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

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

This div border color is #093927.


Opacity

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

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

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

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

This text has shadow with #093927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093927 on black background.


Color preview on white background

This text has color #093927 on white background.



Black color preview on #093927 background

This text has black color on #093927 background.


White color preview on #093927 background

This text has white color on #093927 background.