COLOR #093B21

HEX: #093B21
RGB: (9,59,33)

Color info

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

RGB color model

#093B21 color RGB value is (9,59,33).

  • red value is 9;
  • green value is 59;
  • blue value is 33.
RGB:
(9,59,33)
(4%,23%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 59 of 255 = 23%
B 33 of 255 = 13%

9
59
33

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

Portions of RGB colors in percentages

R + G + B =
9 + 59 + 33 = 101 (100%)
R 9 of 101 ~ 8.91%
G 59 of 101 ~ 58.42%
B 33 of 101 ~ 32.67%

%58.42
%32.67

CMYK color model

#093B21 color CMYK value is (85,0,44,77).

  • cyan value is 84.75%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 76.86%
CMYK:
(85,0,44,77)
C85M0Y44K77 
(85%,0%,44%,77%)
(0.85/0.00/0.44/0.77)	

CMYK percentages

%84.75
%0
%44.07
%76.86

Codes

Color #093B21 in popluar color models

093B21
RGB95933
HSL149°73.53%13.33%
HSB/HSV149°84.75%23.14%
CMYK84.75%0.00%44.07%
76.86%

Color #093B21 in popluar number systems.

HEX093B21
Decimal95933
Binary1001111011100001
Octal117341

Shades and tints

Shades of #093B21

#093B21
(9,59,33)
#09361E
(9,54,30)
#09311B
(9,49,27)
#092C18
(9,44,24)
#092715
(9,39,21)
#092212
(9,34,18)
#091D0F
(9,29,15)
#09180C
(9,24,12)
#091309
(9,19,9)
#090E06
(9,14,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #093B21

#093B21
(9,59,33)
#1F4C35
(31,76,53)
#355D49
(53,93,73)
#4B6E5D
(75,110,93)
#617F71
(97,127,113)
#779085
(119,144,133)
#8DA199
(141,161,153)
#A3B2AD
(163,178,173)
#B9C3C1
(185,195,193)
#CFD4D5
(207,212,213)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093B21 color. Also use rgb(9,59,33) instead hex code.

Text Font Color

.myTextColor { color: #093B21; }

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

This text font color is #093B21.


Background Color

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

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

This div background color is #093B21.


Border color

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

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

This div border color is #093B21.


Opacity

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

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

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

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

This text has shadow with #093B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093B21 on black background.


Color preview on white background

This text has color #093B21 on white background.



Black color preview on #093B21 background

This text has black color on #093B21 background.


White color preview on #093B21 background

This text has white color on #093B21 background.