COLOR #093E1B

HEX: #093E1B
RGB: (9,62,27)

Color info

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

RGB color model

#093E1B color RGB value is (9,62,27).

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

RGB channels and saturation

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

9
62
27

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

Portions of RGB colors in percentages

R + G + B =
9 + 62 + 27 = 98 (100%)
R 9 of 98 ~ 9.18%
G 62 of 98 ~ 63.27%
B 27 of 98 ~ 27.55%

%63.27
%27.55

CMYK color model

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

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

CMYK percentages

%85.48
%0
%56.45
%75.69

Codes

Color #093E1B in popluar color models

093E1B
RGB96227
HSL140°74.65%13.92%
HSB/HSV140°85.48%24.31%
CMYK85.48%0.00%56.45%
75.69%

Color #093E1B in popluar number systems.

HEX093E1B
Decimal96227
Binary100111111011011
Octal117633

Shades and tints

Shades of #093E1B

#093E1B
(9,62,27)
#093919
(9,57,25)
#093417
(9,52,23)
#092F15
(9,47,21)
#092A13
(9,42,19)
#092511
(9,37,17)
#09200F
(9,32,15)
#091B0D
(9,27,13)
#09160B
(9,22,11)
#091109
(9,17,9)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #093E1B

#093E1B
(9,62,27)
#1F4F2F
(31,79,47)
#356043
(53,96,67)
#4B7157
(75,113,87)
#61826B
(97,130,107)
#77937F
(119,147,127)
#8DA493
(141,164,147)
#A3B5A7
(163,181,167)
#B9C6BB
(185,198,187)
#CFD7CF
(207,215,207)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093E1B; }

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

This text font color is #093E1B.


Background Color

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

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

This div background color is #093E1B.


Border color

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

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

This div border color is #093E1B.


Opacity

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

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

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

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

This text has shadow with #093E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093E1B on black background.


Color preview on white background

This text has color #093E1B on white background.



Black color preview on #093E1B background

This text has black color on #093E1B background.


White color preview on #093E1B background

This text has white color on #093E1B background.