COLOR #093545

HEX: #093545 RGB: (9,53,69)

Color info

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

RGB color model

#093545 color RGB value is (9,53,69).

RGB: (9,53,69) (4%, 21%, 27%)

RGB channels and saturation

R 9 of 255 = 4%
G 53 of 255 = 21%
B 69 of 255 = 27%

9
53
69

R + G + B ~ 17%. #093545 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 53 + 69 = 131 (100%)
R 9 of 131 ~ 6.87%
G 53 of 131 ~ 40.46%
B 69 of 131 ~ 52.67'%

%40.46
%52.67

CMYK color model

#093545 color CMYK value is (87,23,0,73).

  • cyan value is 86.96%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (87,23,0,73)
C87M23Y0K73 (87%, 23%, 0%, 73%)
(0.87 / 0.23 / 0.00 / 0.73)

CMYK percentages

%86.96
%23.19
%0
%72.94

Codes

Color #093545 in popluar color models

09 35 45
RGB 9 53 69
HSL 196° 76.92% 15.29%
HSB/HSV 196° 86.96% 27.06%
CMYK 86.96% 23.19% 0.00%
72.94%

Color #093545 in popluar number systems.

HEX 09 35 45
Decimal 9 53 69
Binary 1001 110101 1000101
Octal 11 65 105

Shades and tints

Shades of #093545

#093545
(9,53,69)
#09313F
(9,49,63)
#092D39
(9,45,57)
#092933
(9,41,51)
#09252D
(9,37,45)
#092127
(9,33,39)
#091D21
(9,29,33)
#09191B
(9,25,27)
#091515
(9,21,21)
#09110F
(9,17,15)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #093545

#093545
(9,53,69)
#1F4755
(31,71,85)
#355965
(53,89,101)
#4B6B75
(75,107,117)
#617D85
(97,125,133)
#778F95
(119,143,149)
#8DA1A5
(141,161,165)
#A3B3B5
(163,179,181)
#B9C5C5
(185,197,197)
#CFD7D5
(207,215,213)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093545; }

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

This text font color is #093545.

Background Color

.myBgColor { background-color: #093545; }

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

This div background color is #093545.

Border color

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

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

This div border color is #093545.

Opacity

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

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

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

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

This text has shadow with #093545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093545.

Preview

Color preview on black background

This text has color #093545 on black background.


Color preview on white background

This text has color #093545 on white background.


Black color preview on #093545 background

This text has black color on #093545 background.


White color preview on #093545 background

This text has white color on #093545 background.


Related colors

Complementary color

Complementary color for #hex is #F6CABA.


I love getcolorcode.com

Triadic colors

1 #450935 and #354509 with #093545 are triadic colors.

2 #453509 and #350945 with #093545 are triadic colors.