COLOR #093236

HEX: #093236
RGB: (9,50,54)

Color info

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

RGB color model

#093236 color RGB value is (9,50,54).

  • red value is 9;
  • green value is 50;
  • blue value is 54.
RGB:
(9,50,54)
(4%,20%,21%)

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 54 of 255 = 21%

9
50
54

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

Portions of RGB colors in percentages

R + G + B =
9 + 50 + 54 = 113 (100%)
R 9 of 113 ~ 7.96%
G 50 of 113 ~ 44.25%
B 54 of 113 ~ 47.79%

%44.25
%47.79

CMYK color model

#093236 color CMYK value is (83,7,0,79).

  • cyan value is 83.33%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(83,7,0,79)
C83M7Y0K79 
(83%,7%,0%,79%)
(0.83/0.07/0.00/0.79)	

CMYK percentages

%83.33
%7.41
%0
%78.82

Codes

Color #093236 in popluar color models

093236
RGB95054
HSL185°71.43%12.35%
HSB/HSV185°83.33%21.18%
CMYK83.33%7.41%0.00%
78.82%

Color #093236 in popluar number systems.

HEX093236
Decimal95054
Binary1001110010110110
Octal116266

Shades and tints

Shades of #093236

#093236
(9,50,54)
#092E32
(9,46,50)
#092A2E
(9,42,46)
#09262A
(9,38,42)
#092226
(9,34,38)
#091E22
(9,30,34)
#091A1E
(9,26,30)
#09161A
(9,22,26)
#091216
(9,18,22)
#090E12
(9,14,18)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #093236

#093236
(9,50,54)
#1F4448
(31,68,72)
#35565A
(53,86,90)
#4B686C
(75,104,108)
#617A7E
(97,122,126)
#778C90
(119,140,144)
#8D9EA2
(141,158,162)
#A3B0B4
(163,176,180)
#B9C2C6
(185,194,198)
#CFD4D8
(207,212,216)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093236; }

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

This text font color is #093236.


Background Color

.myBgColor { background-color: #093236; }

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

This div background color is #093236.


Border color

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

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

This div border color is #093236.


Opacity

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

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

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

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

This text has shadow with #093236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093236 on black background.


Color preview on white background

This text has color #093236 on white background.



Black color preview on #093236 background

This text has black color on #093236 background.


White color preview on #093236 background

This text has white color on #093236 background.