COLOR #30849D

HEX: #30849D
RGB: (48,132,157)

Color info

#30849D contains mainly green and blue colors. Web safe color of #30849D is #339999 (or #399).

RGB color model

#30849D color RGB value is (48,132,157).

  • red value is 48;
  • green value is 132;
  • blue value is 157.
RGB:
(48,132,157)
(19%,52%,62%)

RGB channels and saturation

R 48 of 255 = 19%
G 132 of 255 = 52%
B 157 of 255 = 62%

48
132
157

R + G + B ~ 44%. #30849D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 132 + 157 = 337 (100%)
R 48 of 337 ~ 14.24%
G 132 of 337 ~ 39.17%
B 157 of 337 ~ 46.59%

%14.24
%39.17
%46.59

CMYK color model

#30849D color CMYK value is (69,16,0,38).

  • cyan value is 69.43%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(69,16,0,38)
C69M16Y0K38 
(69%,16%,0%,38%)
(0.69/0.16/0.00/0.38)	

CMYK percentages

%69.43
%15.92
%0
%38.43

Codes

Color #30849D in popluar color models

30849D
RGB48132157
HSL194°53.17%40.20%
HSB/HSV194°69.43%61.57%
CMYK69.43%15.92%0.00%
38.43%

Color #30849D in popluar number systems.

HEX30849D
Decimal48132157
Binary1100001000010010011101
Octal60204235

Shades and tints

Shades of #30849D

#30849D
(48,132,157)
#2C788F
(44,120,143)
#286C81
(40,108,129)
#246073
(36,96,115)
#205465
(32,84,101)
#1C4857
(28,72,87)
#183C49
(24,60,73)
#14303B
(20,48,59)
#10242D
(16,36,45)
#0C181F
(12,24,31)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #30849D

#30849D
(48,132,157)
#428FA5
(66,143,165)
#549AAD
(84,154,173)
#66A5B5
(102,165,181)
#78B0BD
(120,176,189)
#8ABBC5
(138,187,197)
#9CC6CD
(156,198,205)
#AED1D5
(174,209,213)
#C0DCDD
(192,220,221)
#D2E7E5
(210,231,229)
#E4F2ED
(228,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30849D color. Also use rgb(48,132,157) instead hex code.

Text Font Color

.myTextColor { color: #30849D; }

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

This text font color is #30849D.


Background Color

.myBgColor { background-color: #30849D; }

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

This div background color is #30849D.


Border color

.myBorderColor { border: 1px solid #30849D; }

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

This div border color is #30849D.


Opacity

.myOpacity80 { color: #30849D; opacity: 0.8; }

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

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

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

This text has shadow with #30849D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30849D on black background.


Color preview on white background

This text has color #30849D on white background.



Black color preview on #30849D background

This text has black color on #30849D background.


White color preview on #30849D background

This text has white color on #30849D background.