COLOR #093621

HEX: #093621
RGB: (9,54,33)

Color info

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

RGB color model

#093621 color RGB value is (9,54,33).

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

RGB channels and saturation

R 9 of 255 = 4%
G 54 of 255 = 21%
B 33 of 255 = 13%

9
54
33

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

Portions of RGB colors in percentages

R + G + B =
9 + 54 + 33 = 96 (100%)
R 9 of 96 ~ 9.38%
G 54 of 96 ~ 56.25%
B 33 of 96 ~ 34.38%

%56.25
%34.38

CMYK color model

#093621 color CMYK value is (83,0,39,79).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 78.82%
CMYK:
(83,0,39,79)
C83M0Y39K79 
(83%,0%,39%,79%)
(0.83/0.00/0.39/0.79)	

CMYK percentages

%83.33
%0
%38.89
%78.82

Codes

Color #093621 in popluar color models

093621
RGB95433
HSL152°71.43%12.35%
HSB/HSV152°83.33%21.18%
CMYK83.33%0.00%38.89%
78.82%

Color #093621 in popluar number systems.

HEX093621
Decimal95433
Binary1001110110100001
Octal116641

Shades and tints

Shades of #093621

#093621
(9,54,33)
#09321E
(9,50,30)
#092E1B
(9,46,27)
#092A18
(9,42,24)
#092615
(9,38,21)
#092212
(9,34,18)
#091E0F
(9,30,15)
#091A0C
(9,26,12)
#091609
(9,22,9)
#091206
(9,18,6)
#090E03
(9,14,3)
#000000
(0,0,0)

Tints of #093621

#093621
(9,54,33)
#1F4835
(31,72,53)
#355A49
(53,90,73)
#4B6C5D
(75,108,93)
#617E71
(97,126,113)
#779085
(119,144,133)
#8DA299
(141,162,153)
#A3B4AD
(163,180,173)
#B9C6C1
(185,198,193)
#CFD8D5
(207,216,213)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093621; }

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

This text font color is #093621.


Background Color

.myBgColor { background-color: #093621; }

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

This div background color is #093621.


Border color

.myBorderColor { border: 1px solid #093621; }

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

This div border color is #093621.


Opacity

.myOpacity80 { color: #093621; opacity: 0.8; }

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

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

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

This text has shadow with #093621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093621 on black background.


Color preview on white background

This text has color #093621 on white background.



Black color preview on #093621 background

This text has black color on #093621 background.


White color preview on #093621 background

This text has white color on #093621 background.