COLOR #30506F

HEX: #30506F
RGB: (48,80,111)

Color info

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

RGB color model

#30506F color RGB value is (48,80,111).

  • red value is 48;
  • green value is 80;
  • blue value is 111.
RGB:
(48,80,111)
(19%,31%,44%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 111 of 255 = 44%

48
80
111

R + G + B ~ 31%. #30506F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 80 + 111 = 239 (100%)
R 48 of 239 ~ 20.08%
G 80 of 239 ~ 33.47%
B 111 of 239 ~ 46.44%

%20.08
%33.47
%46.44

CMYK color model

#30506F color CMYK value is (57,28,0,56).

  • cyan value is 56.76%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(57,28,0,56)
C57M28Y0K56 
(57%,28%,0%,56%)
(0.57/0.28/0.00/0.56)	

CMYK percentages

%56.76
%27.93
%0
%56.47

Codes

Color #30506F in popluar color models

30506F
RGB4880111
HSL210°39.62%31.18%
HSB/HSV210°56.76%43.53%
CMYK56.76%27.93%0.00%
56.47%

Color #30506F in popluar number systems.

HEX30506F
Decimal4880111
Binary11000010100001101111
Octal60120157

Shades and tints

Shades of #30506F

#30506F
(48,80,111)
#2C4965
(44,73,101)
#28425B
(40,66,91)
#243B51
(36,59,81)
#203447
(32,52,71)
#1C2D3D
(28,45,61)
#182633
(24,38,51)
#141F29
(20,31,41)
#10181F
(16,24,31)
#0C1115
(12,17,21)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #30506F

#30506F
(48,80,111)
#425F7C
(66,95,124)
#546E89
(84,110,137)
#667D96
(102,125,150)
#788CA3
(120,140,163)
#8A9BB0
(138,155,176)
#9CAABD
(156,170,189)
#AEB9CA
(174,185,202)
#C0C8D7
(192,200,215)
#D2D7E4
(210,215,228)
#E4E6F1
(228,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30506F color. Also use rgb(48,80,111) instead hex code.

Text Font Color

.myTextColor { color: #30506F; }

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

This text font color is #30506F.


Background Color

.myBgColor { background-color: #30506F; }

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

This div background color is #30506F.


Border color

.myBorderColor { border: 1px solid #30506F; }

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

This div border color is #30506F.


Opacity

.myOpacity80 { color: #30506F; opacity: 0.8; }

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

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

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

This text has shadow with #30506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30506F on black background.


Color preview on white background

This text has color #30506F on white background.



Black color preview on #30506F background

This text has black color on #30506F background.


White color preview on #30506F background

This text has white color on #30506F background.