COLOR #30526B

HEX: #30526B
RGB: (48,82,107)

Color info

#30526B contains red, green and blue colors in about the same proportion. Web safe color of #30526B is #336666 (or #366).

RGB color model

#30526B color RGB value is (48,82,107).

  • red value is 48;
  • green value is 82;
  • blue value is 107.
RGB:
(48,82,107)
(19%,32%,42%)

RGB channels and saturation

R 48 of 255 = 19%
G 82 of 255 = 32%
B 107 of 255 = 42%

48
82
107

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

Portions of RGB colors in percentages

R + G + B =
48 + 82 + 107 = 237 (100%)
R 48 of 237 ~ 20.25%
G 82 of 237 ~ 34.6%
B 107 of 237 ~ 45.15%

%20.25
%34.6
%45.15

CMYK color model

#30526B color CMYK value is (55,23,0,58).

  • cyan value is 55.14%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(55,23,0,58)
C55M23Y0K58 
(55%,23%,0%,58%)
(0.55/0.23/0.00/0.58)	

CMYK percentages

%55.14
%23.36
%0
%58.04

Codes

Color #30526B in popluar color models

30526B
RGB4882107
HSL205°38.06%30.39%
HSB/HSV205°55.14%41.96%
CMYK55.14%23.36%0.00%
58.04%

Color #30526B in popluar number systems.

HEX30526B
Decimal4882107
Binary11000010100101101011
Octal60122153

Shades and tints

Shades of #30526B

#30526B
(48,82,107)
#2C4B62
(44,75,98)
#284459
(40,68,89)
#243D50
(36,61,80)
#203647
(32,54,71)
#1C2F3E
(28,47,62)
#182835
(24,40,53)
#14212C
(20,33,44)
#101A23
(16,26,35)
#0C131A
(12,19,26)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #30526B

#30526B
(48,82,107)
#426178
(66,97,120)
#547085
(84,112,133)
#667F92
(102,127,146)
#788E9F
(120,142,159)
#8A9DAC
(138,157,172)
#9CACB9
(156,172,185)
#AEBBC6
(174,187,198)
#C0CAD3
(192,202,211)
#D2D9E0
(210,217,224)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30526B color. Also use rgb(48,82,107) instead hex code.

Text Font Color

.myTextColor { color: #30526B; }

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

This text font color is #30526B.


Background Color

.myBgColor { background-color: #30526B; }

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

This div background color is #30526B.


Border color

.myBorderColor { border: 1px solid #30526B; }

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

This div border color is #30526B.


Opacity

.myOpacity80 { color: #30526B; opacity: 0.8; }

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

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

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

This text has shadow with #30526B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30526B on black background.


Color preview on white background

This text has color #30526B on white background.



Black color preview on #30526B background

This text has black color on #30526B background.


White color preview on #30526B background

This text has white color on #30526B background.