COLOR #093D5A

HEX: #093D5A
RGB: (9,61,90)

Color info

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

RGB color model

#093D5A color RGB value is (9,61,90).

  • red value is 9;
  • green value is 61;
  • blue value is 90.
RGB:
(9,61,90)
(4%,24%,35%)

RGB channels and saturation

R 9 of 255 = 4%
G 61 of 255 = 24%
B 90 of 255 = 35%

9
61
90

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

Portions of RGB colors in percentages

R + G + B =
9 + 61 + 90 = 160 (100%)
R 9 of 160 ~ 5.63%
G 61 of 160 ~ 38.13%
B 90 of 160 ~ 56.25%

%38.13
%56.25

CMYK color model

#093D5A color CMYK value is (90,32,0,65).

  • cyan value is 90.00%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(90,32,0,65)
C90M32Y0K65 
(90%,32%,0%,65%)
(0.90/0.32/0.00/0.65)	

CMYK percentages

%90
%32.22
%0
%64.71

Codes

Color #093D5A in popluar color models

093D5A
RGB96190
HSL201°81.82%19.41%
HSB/HSV201°90.00%35.29%
CMYK90.00%32.22%0.00%
64.71%

Color #093D5A in popluar number systems.

HEX093D5A
Decimal96190
Binary10011111011011010
Octal1175132

Shades and tints

Shades of #093D5A

#093D5A
(9,61,90)
#093852
(9,56,82)
#09334A
(9,51,74)
#092E42
(9,46,66)
#09293A
(9,41,58)
#092432
(9,36,50)
#091F2A
(9,31,42)
#091A22
(9,26,34)
#09151A
(9,21,26)
#091012
(9,16,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #093D5A

#093D5A
(9,61,90)
#1F4E69
(31,78,105)
#355F78
(53,95,120)
#4B7087
(75,112,135)
#618196
(97,129,150)
#7792A5
(119,146,165)
#8DA3B4
(141,163,180)
#A3B4C3
(163,180,195)
#B9C5D2
(185,197,210)
#CFD6E1
(207,214,225)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093D5A color. Also use rgb(9,61,90) instead hex code.

Text Font Color

.myTextColor { color: #093D5A; }

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

This text font color is #093D5A.


Background Color

.myBgColor { background-color: #093D5A; }

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

This div background color is #093D5A.


Border color

.myBorderColor { border: 1px solid #093D5A; }

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

This div border color is #093D5A.


Opacity

.myOpacity80 { color: #093D5A; opacity: 0.8; }

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

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

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

This text has shadow with #093D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093D5A on black background.


Color preview on white background

This text has color #093D5A on white background.



Black color preview on #093D5A background

This text has black color on #093D5A background.


White color preview on #093D5A background

This text has white color on #093D5A background.