COLOR #093D46

HEX: #093D46
RGB: (9,61,70)

Color info

#093D46 contains mainly green and blue colors. Web safe color of #093D46 is #003333 (or #033).

RGB color model

#093D46 color RGB value is (9,61,70).

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

RGB channels and saturation

R 9 of 255 = 4%
G 61 of 255 = 24%
B 70 of 255 = 27%

9
61
70

R + G + B ~ 18%. #093D46 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 61 + 70 = 140 (100%)
R 9 of 140 ~ 6.43%
G 61 of 140 ~ 43.57%
B 70 of 140 ~ 50%

%43.57
%50

CMYK color model

#093D46 color CMYK value is (87,13,0,73).

  • cyan value is 87.14%
  • magenta value is 12.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(87,13,0,73)
C87M13Y0K73 
(87%,13%,0%,73%)
(0.87/0.13/0.00/0.73)	

CMYK percentages

%87.14
%12.86
%0
%72.55

Codes

Color #093D46 in popluar color models

093D46
RGB96170
HSL189°77.22%15.49%
HSB/HSV189°87.14%27.45%
CMYK87.14%12.86%0.00%
72.55%

Color #093D46 in popluar number systems.

HEX093D46
Decimal96170
Binary10011111011000110
Octal1175106

Shades and tints

Shades of #093D46

#093D46
(9,61,70)
#093840
(9,56,64)
#09333A
(9,51,58)
#092E34
(9,46,52)
#09292E
(9,41,46)
#092428
(9,36,40)
#091F22
(9,31,34)
#091A1C
(9,26,28)
#091516
(9,21,22)
#091010
(9,16,16)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #093D46

#093D46
(9,61,70)
#1F4E56
(31,78,86)
#355F66
(53,95,102)
#4B7076
(75,112,118)
#618186
(97,129,134)
#779296
(119,146,150)
#8DA3A6
(141,163,166)
#A3B4B6
(163,180,182)
#B9C5C6
(185,197,198)
#CFD6D6
(207,214,214)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093D46; }

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

This text font color is #093D46.


Background Color

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

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

This div background color is #093D46.


Border color

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

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

This div border color is #093D46.


Opacity

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

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

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

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

This text has shadow with #093D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093D46 on black background.


Color preview on white background

This text has color #093D46 on white background.



Black color preview on #093D46 background

This text has black color on #093D46 background.


White color preview on #093D46 background

This text has white color on #093D46 background.