COLOR #093D33

HEX: #093D33
RGB: (9,61,51)

Color info

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

RGB color model

#093D33 color RGB value is (9,61,51).

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

RGB channels and saturation

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

9
61
51

R + G + B ~ 16%. #093D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 61 + 51 = 121 (100%)
R 9 of 121 ~ 7.44%
G 61 of 121 ~ 50.41%
B 51 of 121 ~ 42.15%

%50.41
%42.15

CMYK color model

#093D33 color CMYK value is (85,0,16,76).

  • cyan value is 85.25%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 76.08%
CMYK:
(85,0,16,76)
C85M0Y16K76 
(85%,0%,16%,76%)
(0.85/0.00/0.16/0.76)	

CMYK percentages

%85.25
%0
%16.39
%76.08

Codes

Color #093D33 in popluar color models

093D33
RGB96151
HSL168°74.29%13.73%
HSB/HSV168°85.25%23.92%
CMYK85.25%0.00%16.39%
76.08%

Color #093D33 in popluar number systems.

HEX093D33
Decimal96151
Binary1001111101110011
Octal117563

Shades and tints

Shades of #093D33

#093D33
(9,61,51)
#09382F
(9,56,47)
#09332B
(9,51,43)
#092E27
(9,46,39)
#092923
(9,41,35)
#09241F
(9,36,31)
#091F1B
(9,31,27)
#091A17
(9,26,23)
#091513
(9,21,19)
#09100F
(9,16,15)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #093D33

#093D33
(9,61,51)
#1F4E45
(31,78,69)
#355F57
(53,95,87)
#4B7069
(75,112,105)
#61817B
(97,129,123)
#77928D
(119,146,141)
#8DA39F
(141,163,159)
#A3B4B1
(163,180,177)
#B9C5C3
(185,197,195)
#CFD6D5
(207,214,213)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093D33; }

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

This text font color is #093D33.


Background Color

.myBgColor { background-color: #093D33; }

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

This div background color is #093D33.


Border color

.myBorderColor { border: 1px solid #093D33; }

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

This div border color is #093D33.


Opacity

.myOpacity80 { color: #093D33; opacity: 0.8; }

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

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

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

This text has shadow with #093D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093D33 on black background.


Color preview on white background

This text has color #093D33 on white background.



Black color preview on #093D33 background

This text has black color on #093D33 background.


White color preview on #093D33 background

This text has white color on #093D33 background.