COLOR #093D13

HEX: #093D13
RGB: (9,61,19)

Color info

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

RGB color model

#093D13 color RGB value is (9,61,19).

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

RGB channels and saturation

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

9
61
19

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

Portions of RGB colors in percentages

R + G + B =
9 + 61 + 19 = 89 (100%)
R 9 of 89 ~ 10.11%
G 61 of 89 ~ 68.54%
B 19 of 89 ~ 21.35%

%10.11
%68.54
%21.35

CMYK color model

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

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

CMYK percentages

%85.25
%0
%68.85
%76.08

Codes

Color #093D13 in popluar color models

093D13
RGB96119
HSL132°74.29%13.73%
HSB/HSV132°85.25%23.92%
CMYK85.25%0.00%68.85%
76.08%

Color #093D13 in popluar number systems.

HEX093D13
Decimal96119
Binary100111110110011
Octal117523

Shades and tints

Shades of #093D13

#093D13
(9,61,19)
#093812
(9,56,18)
#093311
(9,51,17)
#092E10
(9,46,16)
#09290F
(9,41,15)
#09240E
(9,36,14)
#091F0D
(9,31,13)
#091A0C
(9,26,12)
#09150B
(9,21,11)
#09100A
(9,16,10)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #093D13

#093D13
(9,61,19)
#1F4E28
(31,78,40)
#355F3D
(53,95,61)
#4B7052
(75,112,82)
#618167
(97,129,103)
#77927C
(119,146,124)
#8DA391
(141,163,145)
#A3B4A6
(163,180,166)
#B9C5BB
(185,197,187)
#CFD6D0
(207,214,208)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093D13; }

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

This text font color is #093D13.


Background Color

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

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

This div background color is #093D13.


Border color

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

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

This div border color is #093D13.


Opacity

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

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

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

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

This text has shadow with #093D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093D13 on black background.


Color preview on white background

This text has color #093D13 on white background.



Black color preview on #093D13 background

This text has black color on #093D13 background.


White color preview on #093D13 background

This text has white color on #093D13 background.