COLOR #30344B

HEX: #30344B
RGB: (48,52,75)

Color info

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

RGB color model

#30344B color RGB value is (48,52,75).

  • red value is 48;
  • green value is 52;
  • blue value is 75.
RGB:
(48,52,75)
(19%,20%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 75 of 255 = 29%

48
52
75

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

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 75 = 175 (100%)
R 48 of 175 ~ 27.43%
G 52 of 175 ~ 29.71%
B 75 of 175 ~ 42.86%

%27.43
%29.71
%42.86

CMYK color model

#30344B color CMYK value is (36,31,0,71).

  • cyan value is 36.00%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(36,31,0,71)
C36M31Y0K71 
(36%,31%,0%,71%)
(0.36/0.31/0.00/0.71)	

CMYK percentages

%36
%30.67
%0
%70.59

Codes

Color #30344B in popluar color models

30344B
RGB485275
HSL231°21.95%24.12%
HSB/HSV231°36.00%29.41%
CMYK36.00%30.67%0.00%
70.59%

Color #30344B in popluar number systems.

HEX30344B
Decimal485275
Binary1100001101001001011
Octal6064113

Shades and tints

Shades of #30344B

#30344B
(48,52,75)
#2C3045
(44,48,69)
#282C3F
(40,44,63)
#242839
(36,40,57)
#202433
(32,36,51)
#1C202D
(28,32,45)
#181C27
(24,28,39)
#141821
(20,24,33)
#10141B
(16,20,27)
#0C1015
(12,16,21)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #30344B

#30344B
(48,52,75)
#42465B
(66,70,91)
#54586B
(84,88,107)
#666A7B
(102,106,123)
#787C8B
(120,124,139)
#8A8E9B
(138,142,155)
#9CA0AB
(156,160,171)
#AEB2BB
(174,178,187)
#C0C4CB
(192,196,203)
#D2D6DB
(210,214,219)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30344B color. Also use rgb(48,52,75) instead hex code.

Text Font Color

.myTextColor { color: #30344B; }

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

This text font color is #30344B.


Background Color

.myBgColor { background-color: #30344B; }

<div style="background-color:#30344B">Inner text</div>

This div background color is #30344B.


Border color

.myBorderColor { border: 1px solid #30344B; }

<div style="border:3px solid #30344B">Div</div>

This div border color is #30344B.


Opacity

.myOpacity80 { color: #30344B; opacity: 0.8; }

<p style="color:#30344B;opacity:0.8;">80%</p>

Text with #30344B 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 #30344B;}

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

This text has shadow with #30344B color.

.textShadow {text-shadow: 3px 3px 1px #30344B, 3px 3px 1px red;}

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

This text has shadow with #30344B primary color and red secondary color.


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

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

This text has shadow with #30344B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30344B on black background.


Color preview on white background

This text has color #30344B on white background.



Black color preview on #30344B background

This text has black color on #30344B background.


White color preview on #30344B background

This text has white color on #30344B background.