COLOR #30314D

HEX: #30314D
RGB: (48,49,77)

Color info

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

RGB color model

#30314D color RGB value is (48,49,77).

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

RGB channels and saturation

R 48 of 255 = 19%
G 49 of 255 = 19%
B 77 of 255 = 30%

48
49
77

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

Portions of RGB colors in percentages

R + G + B =
48 + 49 + 77 = 174 (100%)
R 48 of 174 ~ 27.59%
G 49 of 174 ~ 28.16%
B 77 of 174 ~ 44.25%

%27.59
%28.16
%44.25

CMYK color model

#30314D color CMYK value is (38,36,0,70).

  • cyan value is 37.66%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(38,36,0,70)
C38M36Y0K70 
(38%,36%,0%,70%)
(0.38/0.36/0.00/0.70)	

CMYK percentages

%37.66
%36.36
%0
%69.8

Codes

Color #30314D in popluar color models

30314D
RGB484977
HSL238°23.20%24.51%
HSB/HSV238°37.66%30.20%
CMYK37.66%36.36%0.00%
69.80%

Color #30314D in popluar number systems.

HEX30314D
Decimal484977
Binary1100001100011001101
Octal6061115

Shades and tints

Shades of #30314D

#30314D
(48,49,77)
#2C2D46
(44,45,70)
#28293F
(40,41,63)
#242538
(36,37,56)
#202131
(32,33,49)
#1C1D2A
(28,29,42)
#181923
(24,25,35)
#14151C
(20,21,28)
#101115
(16,17,21)
#0C0D0E
(12,13,14)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #30314D

#30314D
(48,49,77)
#42435D
(66,67,93)
#54556D
(84,85,109)
#66677D
(102,103,125)
#78798D
(120,121,141)
#8A8B9D
(138,139,157)
#9C9DAD
(156,157,173)
#AEAFBD
(174,175,189)
#C0C1CD
(192,193,205)
#D2D3DD
(210,211,221)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30314D; }

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

This text font color is #30314D.


Background Color

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

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

This div background color is #30314D.


Border color

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

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

This div border color is #30314D.


Opacity

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

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

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

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

This text has shadow with #30314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30314D on black background.


Color preview on white background

This text has color #30314D on white background.



Black color preview on #30314D background

This text has black color on #30314D background.


White color preview on #30314D background

This text has white color on #30314D background.