COLOR #093F14

HEX: #093F14
RGB: (9,63,20)

Color info

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

RGB color model

#093F14 color RGB value is (9,63,20).

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

RGB channels and saturation

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

9
63
20

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

Portions of RGB colors in percentages

R + G + B =
9 + 63 + 20 = 92 (100%)
R 9 of 92 ~ 9.78%
G 63 of 92 ~ 68.48%
B 20 of 92 ~ 21.74%

%9.78
%68.48
%21.74

CMYK color model

#093F14 color CMYK value is (86,0,68,75).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 75.29%
CMYK:
(86,0,68,75)
C86M0Y68K75 
(86%,0%,68%,75%)
(0.86/0.00/0.68/0.75)	

CMYK percentages

%85.71
%0
%68.25
%75.29

Codes

Color #093F14 in popluar color models

093F14
RGB96320
HSL132°75.00%14.12%
HSB/HSV132°85.71%24.71%
CMYK85.71%0.00%68.25%
75.29%

Color #093F14 in popluar number systems.

HEX093F14
Decimal96320
Binary100111111110100
Octal117724

Shades and tints

Shades of #093F14

#093F14
(9,63,20)
#093A13
(9,58,19)
#093512
(9,53,18)
#093011
(9,48,17)
#092B10
(9,43,16)
#09260F
(9,38,15)
#09210E
(9,33,14)
#091C0D
(9,28,13)
#09170C
(9,23,12)
#09120B
(9,18,11)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #093F14

#093F14
(9,63,20)
#1F5029
(31,80,41)
#35613E
(53,97,62)
#4B7253
(75,114,83)
#618368
(97,131,104)
#77947D
(119,148,125)
#8DA592
(141,165,146)
#A3B6A7
(163,182,167)
#B9C7BC
(185,199,188)
#CFD8D1
(207,216,209)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093F14; }

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

This text font color is #093F14.


Background Color

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

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

This div background color is #093F14.


Border color

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

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

This div border color is #093F14.


Opacity

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

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

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

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

This text has shadow with #093F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093F14 on black background.


Color preview on white background

This text has color #093F14 on white background.



Black color preview on #093F14 background

This text has black color on #093F14 background.


White color preview on #093F14 background

This text has white color on #093F14 background.