COLOR #093F15

HEX: #093F15
RGB: (9,63,21)

Color info

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

RGB color model

#093F15 color RGB value is (9,63,21).

  • red value is 9;
  • green value is 63;
  • blue value is 21.
RGB:
(9,63,21)
(4%,25%,8%)

RGB channels and saturation

R 9 of 255 = 4%
G 63 of 255 = 25%
B 21 of 255 = 8%

9
63
21

R + G + B ~ 12%. #093F15 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 63 + 21 = 93 (100%)
R 9 of 93 ~ 9.68%
G 63 of 93 ~ 67.74%
B 21 of 93 ~ 22.58%

%9.68
%67.74
%22.58

CMYK color model

#093F15 color CMYK value is (86,0,67,75).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 75.29%
CMYK:
(86,0,67,75)
C86M0Y67K75 
(86%,0%,67%,75%)
(0.86/0.00/0.67/0.75)	

CMYK percentages

%85.71
%0
%66.67
%75.29

Codes

Color #093F15 in popluar color models

093F15
RGB96321
HSL133°75.00%14.12%
HSB/HSV133°85.71%24.71%
CMYK85.71%0.00%66.67%
75.29%

Color #093F15 in popluar number systems.

HEX093F15
Decimal96321
Binary100111111110101
Octal117725

Shades and tints

Shades of #093F15

#093F15
(9,63,21)
#093A14
(9,58,20)
#093513
(9,53,19)
#093012
(9,48,18)
#092B11
(9,43,17)
#092610
(9,38,16)
#09210F
(9,33,15)
#091C0E
(9,28,14)
#09170D
(9,23,13)
#09120C
(9,18,12)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #093F15

#093F15
(9,63,21)
#1F502A
(31,80,42)
#35613F
(53,97,63)
#4B7254
(75,114,84)
#618369
(97,131,105)
#77947E
(119,148,126)
#8DA593
(141,165,147)
#A3B6A8
(163,182,168)
#B9C7BD
(185,199,189)
#CFD8D2
(207,216,210)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093F15 color. Also use rgb(9,63,21) instead hex code.

Text Font Color

.myTextColor { color: #093F15; }

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

This text font color is #093F15.


Background Color

.myBgColor { background-color: #093F15; }

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

This div background color is #093F15.


Border color

.myBorderColor { border: 1px solid #093F15; }

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

This div border color is #093F15.


Opacity

.myOpacity80 { color: #093F15; opacity: 0.8; }

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

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

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

This text has shadow with #093F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093F15 on black background.


Color preview on white background

This text has color #093F15 on white background.



Black color preview on #093F15 background

This text has black color on #093F15 background.


White color preview on #093F15 background

This text has white color on #093F15 background.