COLOR #093342

HEX: #093342
RGB: (9,51,66)

Color info

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

RGB color model

#093342 color RGB value is (9,51,66).

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

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 66 of 255 = 26%

9
51
66

R + G + B ~ 17%. #093342 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 66 = 126 (100%)
R 9 of 126 ~ 7.14%
G 51 of 126 ~ 40.48%
B 66 of 126 ~ 52.38%

%40.48
%52.38

CMYK color model

#093342 color CMYK value is (86,23,0,74).

  • cyan value is 86.36%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(86,23,0,74)
C86M23Y0K74 
(86%,23%,0%,74%)
(0.86/0.23/0.00/0.74)	

CMYK percentages

%86.36
%22.73
%0
%74.12

Codes

Color #093342 in popluar color models

093342
RGB95166
HSL196°76.00%14.71%
HSB/HSV196°86.36%25.88%
CMYK86.36%22.73%0.00%
74.12%

Color #093342 in popluar number systems.

HEX093342
Decimal95166
Binary10011100111000010
Octal1163102

Shades and tints

Shades of #093342

#093342
(9,51,66)
#092F3C
(9,47,60)
#092B36
(9,43,54)
#092730
(9,39,48)
#09232A
(9,35,42)
#091F24
(9,31,36)
#091B1E
(9,27,30)
#091718
(9,23,24)
#091312
(9,19,18)
#090F0C
(9,15,12)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #093342

#093342
(9,51,66)
#1F4553
(31,69,83)
#355764
(53,87,100)
#4B6975
(75,105,117)
#617B86
(97,123,134)
#778D97
(119,141,151)
#8D9FA8
(141,159,168)
#A3B1B9
(163,177,185)
#B9C3CA
(185,195,202)
#CFD5DB
(207,213,219)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093342; }

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

This text font color is #093342.


Background Color

.myBgColor { background-color: #093342; }

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

This div background color is #093342.


Border color

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

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

This div border color is #093342.


Opacity

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

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

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

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

This text has shadow with #093342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093342 on black background.


Color preview on white background

This text has color #093342 on white background.



Black color preview on #093342 background

This text has black color on #093342 background.


White color preview on #093342 background

This text has white color on #093342 background.