COLOR #093C42

HEX: #093C42 RGB: (9,60,66)

Color info

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

RGB color model

#093C42 color RGB value is (9,60,66).

RGB: (9,60,66) (4%, 24%, 26%)

RGB channels and saturation

R 9 of 255 = 4%
G 60 of 255 = 24%
B 66 of 255 = 26%

9
60
66

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

Portions of RGB colors in percentages

R + G + B = 9 + 60 + 66 = 135 (100%)
R 9 of 135 ~ 6.67%
G 60 of 135 ~ 44.44%
B 66 of 135 ~ 48.89'%

%44.44
%48.89

CMYK color model

#093C42 color CMYK value is (86,9,0,74).

  • cyan value is 86.36%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (86,9,0,74)
C86M9Y0K74 (86%, 9%, 0%, 74%)
(0.86 / 0.09 / 0.00 / 0.74)

CMYK percentages

%86.36
%9.09
%0
%74.12

Codes

Color #093C42 in popluar color models

09 3C 42
RGB 9 60 66
HSL 186° 76.00% 14.71%
HSB/HSV 186° 86.36% 25.88%
CMYK 86.36% 9.09% 0.00%
74.12%

Color #093C42 in popluar number systems.

HEX 09 3C 42
Decimal 9 60 66
Binary 1001 111100 1000010
Octal 11 74 102

Shades and tints

Shades of #093C42

#093C42
(9,60,66)
#09373C
(9,55,60)
#093236
(9,50,54)
#092D30
(9,45,48)
#09282A
(9,40,42)
#092324
(9,35,36)
#091E1E
(9,30,30)
#091918
(9,25,24)
#091412
(9,20,18)
#090F0C
(9,15,12)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #093C42

#093C42
(9,60,66)
#1F4D53
(31,77,83)
#355E64
(53,94,100)
#4B6F75
(75,111,117)
#618086
(97,128,134)
#779197
(119,145,151)
#8DA2A8
(141,162,168)
#A3B3B9
(163,179,185)
#B9C4CA
(185,196,202)
#CFD5DB
(207,213,219)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093C42; }

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

This text font color is #093C42.

Background Color

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

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

This div background color is #093C42.

Border color

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

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

This div border color is #093C42.

Opacity

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

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

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

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

This text has shadow with #093C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093C42.

Preview

Color preview on black background

This text has color #093C42 on black background.


Color preview on white background

This text has color #093C42 on white background.


Black color preview on #093C42 background

This text has black color on #093C42 background.


White color preview on #093C42 background

This text has white color on #093C42 background.


Related colors

Complementary color

Complementary color for #hex is #F6C3BD.


I love getcolorcode.com

Triadic colors

1 #42093C and #3C4209 with #093C42 are triadic colors.

2 #423C09 and #3C0942 with #093C42 are triadic colors.