COLOR #306C80

HEX: #306C80
RGB: (48,108,128)

Color info

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

RGB color model

#306C80 color RGB value is (48,108,128).

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

RGB channels and saturation

R 48 of 255 = 19%
G 108 of 255 = 42%
B 128 of 255 = 50%

48
108
128

R + G + B ~ 37%. #306C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 108 + 128 = 284 (100%)
R 48 of 284 ~ 16.9%
G 108 of 284 ~ 38.03%
B 128 of 284 ~ 45.07%

%16.9
%38.03
%45.07

CMYK color model

#306C80 color CMYK value is (63,16,0,50).

  • cyan value is 62.50%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(63,16,0,50)
C63M16Y0K50 
(63%,16%,0%,50%)
(0.63/0.16/0.00/0.50)	

CMYK percentages

%62.5
%15.63
%0
%49.8

Codes

Color #306C80 in popluar color models

306C80
RGB48108128
HSL195°45.45%34.51%
HSB/HSV195°62.50%50.20%
CMYK62.50%15.63%0.00%
49.80%

Color #306C80 in popluar number systems.

HEX306C80
Decimal48108128
Binary110000110110010000000
Octal60154200

Shades and tints

Shades of #306C80

#306C80
(48,108,128)
#2C6375
(44,99,117)
#285A6A
(40,90,106)
#24515F
(36,81,95)
#204854
(32,72,84)
#1C3F49
(28,63,73)
#18363E
(24,54,62)
#142D33
(20,45,51)
#102428
(16,36,40)
#0C1B1D
(12,27,29)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #306C80

#306C80
(48,108,128)
#42798B
(66,121,139)
#548696
(84,134,150)
#6693A1
(102,147,161)
#78A0AC
(120,160,172)
#8AADB7
(138,173,183)
#9CBAC2
(156,186,194)
#AEC7CD
(174,199,205)
#C0D4D8
(192,212,216)
#D2E1E3
(210,225,227)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306C80; }

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

This text font color is #306C80.


Background Color

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

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

This div background color is #306C80.


Border color

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

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

This div border color is #306C80.


Opacity

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

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

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

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

This text has shadow with #306C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306C80 on black background.


Color preview on white background

This text has color #306C80 on white background.



Black color preview on #306C80 background

This text has black color on #306C80 background.


White color preview on #306C80 background

This text has white color on #306C80 background.