COLOR #30325D

HEX: #30325D RGB: (48,50,93)

Color info

#30325D contains red, green and blue colors in about the same proportion. Web safe color of #30325D is #333366 (or #336).

RGB color model

#30325D color RGB value is (48,50,93).

RGB: (48,50,93) (19%, 20%, 36%)

RGB channels and saturation

R 48 of 255 = 19%
G 50 of 255 = 20%
B 93 of 255 = 36%

48
50
93

R + G + B ~ 25%. #30325D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 50 + 93 = 191 (100%)
R 48 of 191 ~ 25.13%
G 50 of 191 ~ 26.18%
B 93 of 191 ~ 48.69'%

%25.13
%26.18
%48.69

CMYK color model

#30325D color CMYK value is (48,46,0,64).

  • cyan value is 48.39%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (48,46,0,64)
C48M46Y0K64 (48%, 46%, 0%, 64%)
(0.48 / 0.46 / 0.00 / 0.64)

CMYK percentages

%48.39
%46.24
%0
%63.53

Codes

Color #30325D in popluar color models

30 32 5D
RGB 48 50 93
HSL 237° 31.91% 27.65%
HSB/HSV 237° 48.39% 36.47%
CMYK 48.39% 46.24% 0.00%
63.53%

Color #30325D in popluar number systems.

HEX 30 32 5D
Decimal 48 50 93
Binary 110000 110010 1011101
Octal 60 62 135

Shades and tints

Shades of #30325D

#30325D
(48,50,93)
#2C2E55
(44,46,85)
#282A4D
(40,42,77)
#242645
(36,38,69)
#20223D
(32,34,61)
#1C1E35
(28,30,53)
#181A2D
(24,26,45)
#141625
(20,22,37)
#10121D
(16,18,29)
#0C0E15
(12,14,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #30325D

#30325D
(48,50,93)
#42446B
(66,68,107)
#545679
(84,86,121)
#666887
(102,104,135)
#787A95
(120,122,149)
#8A8CA3
(138,140,163)
#9C9EB1
(156,158,177)
#AEB0BF
(174,176,191)
#C0C2CD
(192,194,205)
#D2D4DB
(210,212,219)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30325D color. Also use rgb(48,50,93) instead hex code.

Text Font Color

.myTextColor { color: #30325D; }

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

This text font color is #30325D.

Background Color

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

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

This div background color is #30325D.

Border color

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

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

This div border color is #30325D.

Opacity

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

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

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

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

This text has shadow with #30325D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30325D.

Preview

Color preview on black background

This text has color #30325D on black background.


Color preview on white background

This text has color #30325D on white background.


Black color preview on #30325D background

This text has black color on #30325D background.


White color preview on #30325D background

This text has white color on #30325D background.


Related colors

Complementary color

Complementary color for #hex is #CFCDA2.


I love getcolorcode.com

Triadic colors

1 #5D3032 and #325D30 with #30325D are triadic colors.

2 #5D3230 and #32305D with #30325D are triadic colors.