COLOR #306082

HEX: #306082
RGB: (48,96,130)

Color info

#306082 contains mainly green and blue colors. Web safe color of #306082 is #336699 (or #369).

RGB color model

#306082 color RGB value is (48,96,130).

  • red value is 48;
  • green value is 96;
  • blue value is 130.
RGB:
(48,96,130)
(19%,38%,51%)

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 130 of 255 = 51%

48
96
130

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

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 130 = 274 (100%)
R 48 of 274 ~ 17.52%
G 96 of 274 ~ 35.04%
B 130 of 274 ~ 47.45%

%17.52
%35.04
%47.45

CMYK color model

#306082 color CMYK value is (63,26,0,49).

  • cyan value is 63.08%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(63,26,0,49)
C63M26Y0K49 
(63%,26%,0%,49%)
(0.63/0.26/0.00/0.49)	

CMYK percentages

%63.08
%26.15
%0
%49.02

Codes

Color #306082 in popluar color models

306082
RGB4896130
HSL205°46.07%34.90%
HSB/HSV205°63.08%50.98%
CMYK63.08%26.15%0.00%
49.02%

Color #306082 in popluar number systems.

HEX306082
Decimal4896130
Binary110000110000010000010
Octal60140202

Shades and tints

Shades of #306082

#306082
(48,96,130)
#2C5877
(44,88,119)
#28506C
(40,80,108)
#244861
(36,72,97)
#204056
(32,64,86)
#1C384B
(28,56,75)
#183040
(24,48,64)
#142835
(20,40,53)
#10202A
(16,32,42)
#0C181F
(12,24,31)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #306082

#306082
(48,96,130)
#426E8D
(66,110,141)
#547C98
(84,124,152)
#668AA3
(102,138,163)
#7898AE
(120,152,174)
#8AA6B9
(138,166,185)
#9CB4C4
(156,180,196)
#AEC2CF
(174,194,207)
#C0D0DA
(192,208,218)
#D2DEE5
(210,222,229)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306082 color. Also use rgb(48,96,130) instead hex code.

Text Font Color

.myTextColor { color: #306082; }

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

This text font color is #306082.


Background Color

.myBgColor { background-color: #306082; }

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

This div background color is #306082.


Border color

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

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

This div border color is #306082.


Opacity

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

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

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

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

This text has shadow with #306082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306082 on black background.


Color preview on white background

This text has color #306082 on white background.



Black color preview on #306082 background

This text has black color on #306082 background.


White color preview on #306082 background

This text has white color on #306082 background.