COLOR #093A40

HEX: #093A40
RGB: (9,58,64)

Color info

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

RGB color model

#093A40 color RGB value is (9,58,64).

  • red value is 9;
  • green value is 58;
  • blue value is 64.
RGB:
(9,58,64)
(4%,23%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 58 of 255 = 23%
B 64 of 255 = 25%

9
58
64

R + G + B ~ 17%. #093A40 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 58 + 64 = 131 (100%)
R 9 of 131 ~ 6.87%
G 58 of 131 ~ 44.27%
B 64 of 131 ~ 48.85%

%44.27
%48.85

CMYK color model

#093A40 color CMYK value is (86,9,0,75).

  • cyan value is 85.94%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(86,9,0,75)
C86M9Y0K75 
(86%,9%,0%,75%)
(0.86/0.09/0.00/0.75)	

CMYK percentages

%85.94
%9.38
%0
%74.9

Codes

Color #093A40 in popluar color models

093A40
RGB95864
HSL187°75.34%14.31%
HSB/HSV187°85.94%25.10%
CMYK85.94%9.38%0.00%
74.90%

Color #093A40 in popluar number systems.

HEX093A40
Decimal95864
Binary10011110101000000
Octal1172100

Shades and tints

Shades of #093A40

#093A40
(9,58,64)
#09353B
(9,53,59)
#093036
(9,48,54)
#092B31
(9,43,49)
#09262C
(9,38,44)
#092127
(9,33,39)
#091C22
(9,28,34)
#09171D
(9,23,29)
#091218
(9,18,24)
#090D13
(9,13,19)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #093A40

#093A40
(9,58,64)
#1F4B51
(31,75,81)
#355C62
(53,92,98)
#4B6D73
(75,109,115)
#617E84
(97,126,132)
#778F95
(119,143,149)
#8DA0A6
(141,160,166)
#A3B1B7
(163,177,183)
#B9C2C8
(185,194,200)
#CFD3D9
(207,211,217)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093A40 color. Also use rgb(9,58,64) instead hex code.

Text Font Color

.myTextColor { color: #093A40; }

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

This text font color is #093A40.


Background Color

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

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

This div background color is #093A40.


Border color

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

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

This div border color is #093A40.


Opacity

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

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

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

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

This text has shadow with #093A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093A40 on black background.


Color preview on white background

This text has color #093A40 on white background.



Black color preview on #093A40 background

This text has black color on #093A40 background.


White color preview on #093A40 background

This text has white color on #093A40 background.