COLOR #305C80

HEX: #305C80
RGB: (48,92,128)

Color info

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

RGB color model

#305C80 color RGB value is (48,92,128).

  • red value is 48;
  • green value is 92;
  • blue value is 128.
RGB:
(48,92,128)
(19%,36%,50%)

RGB channels and saturation

R 48 of 255 = 19%
G 92 of 255 = 36%
B 128 of 255 = 50%

48
92
128

R + G + B ~ 35%. #305C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 92 + 128 = 268 (100%)
R 48 of 268 ~ 17.91%
G 92 of 268 ~ 34.33%
B 128 of 268 ~ 47.76%

%17.91
%34.33
%47.76

CMYK color model

#305C80 color CMYK value is (63,28,0,50).

  • cyan value is 62.50%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(63,28,0,50)
C63M28Y0K50 
(63%,28%,0%,50%)
(0.63/0.28/0.00/0.50)	

CMYK percentages

%62.5
%28.13
%0
%49.8

Codes

Color #305C80 in popluar color models

305C80
RGB4892128
HSL207°45.45%34.51%
HSB/HSV207°62.50%50.20%
CMYK62.50%28.13%0.00%
49.80%

Color #305C80 in popluar number systems.

HEX305C80
Decimal4892128
Binary110000101110010000000
Octal60134200

Shades and tints

Shades of #305C80

#305C80
(48,92,128)
#2C5475
(44,84,117)
#284C6A
(40,76,106)
#24445F
(36,68,95)
#203C54
(32,60,84)
#1C3449
(28,52,73)
#182C3E
(24,44,62)
#142433
(20,36,51)
#101C28
(16,28,40)
#0C141D
(12,20,29)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #305C80

#305C80
(48,92,128)
#426A8B
(66,106,139)
#547896
(84,120,150)
#6686A1
(102,134,161)
#7894AC
(120,148,172)
#8AA2B7
(138,162,183)
#9CB0C2
(156,176,194)
#AEBECD
(174,190,205)
#C0CCD8
(192,204,216)
#D2DAE3
(210,218,227)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #305C80; }

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

This text font color is #305C80.


Background Color

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

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

This div background color is #305C80.


Border color

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

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

This div border color is #305C80.


Opacity

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

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

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

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

This text has shadow with #305C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305C80 on black background.


Color preview on white background

This text has color #305C80 on white background.



Black color preview on #305C80 background

This text has black color on #305C80 background.


White color preview on #305C80 background

This text has white color on #305C80 background.