COLOR #093239

HEX: #093239 RGB: (9,50,57)

Color info

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

RGB color model

#093239 color RGB value is (9,50,57).

RGB: (9,50,57) (4%, 20%, 22%)

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 57 of 255 = 22%

9
50
57

R + G + B ~ 15%. #093239 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 50 + 57 = 116 (100%)
R 9 of 116 ~ 7.76%
G 50 of 116 ~ 43.1%
B 57 of 116 ~ 49.14'%

%43.1
%49.14

CMYK color model

#093239 color CMYK value is (84,12,0,78).

  • cyan value is 84.21%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (84,12,0,78)
C84M12Y0K78 (84%, 12%, 0%, 78%)
(0.84 / 0.12 / 0.00 / 0.78)

CMYK percentages

%84.21
%12.28
%0
%77.65

Codes

Color #093239 in popluar color models

09 32 39
RGB 9 50 57
HSL 189° 72.73% 12.94%
HSB/HSV 189° 84.21% 22.35%
CMYK 84.21% 12.28% 0.00%
77.65%

Color #093239 in popluar number systems.

HEX 09 32 39
Decimal 9 50 57
Binary 1001 110010 111001
Octal 11 62 71

Shades and tints

Shades of #093239

#093239
(9,50,57)
#092E34
(9,46,52)
#092A2F
(9,42,47)
#09262A
(9,38,42)
#092225
(9,34,37)
#091E20
(9,30,32)
#091A1B
(9,26,27)
#091616
(9,22,22)
#091211
(9,18,17)
#090E0C
(9,14,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #093239

#093239
(9,50,57)
#1F444B
(31,68,75)
#35565D
(53,86,93)
#4B686F
(75,104,111)
#617A81
(97,122,129)
#778C93
(119,140,147)
#8D9EA5
(141,158,165)
#A3B0B7
(163,176,183)
#B9C2C9
(185,194,201)
#CFD4DB
(207,212,219)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093239 color. Also use rgb(9,50,57) instead hex code.

Text Font Color

.myTextColor { color: #093239; }

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

This text font color is #093239.

Background Color

.myBgColor { background-color: #093239; }

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

This div background color is #093239.

Border color

.myBorderColor { border: 1px solid #093239; }

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

This div border color is #093239.

Opacity

.myOpacity80 { color: #093239; opacity: 0.8; }

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

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

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

This text has shadow with #093239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093239.

Preview

Color preview on black background

This text has color #093239 on black background.


Color preview on white background

This text has color #093239 on white background.


Black color preview on #093239 background

This text has black color on #093239 background.


White color preview on #093239 background

This text has white color on #093239 background.


Related colors

Complementary color

Complementary color for #hex is #F6CDC6.


I love getcolorcode.com

Triadic colors

1 #390932 and #323909 with #093239 are triadic colors.

2 #393209 and #320939 with #093239 are triadic colors.