COLOR #30354D

HEX: #30354D RGB: (48,53,77)

Color info

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

RGB color model

#30354D color RGB value is (48,53,77).

RGB: (48,53,77) (19%, 21%, 30%)

RGB channels and saturation

R 48 of 255 = 19%
G 53 of 255 = 21%
B 77 of 255 = 30%

48
53
77

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

Portions of RGB colors in percentages

R + G + B = 48 + 53 + 77 = 178 (100%)
R 48 of 178 ~ 26.97%
G 53 of 178 ~ 29.78%
B 77 of 178 ~ 43.26'%

%26.97
%29.78
%43.26

CMYK color model

#30354D color CMYK value is (38,31,0,70).

  • cyan value is 37.66%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (38,31,0,70)
C38M31Y0K70 (38%, 31%, 0%, 70%)
(0.38 / 0.31 / 0.00 / 0.70)

CMYK percentages

%37.66
%31.17
%0
%69.8

Codes

Color #30354D in popluar color models

30 35 4D
RGB 48 53 77
HSL 230° 23.20% 24.51%
HSB/HSV 230° 37.66% 30.20%
CMYK 37.66% 31.17% 0.00%
69.80%

Color #30354D in popluar number systems.

HEX 30 35 4D
Decimal 48 53 77
Binary 110000 110101 1001101
Octal 60 65 115

Shades and tints

Shades of #30354D

#30354D
(48,53,77)
#2C3146
(44,49,70)
#282D3F
(40,45,63)
#242938
(36,41,56)
#202531
(32,37,49)
#1C212A
(28,33,42)
#181D23
(24,29,35)
#14191C
(20,25,28)
#101515
(16,21,21)
#0C110E
(12,17,14)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #30354D

#30354D
(48,53,77)
#42475D
(66,71,93)
#54596D
(84,89,109)
#666B7D
(102,107,125)
#787D8D
(120,125,141)
#8A8F9D
(138,143,157)
#9CA1AD
(156,161,173)
#AEB3BD
(174,179,189)
#C0C5CD
(192,197,205)
#D2D7DD
(210,215,221)
#E4E9ED
(228,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30354D; }

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

This text font color is #30354D.

Background Color

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

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

This div background color is #30354D.

Border color

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

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

This div border color is #30354D.

Opacity

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

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

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

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

This text has shadow with #30354D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30354D.

Preview

Color preview on black background

This text has color #30354D on black background.


Color preview on white background

This text has color #30354D on white background.


Black color preview on #30354D background

This text has black color on #30354D background.


White color preview on #30354D background

This text has white color on #30354D background.


Related colors

Complementary color

Complementary color for #hex is #CFCAB2.


I love getcolorcode.com

Triadic colors

1 #4D3035 and #354D30 with #30354D are triadic colors.

2 #4D3530 and #35304D with #30354D are triadic colors.