COLOR #093660

HEX: #093660
RGB: (9,54,96)

Color info

#093660 contains mainly green and blue colors. Web safe color of #093660 is #003366 (or #036).

RGB color model

#093660 color RGB value is (9,54,96).

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

RGB channels and saturation

R 9 of 255 = 4%
G 54 of 255 = 21%
B 96 of 255 = 38%

9
54
96

R + G + B ~ 21%. #093660 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 54 + 96 = 159 (100%)
R 9 of 159 ~ 5.66%
G 54 of 159 ~ 33.96%
B 96 of 159 ~ 60.38%

%33.96
%60.38

CMYK color model

#093660 color CMYK value is (91,44,0,62).

  • cyan value is 90.63%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(91,44,0,62)
C91M44Y0K62 
(91%,44%,0%,62%)
(0.91/0.44/0.00/0.62)	

CMYK percentages

%90.63
%43.75
%0
%62.35

Codes

Color #093660 in popluar color models

093660
RGB95496
HSL209°82.86%20.59%
HSB/HSV209°90.63%37.65%
CMYK90.63%43.75%0.00%
62.35%

Color #093660 in popluar number systems.

HEX093660
Decimal95496
Binary10011101101100000
Octal1166140

Shades and tints

Shades of #093660

#093660
(9,54,96)
#093258
(9,50,88)
#092E50
(9,46,80)
#092A48
(9,42,72)
#092640
(9,38,64)
#092238
(9,34,56)
#091E30
(9,30,48)
#091A28
(9,26,40)
#091620
(9,22,32)
#091218
(9,18,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #093660

#093660
(9,54,96)
#1F486E
(31,72,110)
#355A7C
(53,90,124)
#4B6C8A
(75,108,138)
#617E98
(97,126,152)
#7790A6
(119,144,166)
#8DA2B4
(141,162,180)
#A3B4C2
(163,180,194)
#B9C6D0
(185,198,208)
#CFD8DE
(207,216,222)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093660; }

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

This text font color is #093660.


Background Color

.myBgColor { background-color: #093660; }

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

This div background color is #093660.


Border color

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

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

This div border color is #093660.


Opacity

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

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

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

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

This text has shadow with #093660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093660 on black background.


Color preview on white background

This text has color #093660 on white background.



Black color preview on #093660 background

This text has black color on #093660 background.


White color preview on #093660 background

This text has white color on #093660 background.