COLOR #30354B

HEX: #30354B RGB: (48,53,75)

Color info

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

RGB color model

#30354B color RGB value is (48,53,75).

RGB: (48,53,75) (19%, 21%, 29%)

RGB channels and saturation

R 48 of 255 = 19%
G 53 of 255 = 21%
B 75 of 255 = 29%

48
53
75

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

Portions of RGB colors in percentages

R + G + B = 48 + 53 + 75 = 176 (100%)
R 48 of 176 ~ 27.27%
G 53 of 176 ~ 30.11%
B 75 of 176 ~ 42.61'%

%27.27
%30.11
%42.61

CMYK color model

#30354B color CMYK value is (36,29,0,71).

  • cyan value is 36.00%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (36,29,0,71)
C36M29Y0K71 (36%, 29%, 0%, 71%)
(0.36 / 0.29 / 0.00 / 0.71)

CMYK percentages

%36
%29.33
%0
%70.59

Codes

Color #30354B in popluar color models

30 35 4B
RGB 48 53 75
HSL 229° 21.95% 24.12%
HSB/HSV 229° 36.00% 29.41%
CMYK 36.00% 29.33% 0.00%
70.59%

Color #30354B in popluar number systems.

HEX 30 35 4B
Decimal 48 53 75
Binary 110000 110101 1001011
Octal 60 65 113

Shades and tints

Shades of #30354B

#30354B
(48,53,75)
#2C3145
(44,49,69)
#282D3F
(40,45,63)
#242939
(36,41,57)
#202533
(32,37,51)
#1C212D
(28,33,45)
#181D27
(24,29,39)
#141921
(20,25,33)
#10151B
(16,21,27)
#0C1115
(12,17,21)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #30354B

#30354B
(48,53,75)
#42475B
(66,71,91)
#54596B
(84,89,107)
#666B7B
(102,107,123)
#787D8B
(120,125,139)
#8A8F9B
(138,143,155)
#9CA1AB
(156,161,171)
#AEB3BB
(174,179,187)
#C0C5CB
(192,197,203)
#D2D7DB
(210,215,219)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30354B; }

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

This text font color is #30354B.

Background Color

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

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

This div background color is #30354B.

Border color

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

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

This div border color is #30354B.

Opacity

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

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

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

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

This text has shadow with #30354B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30354B.

Preview

Color preview on black background

This text has color #30354B on black background.


Color preview on white background

This text has color #30354B on white background.


Black color preview on #30354B background

This text has black color on #30354B background.


White color preview on #30354B background

This text has white color on #30354B background.


Related colors

Complementary color

Complementary color for #hex is #CFCAB4.


I love getcolorcode.com

Triadic colors

1 #4B3035 and #354B30 with #30354B are triadic colors.

2 #4B3530 and #35304B with #30354B are triadic colors.