COLOR #093333

HEX: #093333
RGB: (9,51,51)

Color info

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

RGB color model

#093333 color RGB value is (9,51,51).

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

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 51 of 255 = 20%

9
51
51

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

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 51 = 111 (100%)
R 9 of 111 ~ 8.11%
G 51 of 111 ~ 45.95%
B 51 of 111 ~ 45.95%

%45.95
%45.95

CMYK color model

#093333 color CMYK value is (82,0,0,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(82,0,0,80)
C82M0Y0K80 
(82%,0%,0%,80%)
(0.82/0.00/0.00/0.80)	

CMYK percentages

%82.35
%0
%0
%80

Codes

Color #093333 in popluar color models

093333
RGB95151
HSL180°70.00%11.76%
HSB/HSV180°82.35%20.00%
CMYK82.35%0.00%0.00%
80.00%

Color #093333 in popluar number systems.

HEX093333
Decimal95151
Binary1001110011110011
Octal116363

Shades and tints

Shades of #093333

#093333
(9,51,51)
#092F2F
(9,47,47)
#092B2B
(9,43,43)
#092727
(9,39,39)
#092323
(9,35,35)
#091F1F
(9,31,31)
#091B1B
(9,27,27)
#091717
(9,23,23)
#091313
(9,19,19)
#090F0F
(9,15,15)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #093333

#093333
(9,51,51)
#1F4545
(31,69,69)
#355757
(53,87,87)
#4B6969
(75,105,105)
#617B7B
(97,123,123)
#778D8D
(119,141,141)
#8D9F9F
(141,159,159)
#A3B1B1
(163,177,177)
#B9C3C3
(185,195,195)
#CFD5D5
(207,213,213)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093333; }

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

This text font color is #093333.


Background Color

.myBgColor { background-color: #093333; }

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

This div background color is #093333.


Border color

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

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

This div border color is #093333.


Opacity

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

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

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

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

This text has shadow with #093333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093333 on black background.


Color preview on white background

This text has color #093333 on white background.



Black color preview on #093333 background

This text has black color on #093333 background.


White color preview on #093333 background

This text has white color on #093333 background.