COLOR #306983

HEX: #306983
RGB: (48,105,131)

Color info

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

RGB color model

#306983 color RGB value is (48,105,131).

  • red value is 48;
  • green value is 105;
  • blue value is 131.
RGB:
(48,105,131)
(19%,41%,51%)

RGB channels and saturation

R 48 of 255 = 19%
G 105 of 255 = 41%
B 131 of 255 = 51%

48
105
131

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

Portions of RGB colors in percentages

R + G + B =
48 + 105 + 131 = 284 (100%)
R 48 of 284 ~ 16.9%
G 105 of 284 ~ 36.97%
B 131 of 284 ~ 46.13%

%16.9
%36.97
%46.13

CMYK color model

#306983 color CMYK value is (63,20,0,49).

  • cyan value is 63.36%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(63,20,0,49)
C63M20Y0K49 
(63%,20%,0%,49%)
(0.63/0.20/0.00/0.49)	

CMYK percentages

%63.36
%19.85
%0
%48.63

Codes

Color #306983 in popluar color models

306983
RGB48105131
HSL199°46.37%35.10%
HSB/HSV199°63.36%51.37%
CMYK63.36%19.85%0.00%
48.63%

Color #306983 in popluar number systems.

HEX306983
Decimal48105131
Binary110000110100110000011
Octal60151203

Shades and tints

Shades of #306983

#306983
(48,105,131)
#2C6078
(44,96,120)
#28576D
(40,87,109)
#244E62
(36,78,98)
#204557
(32,69,87)
#1C3C4C
(28,60,76)
#183341
(24,51,65)
#142A36
(20,42,54)
#10212B
(16,33,43)
#0C1820
(12,24,32)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #306983

#306983
(48,105,131)
#42768E
(66,118,142)
#548399
(84,131,153)
#6690A4
(102,144,164)
#789DAF
(120,157,175)
#8AAABA
(138,170,186)
#9CB7C5
(156,183,197)
#AEC4D0
(174,196,208)
#C0D1DB
(192,209,219)
#D2DEE6
(210,222,230)
#E4EBF1
(228,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306983 color. Also use rgb(48,105,131) instead hex code.

Text Font Color

.myTextColor { color: #306983; }

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

This text font color is #306983.


Background Color

.myBgColor { background-color: #306983; }

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

This div background color is #306983.


Border color

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

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

This div border color is #306983.


Opacity

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

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

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

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

This text has shadow with #306983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306983 on black background.


Color preview on white background

This text has color #306983 on white background.



Black color preview on #306983 background

This text has black color on #306983 background.


White color preview on #306983 background

This text has white color on #306983 background.