COLOR #30204D

HEX: #30204D
RGB: (48,32,77)

Color info

#30204D contains red, green and blue colors in about the same proportion. Web safe color of #30204D is #333333 (or #333).

RGB color model

#30204D color RGB value is (48,32,77).

  • red value is 48;
  • green value is 32;
  • blue value is 77.
RGB:
(48,32,77)
(19%,13%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 32 of 255 = 13%
B 77 of 255 = 30%

48
32
77

R + G + B ~ 21%. #30204D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 32 + 77 = 157 (100%)
R 48 of 157 ~ 30.57%
G 32 of 157 ~ 20.38%
B 77 of 157 ~ 49.04%

%30.57
%20.38
%49.04

CMYK color model

#30204D color CMYK value is (38,58,0,70).

  • cyan value is 37.66%
  • magenta value is 58.44%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(38,58,0,70)
C38M58Y0K70 
(38%,58%,0%,70%)
(0.38/0.58/0.00/0.70)	

CMYK percentages

%37.66
%58.44
%0
%69.8

Codes

Color #30204D in popluar color models

30204D
RGB483277
HSL261°41.28%21.37%
HSB/HSV261°58.44%30.20%
CMYK37.66%58.44%0.00%
69.80%

Color #30204D in popluar number systems.

HEX30204D
Decimal483277
Binary1100001000001001101
Octal6040115

Shades and tints

Shades of #30204D

#30204D
(48,32,77)
#2C1E46
(44,30,70)
#281C3F
(40,28,63)
#241A38
(36,26,56)
#201831
(32,24,49)
#1C162A
(28,22,42)
#181423
(24,20,35)
#14121C
(20,18,28)
#101015
(16,16,21)
#0C0E0E
(12,14,14)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #30204D

#30204D
(48,32,77)
#42345D
(66,52,93)
#54486D
(84,72,109)
#665C7D
(102,92,125)
#78708D
(120,112,141)
#8A849D
(138,132,157)
#9C98AD
(156,152,173)
#AEACBD
(174,172,189)
#C0C0CD
(192,192,205)
#D2D4DD
(210,212,221)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30204D color. Also use rgb(48,32,77) instead hex code.

Text Font Color

.myTextColor { color: #30204D; }

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

This text font color is #30204D.


Background Color

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

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

This div background color is #30204D.


Border color

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

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

This div border color is #30204D.


Opacity

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

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

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

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

This text has shadow with #30204D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30204D on black background.


Color preview on white background

This text has color #30204D on white background.



Black color preview on #30204D background

This text has black color on #30204D background.


White color preview on #30204D background

This text has white color on #30204D background.