COLOR #093549

HEX: #093549
RGB: (9,53,73)

Color info

#093549 contains mainly green and blue colors. Web safe color of #093549 is #003333 (or #033).

RGB color model

#093549 color RGB value is (9,53,73).

  • red value is 9;
  • green value is 53;
  • blue value is 73.
RGB:
(9,53,73)
(4%,21%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 53 of 255 = 21%
B 73 of 255 = 29%

9
53
73

R + G + B ~ 18%. #093549 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 53 + 73 = 135 (100%)
R 9 of 135 ~ 6.67%
G 53 of 135 ~ 39.26%
B 73 of 135 ~ 54.07%

%39.26
%54.07

CMYK color model

#093549 color CMYK value is (88,27,0,71).

  • cyan value is 87.67%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(88,27,0,71)
C88M27Y0K71 
(88%,27%,0%,71%)
(0.88/0.27/0.00/0.71)	

CMYK percentages

%87.67
%27.4
%0
%71.37

Codes

Color #093549 in popluar color models

093549
RGB95373
HSL199°78.05%16.08%
HSB/HSV199°87.67%28.63%
CMYK87.67%27.40%0.00%
71.37%

Color #093549 in popluar number systems.

HEX093549
Decimal95373
Binary10011101011001001
Octal1165111

Shades and tints

Shades of #093549

#093549
(9,53,73)
#093143
(9,49,67)
#092D3D
(9,45,61)
#092937
(9,41,55)
#092531
(9,37,49)
#09212B
(9,33,43)
#091D25
(9,29,37)
#09191F
(9,25,31)
#091519
(9,21,25)
#091113
(9,17,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #093549

#093549
(9,53,73)
#1F4759
(31,71,89)
#355969
(53,89,105)
#4B6B79
(75,107,121)
#617D89
(97,125,137)
#778F99
(119,143,153)
#8DA1A9
(141,161,169)
#A3B3B9
(163,179,185)
#B9C5C9
(185,197,201)
#CFD7D9
(207,215,217)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093549 color. Also use rgb(9,53,73) instead hex code.

Text Font Color

.myTextColor { color: #093549; }

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

This text font color is #093549.


Background Color

.myBgColor { background-color: #093549; }

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

This div background color is #093549.


Border color

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

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

This div border color is #093549.


Opacity

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

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

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

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

This text has shadow with #093549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093549 on black background.


Color preview on white background

This text has color #093549 on white background.



Black color preview on #093549 background

This text has black color on #093549 background.


White color preview on #093549 background

This text has white color on #093549 background.