COLOR #093A37

HEX: #093A37
RGB: (9,58,55)

Color info

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

RGB color model

#093A37 color RGB value is (9,58,55).

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

RGB channels and saturation

R 9 of 255 = 4%
G 58 of 255 = 23%
B 55 of 255 = 22%

9
58
55

R + G + B ~ 16%. #093A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 58 + 55 = 122 (100%)
R 9 of 122 ~ 7.38%
G 58 of 122 ~ 47.54%
B 55 of 122 ~ 45.08%

%47.54
%45.08

CMYK color model

#093A37 color CMYK value is (84,0,5,77).

  • cyan value is 84.48%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 77.25%
CMYK:
(84,0,5,77)
C84M0Y5K77 
(84%,0%,5%,77%)
(0.84/0.00/0.05/0.77)	

CMYK percentages

%84.48
%0
%5.17
%77.25

Codes

Color #093A37 in popluar color models

093A37
RGB95855
HSL176°73.13%13.14%
HSB/HSV176°84.48%22.75%
CMYK84.48%0.00%5.17%
77.25%

Color #093A37 in popluar number systems.

HEX093A37
Decimal95855
Binary1001111010110111
Octal117267

Shades and tints

Shades of #093A37

#093A37
(9,58,55)
#093532
(9,53,50)
#09302D
(9,48,45)
#092B28
(9,43,40)
#092623
(9,38,35)
#09211E
(9,33,30)
#091C19
(9,28,25)
#091714
(9,23,20)
#09120F
(9,18,15)
#090D0A
(9,13,10)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #093A37

#093A37
(9,58,55)
#1F4B49
(31,75,73)
#355C5B
(53,92,91)
#4B6D6D
(75,109,109)
#617E7F
(97,126,127)
#778F91
(119,143,145)
#8DA0A3
(141,160,163)
#A3B1B5
(163,177,181)
#B9C2C7
(185,194,199)
#CFD3D9
(207,211,217)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093A37; }

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

This text font color is #093A37.


Background Color

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

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

This div background color is #093A37.


Border color

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

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

This div border color is #093A37.


Opacity

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

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

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

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

This text has shadow with #093A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093A37 on black background.


Color preview on white background

This text has color #093A37 on white background.



Black color preview on #093A37 background

This text has black color on #093A37 background.


White color preview on #093A37 background

This text has white color on #093A37 background.