COLOR #093D45

HEX: #093D45
RGB: (9,61,69)

Color info

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

RGB color model

#093D45 color RGB value is (9,61,69).

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

RGB channels and saturation

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

9
61
69

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

Portions of RGB colors in percentages

R + G + B =
9 + 61 + 69 = 139 (100%)
R 9 of 139 ~ 6.47%
G 61 of 139 ~ 43.88%
B 69 of 139 ~ 49.64%

%43.88
%49.64

CMYK color model

#093D45 color CMYK value is (87,12,0,73).

  • cyan value is 86.96%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(87,12,0,73)
C87M12Y0K73 
(87%,12%,0%,73%)
(0.87/0.12/0.00/0.73)	

CMYK percentages

%86.96
%11.59
%0
%72.94

Codes

Color #093D45 in popluar color models

093D45
RGB96169
HSL188°76.92%15.29%
HSB/HSV188°86.96%27.06%
CMYK86.96%11.59%0.00%
72.94%

Color #093D45 in popluar number systems.

HEX093D45
Decimal96169
Binary10011111011000101
Octal1175105

Shades and tints

Shades of #093D45

#093D45
(9,61,69)
#09383F
(9,56,63)
#093339
(9,51,57)
#092E33
(9,46,51)
#09292D
(9,41,45)
#092427
(9,36,39)
#091F21
(9,31,33)
#091A1B
(9,26,27)
#091515
(9,21,21)
#09100F
(9,16,15)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #093D45

#093D45
(9,61,69)
#1F4E55
(31,78,85)
#355F65
(53,95,101)
#4B7075
(75,112,117)
#618185
(97,129,133)
#779295
(119,146,149)
#8DA3A5
(141,163,165)
#A3B4B5
(163,180,181)
#B9C5C5
(185,197,197)
#CFD6D5
(207,214,213)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093D45; }

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

This text font color is #093D45.


Background Color

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

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

This div background color is #093D45.


Border color

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

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

This div border color is #093D45.


Opacity

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

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

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

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

This text has shadow with #093D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093D45 on black background.


Color preview on white background

This text has color #093D45 on white background.



Black color preview on #093D45 background

This text has black color on #093D45 background.


White color preview on #093D45 background

This text has white color on #093D45 background.