COLOR #306976

HEX: #306976
RGB: (48,105,118)

Color info

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

RGB color model

#306976 color RGB value is (48,105,118).

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

RGB channels and saturation

R 48 of 255 = 19%
G 105 of 255 = 41%
B 118 of 255 = 46%

48
105
118

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

Portions of RGB colors in percentages

R + G + B =
48 + 105 + 118 = 271 (100%)
R 48 of 271 ~ 17.71%
G 105 of 271 ~ 38.75%
B 118 of 271 ~ 43.54%

%17.71
%38.75
%43.54

CMYK color model

#306976 color CMYK value is (59,11,0,54).

  • cyan value is 59.32%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(59,11,0,54)
C59M11Y0K54 
(59%,11%,0%,54%)
(0.59/0.11/0.00/0.54)	

CMYK percentages

%59.32
%11.02
%0
%53.73

Codes

Color #306976 in popluar color models

306976
RGB48105118
HSL191°42.17%32.55%
HSB/HSV191°59.32%46.27%
CMYK59.32%11.02%0.00%
53.73%

Color #306976 in popluar number systems.

HEX306976
Decimal48105118
Binary11000011010011110110
Octal60151166

Shades and tints

Shades of #306976

#306976
(48,105,118)
#2C606C
(44,96,108)
#285762
(40,87,98)
#244E58
(36,78,88)
#20454E
(32,69,78)
#1C3C44
(28,60,68)
#18333A
(24,51,58)
#142A30
(20,42,48)
#102126
(16,33,38)
#0C181C
(12,24,28)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #306976

#306976
(48,105,118)
#427682
(66,118,130)
#54838E
(84,131,142)
#66909A
(102,144,154)
#789DA6
(120,157,166)
#8AAAB2
(138,170,178)
#9CB7BE
(156,183,190)
#AEC4CA
(174,196,202)
#C0D1D6
(192,209,214)
#D2DEE2
(210,222,226)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306976; }

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

This text font color is #306976.


Background Color

.myBgColor { background-color: #306976; }

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

This div background color is #306976.


Border color

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

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

This div border color is #306976.


Opacity

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

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

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

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

This text has shadow with #306976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306976 on black background.


Color preview on white background

This text has color #306976 on white background.



Black color preview on #306976 background

This text has black color on #306976 background.


White color preview on #306976 background

This text has white color on #306976 background.