COLOR #306878

HEX: #306878
RGB: (48,104,120)

Color info

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

RGB color model

#306878 color RGB value is (48,104,120).

  • red value is 48;
  • green value is 104;
  • blue value is 120.
RGB:
(48,104,120)
(19%,41%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 104 of 255 = 41%
B 120 of 255 = 47%

48
104
120

R + G + B ~ 36%. #306878 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 104 + 120 = 272 (100%)
R 48 of 272 ~ 17.65%
G 104 of 272 ~ 38.24%
B 120 of 272 ~ 44.12%

%17.65
%38.24
%44.12

CMYK color model

#306878 color CMYK value is (60,13,0,53).

  • cyan value is 60.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(60,13,0,53)
C60M13Y0K53 
(60%,13%,0%,53%)
(0.60/0.13/0.00/0.53)	

CMYK percentages

%60
%13.33
%0
%52.94

Codes

Color #306878 in popluar color models

306878
RGB48104120
HSL193°42.86%32.94%
HSB/HSV193°60.00%47.06%
CMYK60.00%13.33%0.00%
52.94%

Color #306878 in popluar number systems.

HEX306878
Decimal48104120
Binary11000011010001111000
Octal60150170

Shades and tints

Shades of #306878

#306878
(48,104,120)
#2C5F6E
(44,95,110)
#285664
(40,86,100)
#244D5A
(36,77,90)
#204450
(32,68,80)
#1C3B46
(28,59,70)
#18323C
(24,50,60)
#142932
(20,41,50)
#102028
(16,32,40)
#0C171E
(12,23,30)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #306878

#306878
(48,104,120)
#427584
(66,117,132)
#548290
(84,130,144)
#668F9C
(102,143,156)
#789CA8
(120,156,168)
#8AA9B4
(138,169,180)
#9CB6C0
(156,182,192)
#AEC3CC
(174,195,204)
#C0D0D8
(192,208,216)
#D2DDE4
(210,221,228)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306878 color. Also use rgb(48,104,120) instead hex code.

Text Font Color

.myTextColor { color: #306878; }

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

This text font color is #306878.


Background Color

.myBgColor { background-color: #306878; }

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

This div background color is #306878.


Border color

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

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

This div border color is #306878.


Opacity

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

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

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

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

This text has shadow with #306878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306878 on black background.


Color preview on white background

This text has color #306878 on white background.



Black color preview on #306878 background

This text has black color on #306878 background.


White color preview on #306878 background

This text has white color on #306878 background.