COLOR #093D1B

HEX: #093D1B
RGB: (9,61,27)

Color info

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

RGB color model

#093D1B color RGB value is (9,61,27).

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

RGB channels and saturation

R 9 of 255 = 4%
G 61 of 255 = 24%
B 27 of 255 = 11%

9
61
27

R + G + B ~ 13%. #093D1B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 61 + 27 = 97 (100%)
R 9 of 97 ~ 9.28%
G 61 of 97 ~ 62.89%
B 27 of 97 ~ 27.84%

%62.89
%27.84

CMYK color model

#093D1B color CMYK value is (85,0,56,76).

  • cyan value is 85.25%
  • magenta value is 0.00%
  • yellow value is 55.74%
  • key color value is 76.08%
CMYK:
(85,0,56,76)
C85M0Y56K76 
(85%,0%,56%,76%)
(0.85/0.00/0.56/0.76)	

CMYK percentages

%85.25
%0
%55.74
%76.08

Codes

Color #093D1B in popluar color models

093D1B
RGB96127
HSL141°74.29%13.73%
HSB/HSV141°85.25%23.92%
CMYK85.25%0.00%55.74%
76.08%

Color #093D1B in popluar number systems.

HEX093D1B
Decimal96127
Binary100111110111011
Octal117533

Shades and tints

Shades of #093D1B

#093D1B
(9,61,27)
#093819
(9,56,25)
#093317
(9,51,23)
#092E15
(9,46,21)
#092913
(9,41,19)
#092411
(9,36,17)
#091F0F
(9,31,15)
#091A0D
(9,26,13)
#09150B
(9,21,11)
#091009
(9,16,9)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #093D1B

#093D1B
(9,61,27)
#1F4E2F
(31,78,47)
#355F43
(53,95,67)
#4B7057
(75,112,87)
#61816B
(97,129,107)
#77927F
(119,146,127)
#8DA393
(141,163,147)
#A3B4A7
(163,180,167)
#B9C5BB
(185,197,187)
#CFD6CF
(207,214,207)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093D1B; }

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

This text font color is #093D1B.


Background Color

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

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

This div background color is #093D1B.


Border color

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

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

This div border color is #093D1B.


Opacity

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

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

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

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

This text has shadow with #093D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093D1B on black background.


Color preview on white background

This text has color #093D1B on white background.



Black color preview on #093D1B background

This text has black color on #093D1B background.


White color preview on #093D1B background

This text has white color on #093D1B background.