COLOR #30506A

HEX: #30506A RGB: (48,80,106)

Color info

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

RGB color model

#30506A color RGB value is (48,80,106).

RGB: (48,80,106) (19%, 31%, 42%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 106 of 255 = 42%

48
80
106

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

Portions of RGB colors in percentages

R + G + B = 48 + 80 + 106 = 234 (100%)
R 48 of 234 ~ 20.51%
G 80 of 234 ~ 34.19%
B 106 of 234 ~ 45.3'%

%20.51
%34.19
%45.3

CMYK color model

#30506A color CMYK value is (55,25,0,58).

  • cyan value is 54.72%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (55,25,0,58)
C55M25Y0K58 (55%, 25%, 0%, 58%)
(0.55 / 0.25 / 0.00 / 0.58)

CMYK percentages

%54.72
%24.53
%0
%58.43

Codes

Color #30506A in popluar color models

30 50 6A
RGB 48 80 106
HSL 207° 37.66% 30.20%
HSB/HSV 207° 54.72% 41.57%
CMYK 54.72% 24.53% 0.00%
58.43%

Color #30506A in popluar number systems.

HEX 30 50 6A
Decimal 48 80 106
Binary 110000 1010000 1101010
Octal 60 120 152

Shades and tints

Shades of #30506A

#30506A
(48,80,106)
#2C4961
(44,73,97)
#284258
(40,66,88)
#243B4F
(36,59,79)
#203446
(32,52,70)
#1C2D3D
(28,45,61)
#182634
(24,38,52)
#141F2B
(20,31,43)
#101822
(16,24,34)
#0C1119
(12,17,25)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #30506A

#30506A
(48,80,106)
#425F77
(66,95,119)
#546E84
(84,110,132)
#667D91
(102,125,145)
#788C9E
(120,140,158)
#8A9BAB
(138,155,171)
#9CAAB8
(156,170,184)
#AEB9C5
(174,185,197)
#C0C8D2
(192,200,210)
#D2D7DF
(210,215,223)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30506A; }

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

This text font color is #30506A.

Background Color

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

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

This div background color is #30506A.

Border color

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

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

This div border color is #30506A.

Opacity

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

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

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

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

This text has shadow with #30506A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30506A.

Preview

Color preview on black background

This text has color #30506A on black background.


Color preview on white background

This text has color #30506A on white background.


Black color preview on #30506A background

This text has black color on #30506A background.


White color preview on #30506A background

This text has white color on #30506A background.


Related colors

Complementary color

Complementary color for #hex is #CFAF95.


I love getcolorcode.com

Triadic colors

1 #6A3050 and #506A30 with #30506A are triadic colors.

2 #6A5030 and #50306A with #30506A are triadic colors.