COLOR #093328

HEX: #093328
RGB: (9,51,40)

Color info

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

RGB color model

#093328 color RGB value is (9,51,40).

  • red value is 9;
  • green value is 51;
  • blue value is 40.
RGB:
(9,51,40)
(4%,20%,16%)

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 40 of 255 = 16%

9
51
40

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

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 40 = 100 (100%)
R 9 of 100 ~ 9%
G 51 of 100 ~ 51%
B 40 of 100 ~ 40%

%51
%40

CMYK color model

#093328 color CMYK value is (82,0,22,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(82,0,22,80)
C82M0Y22K80 
(82%,0%,22%,80%)
(0.82/0.00/0.22/0.80)	

CMYK percentages

%82.35
%0
%21.57
%80

Codes

Color #093328 in popluar color models

093328
RGB95140
HSL164°70.00%11.76%
HSB/HSV164°82.35%20.00%
CMYK82.35%0.00%21.57%
80.00%

Color #093328 in popluar number systems.

HEX093328
Decimal95140
Binary1001110011101000
Octal116350

Shades and tints

Shades of #093328

#093328
(9,51,40)
#092F25
(9,47,37)
#092B22
(9,43,34)
#09271F
(9,39,31)
#09231C
(9,35,28)
#091F19
(9,31,25)
#091B16
(9,27,22)
#091713
(9,23,19)
#091310
(9,19,16)
#090F0D
(9,15,13)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #093328

#093328
(9,51,40)
#1F453B
(31,69,59)
#35574E
(53,87,78)
#4B6961
(75,105,97)
#617B74
(97,123,116)
#778D87
(119,141,135)
#8D9F9A
(141,159,154)
#A3B1AD
(163,177,173)
#B9C3C0
(185,195,192)
#CFD5D3
(207,213,211)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093328 color. Also use rgb(9,51,40) instead hex code.

Text Font Color

.myTextColor { color: #093328; }

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

This text font color is #093328.


Background Color

.myBgColor { background-color: #093328; }

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

This div background color is #093328.


Border color

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

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

This div border color is #093328.


Opacity

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

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

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

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

This text has shadow with #093328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093328 on black background.


Color preview on white background

This text has color #093328 on white background.



Black color preview on #093328 background

This text has black color on #093328 background.


White color preview on #093328 background

This text has white color on #093328 background.