COLOR #093145

HEX: #093145 RGB: (9,49,69)

Color info

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

RGB color model

#093145 color RGB value is (9,49,69).

RGB: (9,49,69) (4%, 19%, 27%)

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 69 of 255 = 27%

9
49
69

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

Portions of RGB colors in percentages

R + G + B = 9 + 49 + 69 = 127 (100%)
R 9 of 127 ~ 7.09%
G 49 of 127 ~ 38.58%
B 69 of 127 ~ 54.33'%

%38.58
%54.33

CMYK color model

#093145 color CMYK value is (87,29,0,73).

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

CMYK: (87,29,0,73)
C87M29Y0K73 (87%, 29%, 0%, 73%)
(0.87 / 0.29 / 0.00 / 0.73)

CMYK percentages

%86.96
%28.99
%0
%72.94

Codes

Color #093145 in popluar color models

09 31 45
RGB 9 49 69
HSL 200° 76.92% 15.29%
HSB/HSV 200° 86.96% 27.06%
CMYK 86.96% 28.99% 0.00%
72.94%

Color #093145 in popluar number systems.

HEX 09 31 45
Decimal 9 49 69
Binary 1001 110001 1000101
Octal 11 61 105

Shades and tints

Shades of #093145

#093145
(9,49,69)
#092D3F
(9,45,63)
#092939
(9,41,57)
#092533
(9,37,51)
#09212D
(9,33,45)
#091D27
(9,29,39)
#091921
(9,25,33)
#09151B
(9,21,27)
#091115
(9,17,21)
#090D0F
(9,13,15)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #093145

#093145
(9,49,69)
#1F4355
(31,67,85)
#355565
(53,85,101)
#4B6775
(75,103,117)
#617985
(97,121,133)
#778B95
(119,139,149)
#8D9DA5
(141,157,165)
#A3AFB5
(163,175,181)
#B9C1C5
(185,193,197)
#CFD3D5
(207,211,213)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093145; }

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

This text font color is #093145.

Background Color

.myBgColor { background-color: #093145; }

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

This div background color is #093145.

Border color

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

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

This div border color is #093145.

Opacity

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

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

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

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

This text has shadow with #093145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093145.

Preview

Color preview on black background

This text has color #093145 on black background.


Color preview on white background

This text has color #093145 on white background.


Black color preview on #093145 background

This text has black color on #093145 background.


White color preview on #093145 background

This text has white color on #093145 background.


Related colors

Complementary color

Complementary color for #hex is #F6CEBA.


I love getcolorcode.com

Triadic colors

1 #450931 and #314509 with #093145 are triadic colors.

2 #453109 and #310945 with #093145 are triadic colors.