COLOR #30334E

HEX: #30334E
RGB: (48,51,78)

Color info

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

RGB color model

#30334E color RGB value is (48,51,78).

  • red value is 48;
  • green value is 51;
  • blue value is 78.
RGB:
(48,51,78)
(19%,20%,31%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 78 of 255 = 31%

48
51
78

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

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 78 = 177 (100%)
R 48 of 177 ~ 27.12%
G 51 of 177 ~ 28.81%
B 78 of 177 ~ 44.07%

%27.12
%28.81
%44.07

CMYK color model

#30334E color CMYK value is (38,35,0,69).

  • cyan value is 38.46%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(38,35,0,69)
C38M35Y0K69 
(38%,35%,0%,69%)
(0.38/0.35/0.00/0.69)	

CMYK percentages

%38.46
%34.62
%0
%69.41

Codes

Color #30334E in popluar color models

30334E
RGB485178
HSL234°23.81%24.71%
HSB/HSV234°38.46%30.59%
CMYK38.46%34.62%0.00%
69.41%

Color #30334E in popluar number systems.

HEX30334E
Decimal485178
Binary1100001100111001110
Octal6063116

Shades and tints

Shades of #30334E

#30334E
(48,51,78)
#2C2F47
(44,47,71)
#282B40
(40,43,64)
#242739
(36,39,57)
#202332
(32,35,50)
#1C1F2B
(28,31,43)
#181B24
(24,27,36)
#14171D
(20,23,29)
#101316
(16,19,22)
#0C0F0F
(12,15,15)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #30334E

#30334E
(48,51,78)
#42455E
(66,69,94)
#54576E
(84,87,110)
#66697E
(102,105,126)
#787B8E
(120,123,142)
#8A8D9E
(138,141,158)
#9C9FAE
(156,159,174)
#AEB1BE
(174,177,190)
#C0C3CE
(192,195,206)
#D2D5DE
(210,213,222)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30334E color. Also use rgb(48,51,78) instead hex code.

Text Font Color

.myTextColor { color: #30334E; }

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

This text font color is #30334E.


Background Color

.myBgColor { background-color: #30334E; }

<div style="background-color:#30334E">Inner text</div>

This div background color is #30334E.


Border color

.myBorderColor { border: 1px solid #30334E; }

<div style="border:3px solid #30334E">Div</div>

This div border color is #30334E.


Opacity

.myOpacity80 { color: #30334E; opacity: 0.8; }

<p style="color:#30334E;opacity:0.8;">80%</p>

Text with #30334E 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 #30334E;}

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

This text has shadow with #30334E color.

.textShadow {text-shadow: 3px 3px 1px #30334E, 3px 3px 1px red;}

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

This text has shadow with #30334E primary color and red secondary color.


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

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

This text has shadow with #30334E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30334E on black background.


Color preview on white background

This text has color #30334E on white background.



Black color preview on #30334E background

This text has black color on #30334E background.


White color preview on #30334E background

This text has white color on #30334E background.