COLOR #093C2B

HEX: #093C2B
RGB: (9,60,43)

Color info

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

RGB color model

#093C2B color RGB value is (9,60,43).

  • red value is 9;
  • green value is 60;
  • blue value is 43.
RGB:
(9,60,43)
(4%,24%,17%)

RGB channels and saturation

R 9 of 255 = 4%
G 60 of 255 = 24%
B 43 of 255 = 17%

9
60
43

R + G + B ~ 15%. #093C2B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 60 + 43 = 112 (100%)
R 9 of 112 ~ 8.04%
G 60 of 112 ~ 53.57%
B 43 of 112 ~ 38.39%

%53.57
%38.39

CMYK color model

#093C2B color CMYK value is (85,0,28,76).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 76.47%
CMYK:
(85,0,28,76)
C85M0Y28K76 
(85%,0%,28%,76%)
(0.85/0.00/0.28/0.76)	

CMYK percentages

%85
%0
%28.33
%76.47

Codes

Color #093C2B in popluar color models

093C2B
RGB96043
HSL160°73.91%13.53%
HSB/HSV160°85.00%23.53%
CMYK85.00%0.00%28.33%
76.47%

Color #093C2B in popluar number systems.

HEX093C2B
Decimal96043
Binary1001111100101011
Octal117453

Shades and tints

Shades of #093C2B

#093C2B
(9,60,43)
#093728
(9,55,40)
#093225
(9,50,37)
#092D22
(9,45,34)
#09281F
(9,40,31)
#09231C
(9,35,28)
#091E19
(9,30,25)
#091916
(9,25,22)
#091413
(9,20,19)
#090F10
(9,15,16)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #093C2B

#093C2B
(9,60,43)
#1F4D3E
(31,77,62)
#355E51
(53,94,81)
#4B6F64
(75,111,100)
#618077
(97,128,119)
#77918A
(119,145,138)
#8DA29D
(141,162,157)
#A3B3B0
(163,179,176)
#B9C4C3
(185,196,195)
#CFD5D6
(207,213,214)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093C2B color. Also use rgb(9,60,43) instead hex code.

Text Font Color

.myTextColor { color: #093C2B; }

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

This text font color is #093C2B.


Background Color

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

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

This div background color is #093C2B.


Border color

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

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

This div border color is #093C2B.


Opacity

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

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

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

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

This text has shadow with #093C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093C2B on black background.


Color preview on white background

This text has color #093C2B on white background.



Black color preview on #093C2B background

This text has black color on #093C2B background.


White color preview on #093C2B background

This text has white color on #093C2B background.