COLOR #093C51

HEX: #093C51 RGB: (9,60,81)

Color info

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

RGB color model

#093C51 color RGB value is (9,60,81).

RGB: (9,60,81) (4%, 24%, 32%)

RGB channels and saturation

R 9 of 255 = 4%
G 60 of 255 = 24%
B 81 of 255 = 32%

9
60
81

R + G + B ~ 20%. #093C51 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 60 + 81 = 150 (100%)
R 9 of 150 ~ 6%
G 60 of 150 ~ 40%
B 81 of 150 ~ 54'%

%40
%54

CMYK color model

#093C51 color CMYK value is (89,26,0,68).

  • cyan value is 88.89%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (89,26,0,68)
C89M26Y0K68 (89%, 26%, 0%, 68%)
(0.89 / 0.26 / 0.00 / 0.68)

CMYK percentages

%88.89
%25.93
%0
%68.24

Codes

Color #093C51 in popluar color models

09 3C 51
RGB 9 60 81
HSL 198° 80.00% 17.65%
HSB/HSV 198° 88.89% 31.76%
CMYK 88.89% 25.93% 0.00%
68.24%

Color #093C51 in popluar number systems.

HEX 09 3C 51
Decimal 9 60 81
Binary 1001 111100 1010001
Octal 11 74 121

Shades and tints

Shades of #093C51

#093C51
(9,60,81)
#09374A
(9,55,74)
#093243
(9,50,67)
#092D3C
(9,45,60)
#092835
(9,40,53)
#09232E
(9,35,46)
#091E27
(9,30,39)
#091920
(9,25,32)
#091419
(9,20,25)
#090F12
(9,15,18)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #093C51

#093C51
(9,60,81)
#1F4D60
(31,77,96)
#355E6F
(53,94,111)
#4B6F7E
(75,111,126)
#61808D
(97,128,141)
#77919C
(119,145,156)
#8DA2AB
(141,162,171)
#A3B3BA
(163,179,186)
#B9C4C9
(185,196,201)
#CFD5D8
(207,213,216)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093C51 color. Also use rgb(9,60,81) instead hex code.

Text Font Color

.myTextColor { color: #093C51; }

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

This text font color is #093C51.

Background Color

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

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

This div background color is #093C51.

Border color

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

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

This div border color is #093C51.

Opacity

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

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

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

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

This text has shadow with #093C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093C51.

Preview

Color preview on black background

This text has color #093C51 on black background.


Color preview on white background

This text has color #093C51 on white background.


Black color preview on #093C51 background

This text has black color on #093C51 background.


White color preview on #093C51 background

This text has white color on #093C51 background.


Related colors

Complementary color

Complementary color for #hex is #F6C3AE.


I love getcolorcode.com

Triadic colors

1 #51093C and #3C5109 with #093C51 are triadic colors.

2 #513C09 and #3C0951 with #093C51 are triadic colors.