COLOR #305C73

HEX: #305C73 RGB: (48,92,115)

Color info

#305C73 contains mainly green and blue colors. Web safe color of #305C73 is #336666 (or #366).

RGB color model

#305C73 color RGB value is (48,92,115).

RGB: (48,92,115) (19%, 36%, 45%)

RGB channels and saturation

R 48 of 255 = 19%
G 92 of 255 = 36%
B 115 of 255 = 45%

48
92
115

R + G + B ~ 33%. #305C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 92 + 115 = 255 (100%)
R 48 of 255 ~ 18.82%
G 92 of 255 ~ 36.08%
B 115 of 255 ~ 45.1'%

%18.82
%36.08
%45.1

CMYK color model

#305C73 color CMYK value is (58,20,0,55).

  • cyan value is 58.26%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (58,20,0,55)
C58M20Y0K55 (58%, 20%, 0%, 55%)
(0.58 / 0.20 / 0.00 / 0.55)

CMYK percentages

%58.26
%20
%0
%54.9

Codes

Color #305C73 in popluar color models

30 5C 73
RGB 48 92 115
HSL 201° 41.10% 31.96%
HSB/HSV 201° 58.26% 45.10%
CMYK 58.26% 20.00% 0.00%
54.90%

Color #305C73 in popluar number systems.

HEX 30 5C 73
Decimal 48 92 115
Binary 110000 1011100 1110011
Octal 60 134 163

Shades and tints

Shades of #305C73

#305C73
(48,92,115)
#2C5469
(44,84,105)
#284C5F
(40,76,95)
#244455
(36,68,85)
#203C4B
(32,60,75)
#1C3441
(28,52,65)
#182C37
(24,44,55)
#14242D
(20,36,45)
#101C23
(16,28,35)
#0C1419
(12,20,25)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #305C73

#305C73
(48,92,115)
#426A7F
(66,106,127)
#54788B
(84,120,139)
#668697
(102,134,151)
#7894A3
(120,148,163)
#8AA2AF
(138,162,175)
#9CB0BB
(156,176,187)
#AEBEC7
(174,190,199)
#C0CCD3
(192,204,211)
#D2DADF
(210,218,223)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305C73 color. Also use rgb(48,92,115) instead hex code.

Text Font Color

.myTextColor { color: #305C73; }

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

This text font color is #305C73.

Background Color

.myBgColor { background-color: #305C73; }

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

This div background color is #305C73.

Border color

.myBorderColor { border: 1px solid #305C73; }

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

This div border color is #305C73.

Opacity

.myOpacity80 { color: #305C73; opacity: 0.8; }

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

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

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

This text has shadow with #305C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #305C73.

Preview

Color preview on black background

This text has color #305C73 on black background.


Color preview on white background

This text has color #305C73 on white background.


Black color preview on #305C73 background

This text has black color on #305C73 background.


White color preview on #305C73 background

This text has white color on #305C73 background.


Related colors

Complementary color

Complementary color for #hex is #CFA38C.


I love getcolorcode.com

Triadic colors

1 #73305C and #5C7330 with #305C73 are triadic colors.

2 #735C30 and #5C3073 with #305C73 are triadic colors.