COLOR #30454B

HEX: #30454B
RGB: (48,69,75)

Color info

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

RGB color model

#30454B color RGB value is (48,69,75).

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

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 75 of 255 = 29%

48
69
75

R + G + B ~ 25%. #30454B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 75 = 192 (100%)
R 48 of 192 ~ 25%
G 69 of 192 ~ 35.94%
B 75 of 192 ~ 39.06%

%25
%35.94
%39.06

CMYK color model

#30454B color CMYK value is (36,8,0,71).

  • cyan value is 36.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(36,8,0,71)
C36M8Y0K71 
(36%,8%,0%,71%)
(0.36/0.08/0.00/0.71)	

CMYK percentages

%36
%8
%0
%70.59

Codes

Color #30454B in popluar color models

30454B
RGB486975
HSL193°21.95%24.12%
HSB/HSV193°36.00%29.41%
CMYK36.00%8.00%0.00%
70.59%

Color #30454B in popluar number systems.

HEX30454B
Decimal486975
Binary11000010001011001011
Octal60105113

Shades and tints

Shades of #30454B

#30454B
(48,69,75)
#2C3F45
(44,63,69)
#28393F
(40,57,63)
#243339
(36,51,57)
#202D33
(32,45,51)
#1C272D
(28,39,45)
#182127
(24,33,39)
#141B21
(20,27,33)
#10151B
(16,21,27)
#0C0F15
(12,15,21)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #30454B

#30454B
(48,69,75)
#42555B
(66,85,91)
#54656B
(84,101,107)
#66757B
(102,117,123)
#78858B
(120,133,139)
#8A959B
(138,149,155)
#9CA5AB
(156,165,171)
#AEB5BB
(174,181,187)
#C0C5CB
(192,197,203)
#D2D5DB
(210,213,219)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30454B; }

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

This text font color is #30454B.


Background Color

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

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

This div background color is #30454B.


Border color

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

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

This div border color is #30454B.


Opacity

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

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

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

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

This text has shadow with #30454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30454B on black background.


Color preview on white background

This text has color #30454B on white background.



Black color preview on #30454B background

This text has black color on #30454B background.


White color preview on #30454B background

This text has white color on #30454B background.