COLOR #093730

HEX: #093730
RGB: (9,55,48)

Color info

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

RGB color model

#093730 color RGB value is (9,55,48).

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

RGB channels and saturation

R 9 of 255 = 4%
G 55 of 255 = 22%
B 48 of 255 = 19%

9
55
48

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

Portions of RGB colors in percentages

R + G + B =
9 + 55 + 48 = 112 (100%)
R 9 of 112 ~ 8.04%
G 55 of 112 ~ 49.11%
B 48 of 112 ~ 42.86%

%49.11
%42.86

CMYK color model

#093730 color CMYK value is (84,0,13,78).

  • cyan value is 83.64%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK:
(84,0,13,78)
C84M0Y13K78 
(84%,0%,13%,78%)
(0.84/0.00/0.13/0.78)	

CMYK percentages

%83.64
%0
%12.73
%78.43

Codes

Color #093730 in popluar color models

093730
RGB95548
HSL171°71.88%12.55%
HSB/HSV171°83.64%21.57%
CMYK83.64%0.00%12.73%
78.43%

Color #093730 in popluar number systems.

HEX093730
Decimal95548
Binary1001110111110000
Octal116760

Shades and tints

Shades of #093730

#093730
(9,55,48)
#09322C
(9,50,44)
#092D28
(9,45,40)
#092824
(9,40,36)
#092320
(9,35,32)
#091E1C
(9,30,28)
#091918
(9,25,24)
#091414
(9,20,20)
#090F10
(9,15,16)
#090A0C
(9,10,12)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #093730

#093730
(9,55,48)
#1F4942
(31,73,66)
#355B54
(53,91,84)
#4B6D66
(75,109,102)
#617F78
(97,127,120)
#77918A
(119,145,138)
#8DA39C
(141,163,156)
#A3B5AE
(163,181,174)
#B9C7C0
(185,199,192)
#CFD9D2
(207,217,210)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093730; }

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

This text font color is #093730.


Background Color

.myBgColor { background-color: #093730; }

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

This div background color is #093730.


Border color

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

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

This div border color is #093730.


Opacity

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

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

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

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

This text has shadow with #093730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093730 on black background.


Color preview on white background

This text has color #093730 on white background.



Black color preview on #093730 background

This text has black color on #093730 background.


White color preview on #093730 background

This text has white color on #093730 background.