COLOR #30454D

HEX: #30454D RGB: (48,69,77)

Color info

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

RGB color model

#30454D color RGB value is (48,69,77).

RGB: (48,69,77) (19%, 27%, 30%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 77 of 255 = 30%

48
69
77

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

Portions of RGB colors in percentages

R + G + B = 48 + 69 + 77 = 194 (100%)
R 48 of 194 ~ 24.74%
G 69 of 194 ~ 35.57%
B 77 of 194 ~ 39.69'%

%24.74
%35.57
%39.69

CMYK color model

#30454D color CMYK value is (38,10,0,70).

  • cyan value is 37.66%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (38,10,0,70) C38M10Y0K70 (38%,10%,0%,70%) (0.38/0.10/0.00/0.70) 

CMYK percentages

%37.66
%10.39
%0
%69.8

Codes

Color #30454D in popluar color models

30 45 4D
RGB 48 69 77
HSL 197° 23.20% 24.51%
HSB/HSV 197° 37.66% 30.20%
CMYK 37.66% 10.39% 0.00%
69.80%

Color #30454D in popluar number systems.

HEX 30 45 4D
Decimal 48 69 77
Binary 110000 1000101 1001101
Octal 60 105 115

Shades and tints

Shades of #30454D

#30454D
(48,69,77)
#2C3F46
(44,63,70)
#28393F
(40,57,63)
#243338
(36,51,56)
#202D31
(32,45,49)
#1C272A
(28,39,42)
#182123
(24,33,35)
#141B1C
(20,27,28)
#101515
(16,21,21)
#0C0F0E
(12,15,14)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #30454D

#30454D
(48,69,77)
#42555D
(66,85,93)
#54656D
(84,101,109)
#66757D
(102,117,125)
#78858D
(120,133,141)
#8A959D
(138,149,157)
#9CA5AD
(156,165,173)
#AEB5BD
(174,181,189)
#C0C5CD
(192,197,205)
#D2D5DD
(210,213,221)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30454D; }

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

This text font color is #30454D.

Background Color

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

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

This div background color is #30454D.

Border color

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

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

This div border color is #30454D.

Opacity

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

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

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

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

This text has shadow with #30454D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30454D.

Preview

Color preview on black background

This text has color #30454D on black background.


Color preview on white background

This text has color #30454D on white background.


Black color preview on #30454D background

This text has black color on #30454D background.


White color preview on #30454D background

This text has white color on #30454D background.


Related colors

Complementary color

Complementary color for #hex is #CFBAB2.


I love getcolorcode.com

Triadic colors

1 #4D3045 and #454D30 with #30454D are triadic colors.

2 #4D4530 and #45304D with #30454D are triadic colors.