COLOR #093E13

HEX: #093E13
RGB: (9,62,19)

Color info

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

RGB color model

#093E13 color RGB value is (9,62,19).

  • red value is 9;
  • green value is 62;
  • blue value is 19.
RGB:
(9,62,19)
(4%,24%,7%)

RGB channels and saturation

R 9 of 255 = 4%
G 62 of 255 = 24%
B 19 of 255 = 7%

9
62
19

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

Portions of RGB colors in percentages

R + G + B =
9 + 62 + 19 = 90 (100%)
R 9 of 90 ~ 10%
G 62 of 90 ~ 68.89%
B 19 of 90 ~ 21.11%

%10
%68.89
%21.11

CMYK color model

#093E13 color CMYK value is (85,0,69,76).

  • cyan value is 85.48%
  • magenta value is 0.00%
  • yellow value is 69.35%
  • key color value is 75.69%
CMYK:
(85,0,69,76)
C85M0Y69K76 
(85%,0%,69%,76%)
(0.85/0.00/0.69/0.76)	

CMYK percentages

%85.48
%0
%69.35
%75.69

Codes

Color #093E13 in popluar color models

093E13
RGB96219
HSL131°74.65%13.92%
HSB/HSV131°85.48%24.31%
CMYK85.48%0.00%69.35%
75.69%

Color #093E13 in popluar number systems.

HEX093E13
Decimal96219
Binary100111111010011
Octal117623

Shades and tints

Shades of #093E13

#093E13
(9,62,19)
#093912
(9,57,18)
#093411
(9,52,17)
#092F10
(9,47,16)
#092A0F
(9,42,15)
#09250E
(9,37,14)
#09200D
(9,32,13)
#091B0C
(9,27,12)
#09160B
(9,22,11)
#09110A
(9,17,10)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #093E13

#093E13
(9,62,19)
#1F4F28
(31,79,40)
#35603D
(53,96,61)
#4B7152
(75,113,82)
#618267
(97,130,103)
#77937C
(119,147,124)
#8DA491
(141,164,145)
#A3B5A6
(163,181,166)
#B9C6BB
(185,198,187)
#CFD7D0
(207,215,208)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093E13 color. Also use rgb(9,62,19) instead hex code.

Text Font Color

.myTextColor { color: #093E13; }

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

This text font color is #093E13.


Background Color

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

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

This div background color is #093E13.


Border color

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

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

This div border color is #093E13.


Opacity

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

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

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

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

This text has shadow with #093E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093E13 on black background.


Color preview on white background

This text has color #093E13 on white background.



Black color preview on #093E13 background

This text has black color on #093E13 background.


White color preview on #093E13 background

This text has white color on #093E13 background.