COLOR #093632

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
54
50

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

Portions of RGB colors in percentages

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

%47.79
%44.25

CMYK color model

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

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

CMYK percentages

%83.33
%0
%7.41
%78.82

Codes

Color #093632 in popluar color models

093632
RGB95450
HSL175°71.43%12.35%
HSB/HSV175°83.33%21.18%
CMYK83.33%0.00%7.41%
78.82%

Color #093632 in popluar number systems.

HEX093632
Decimal95450
Binary1001110110110010
Octal116662

Shades and tints

Shades of #093632

#093632
(9,54,50)
#09322E
(9,50,46)
#092E2A
(9,46,42)
#092A26
(9,42,38)
#092622
(9,38,34)
#09221E
(9,34,30)
#091E1A
(9,30,26)
#091A16
(9,26,22)
#091612
(9,22,18)
#09120E
(9,18,14)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #093632

#093632
(9,54,50)
#1F4844
(31,72,68)
#355A56
(53,90,86)
#4B6C68
(75,108,104)
#617E7A
(97,126,122)
#77908C
(119,144,140)
#8DA29E
(141,162,158)
#A3B4B0
(163,180,176)
#B9C6C2
(185,198,194)
#CFD8D4
(207,216,212)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093632; }

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

This text font color is #093632.


Background Color

.myBgColor { background-color: #093632; }

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

This div background color is #093632.


Border color

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

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

This div border color is #093632.


Opacity

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

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

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

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

This text has shadow with #093632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093632 on black background.


Color preview on white background

This text has color #093632 on white background.



Black color preview on #093632 background

This text has black color on #093632 background.


White color preview on #093632 background

This text has white color on #093632 background.