COLOR #093630

HEX: #093630
RGB: (9,54,48)

Color info

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

RGB color model

#093630 color RGB value is (9,54,48).

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

RGB channels and saturation

R 9 of 255 = 4%
G 54 of 255 = 21%
B 48 of 255 = 19%

9
54
48

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

Portions of RGB colors in percentages

R + G + B =
9 + 54 + 48 = 111 (100%)
R 9 of 111 ~ 8.11%
G 54 of 111 ~ 48.65%
B 48 of 111 ~ 43.24%

%48.65
%43.24

CMYK color model

#093630 color CMYK value is (83,0,11,79).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 78.82%
CMYK:
(83,0,11,79)
C83M0Y11K79 
(83%,0%,11%,79%)
(0.83/0.00/0.11/0.79)	

CMYK percentages

%83.33
%0
%11.11
%78.82

Codes

Color #093630 in popluar color models

093630
RGB95448
HSL172°71.43%12.35%
HSB/HSV172°83.33%21.18%
CMYK83.33%0.00%11.11%
78.82%

Color #093630 in popluar number systems.

HEX093630
Decimal95448
Binary1001110110110000
Octal116660

Shades and tints

Shades of #093630

#093630
(9,54,48)
#09322C
(9,50,44)
#092E28
(9,46,40)
#092A24
(9,42,36)
#092620
(9,38,32)
#09221C
(9,34,28)
#091E18
(9,30,24)
#091A14
(9,26,20)
#091610
(9,22,16)
#09120C
(9,18,12)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #093630

#093630
(9,54,48)
#1F4842
(31,72,66)
#355A54
(53,90,84)
#4B6C66
(75,108,102)
#617E78
(97,126,120)
#77908A
(119,144,138)
#8DA29C
(141,162,156)
#A3B4AE
(163,180,174)
#B9C6C0
(185,198,192)
#CFD8D2
(207,216,210)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093630; }

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

This text font color is #093630.


Background Color

.myBgColor { background-color: #093630; }

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

This div background color is #093630.


Border color

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

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

This div border color is #093630.


Opacity

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

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

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

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

This text has shadow with #093630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093630 on black background.


Color preview on white background

This text has color #093630 on white background.



Black color preview on #093630 background

This text has black color on #093630 background.


White color preview on #093630 background

This text has white color on #093630 background.