COLOR #093244

HEX: #093244 RGB: (9,50,68)

Color info

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

RGB color model

#093244 color RGB value is (9,50,68).

RGB: (9,50,68) (4%, 20%, 27%)

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 68 of 255 = 27%

9
50
68

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

Portions of RGB colors in percentages

R + G + B = 9 + 50 + 68 = 127 (100%)
R 9 of 127 ~ 7.09%
G 50 of 127 ~ 39.37%
B 68 of 127 ~ 53.54'%

%39.37
%53.54

CMYK color model

#093244 color CMYK value is (87,26,0,73).

  • cyan value is 86.76%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (87,26,0,73)
C87M26Y0K73 (87%, 26%, 0%, 73%)
(0.87 / 0.26 / 0.00 / 0.73)

CMYK percentages

%86.76
%26.47
%0
%73.33

Codes

Color #093244 in popluar color models

09 32 44
RGB 9 50 68
HSL 198° 76.62% 15.10%
HSB/HSV 198° 86.76% 26.67%
CMYK 86.76% 26.47% 0.00%
73.33%

Color #093244 in popluar number systems.

HEX 09 32 44
Decimal 9 50 68
Binary 1001 110010 1000100
Octal 11 62 104

Shades and tints

Shades of #093244

#093244
(9,50,68)
#092E3E
(9,46,62)
#092A38
(9,42,56)
#092632
(9,38,50)
#09222C
(9,34,44)
#091E26
(9,30,38)
#091A20
(9,26,32)
#09161A
(9,22,26)
#091214
(9,18,20)
#090E0E
(9,14,14)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #093244

#093244
(9,50,68)
#1F4455
(31,68,85)
#355666
(53,86,102)
#4B6877
(75,104,119)
#617A88
(97,122,136)
#778C99
(119,140,153)
#8D9EAA
(141,158,170)
#A3B0BB
(163,176,187)
#B9C2CC
(185,194,204)
#CFD4DD
(207,212,221)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093244 color. Also use rgb(9,50,68) instead hex code.

Text Font Color

.myTextColor { color: #093244; }

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

This text font color is #093244.

Background Color

.myBgColor { background-color: #093244; }

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

This div background color is #093244.

Border color

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

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

This div border color is #093244.

Opacity

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

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

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

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

This text has shadow with #093244 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093244.

Preview

Color preview on black background

This text has color #093244 on black background.


Color preview on white background

This text has color #093244 on white background.


Black color preview on #093244 background

This text has black color on #093244 background.


White color preview on #093244 background

This text has white color on #093244 background.


Related colors

Complementary color

Complementary color for #hex is #F6CDBB.


I love getcolorcode.com

Triadic colors

1 #440932 and #324409 with #093244 are triadic colors.

2 #443209 and #320944 with #093244 are triadic colors.