COLOR #30425F

HEX: #30425F
RGB: (48,66,95)

Color info

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

RGB color model

#30425F color RGB value is (48,66,95).

  • red value is 48;
  • green value is 66;
  • blue value is 95.
RGB:
(48,66,95)
(19%,26%,37%)

RGB channels and saturation

R 48 of 255 = 19%
G 66 of 255 = 26%
B 95 of 255 = 37%

48
66
95

R + G + B ~ 27%. #30425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 66 + 95 = 209 (100%)
R 48 of 209 ~ 22.97%
G 66 of 209 ~ 31.58%
B 95 of 209 ~ 45.45%

%22.97
%31.58
%45.45

CMYK color model

#30425F color CMYK value is (49,31,0,63).

  • cyan value is 49.47%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(49,31,0,63)
C49M31Y0K63 
(49%,31%,0%,63%)
(0.49/0.31/0.00/0.63)	

CMYK percentages

%49.47
%30.53
%0
%62.75

Codes

Color #30425F in popluar color models

30425F
RGB486695
HSL217°32.87%28.04%
HSB/HSV217°49.47%37.25%
CMYK49.47%30.53%0.00%
62.75%

Color #30425F in popluar number systems.

HEX30425F
Decimal486695
Binary11000010000101011111
Octal60102137

Shades and tints

Shades of #30425F

#30425F
(48,66,95)
#2C3C57
(44,60,87)
#28364F
(40,54,79)
#243047
(36,48,71)
#202A3F
(32,42,63)
#1C2437
(28,36,55)
#181E2F
(24,30,47)
#141827
(20,24,39)
#10121F
(16,18,31)
#0C0C17
(12,12,23)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #30425F

#30425F
(48,66,95)
#42536D
(66,83,109)
#54647B
(84,100,123)
#667589
(102,117,137)
#788697
(120,134,151)
#8A97A5
(138,151,165)
#9CA8B3
(156,168,179)
#AEB9C1
(174,185,193)
#C0CACF
(192,202,207)
#D2DBDD
(210,219,221)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30425F color. Also use rgb(48,66,95) instead hex code.

Text Font Color

.myTextColor { color: #30425F; }

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

This text font color is #30425F.


Background Color

.myBgColor { background-color: #30425F; }

<div style="background-color:#30425F">Inner text</div>

This div background color is #30425F.


Border color

.myBorderColor { border: 1px solid #30425F; }

<div style="border:3px solid #30425F">Div</div>

This div border color is #30425F.


Opacity

.myOpacity80 { color: #30425F; opacity: 0.8; }

<p style="color:#30425F;opacity:0.8;">80%</p>

Text with #30425F 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 #30425F;}

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

This text has shadow with #30425F color.

.textShadow {text-shadow: 3px 3px 1px #30425F, 3px 3px 1px red;}

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

This text has shadow with #30425F primary color and red secondary color.


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

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

This text has shadow with #30425F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30425F on black background.


Color preview on white background

This text has color #30425F on white background.



Black color preview on #30425F background

This text has black color on #30425F background.


White color preview on #30425F background

This text has white color on #30425F background.