COLOR #30324C

HEX: #30324C RGB: (48,50,76)

Color info

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

RGB color model

#30324C color RGB value is (48,50,76).

RGB: (48,50,76) (19%, 20%, 30%)

RGB channels and saturation

R 48 of 255 = 19%
G 50 of 255 = 20%
B 76 of 255 = 30%

48
50
76

R + G + B ~ 23%. #30324C is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 50 + 76 = 174 (100%)
R 48 of 174 ~ 27.59%
G 50 of 174 ~ 28.74%
B 76 of 174 ~ 43.68'%

%27.59
%28.74
%43.68

CMYK color model

#30324C color CMYK value is (37,34,0,70).

  • cyan value is 36.84%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (37,34,0,70)
C37M34Y0K70 (37%, 34%, 0%, 70%)
(0.37 / 0.34 / 0.00 / 0.70)

CMYK percentages

%36.84
%34.21
%0
%70.2

Codes

Color #30324C in popluar color models

30 32 4C
RGB 48 50 76
HSL 236° 22.58% 24.31%
HSB/HSV 236° 36.84% 29.80%
CMYK 36.84% 34.21% 0.00%
70.20%

Color #30324C in popluar number systems.

HEX 30 32 4C
Decimal 48 50 76
Binary 110000 110010 1001100
Octal 60 62 114

Shades and tints

Shades of #30324C

#30324C
(48,50,76)
#2C2E46
(44,46,70)
#282A40
(40,42,64)
#24263A
(36,38,58)
#202234
(32,34,52)
#1C1E2E
(28,30,46)
#181A28
(24,26,40)
#141622
(20,22,34)
#10121C
(16,18,28)
#0C0E16
(12,14,22)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #30324C

#30324C
(48,50,76)
#42445C
(66,68,92)
#54566C
(84,86,108)
#66687C
(102,104,124)
#787A8C
(120,122,140)
#8A8C9C
(138,140,156)
#9C9EAC
(156,158,172)
#AEB0BC
(174,176,188)
#C0C2CC
(192,194,204)
#D2D4DC
(210,212,220)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30324C color. Also use rgb(48,50,76) instead hex code.

Text Font Color

.myTextColor { color: #30324C; }

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

This text font color is #30324C.

Background Color

.myBgColor { background-color: #30324C; }

<div style="background-color:#30324C">Inner text</div>

This div background color is #30324C.

Border color

.myBorderColor { border: 1px solid #30324C; }

<div style="border:3px solid #30324C">Div</div>

This div border color is #30324C.

Opacity

.myOpacity80 { color: #30324C; opacity: 0.8; }

<p style="color:#30324C;opacity:0.8;">80%</p>

Text with #30324C 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 #30324C;}

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

This text has shadow with #30324C color.


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

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

This text has shadow with #30324C primary color and red secondary color.


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

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

This text has shadow with #30324C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30324C.

Preview

Color preview on black background

This text has color #30324C on black background.


Color preview on white background

This text has color #30324C on white background.


Black color preview on #30324C background

This text has black color on #30324C background.


White color preview on #30324C background

This text has white color on #30324C background.


Related colors

Complementary color

Complementary color for #hex is #CFCDB3.


I love getcolorcode.com

Triadic colors

1 #4C3032 and #324C30 with #30324C are triadic colors.

2 #4C3230 and #32304C with #30324C are triadic colors.