COLOR #304551

HEX: #304551 RGB: (48,69,81)

Color info

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

RGB color model

#304551 color RGB value is (48,69,81).

RGB: (48,69,81) (19%, 27%, 32%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 81 of 255 = 32%

48
69
81

R + G + B ~ 26%. #304551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 69 + 81 = 198 (100%)
R 48 of 198 ~ 24.24%
G 69 of 198 ~ 34.85%
B 81 of 198 ~ 40.91'%

%24.24
%34.85
%40.91

CMYK color model

#304551 color CMYK value is (41,15,0,68).

  • cyan value is 40.74%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (41,15,0,68)
C41M15Y0K68 (41%, 15%, 0%, 68%)
(0.41 / 0.15 / 0.00 / 0.68)

CMYK percentages

%40.74
%14.81
%0
%68.24

Codes

Color #304551 in popluar color models

30 45 51
RGB 48 69 81
HSL 202° 25.58% 25.29%
HSB/HSV 202° 40.74% 31.76%
CMYK 40.74% 14.81% 0.00%
68.24%

Color #304551 in popluar number systems.

HEX 30 45 51
Decimal 48 69 81
Binary 110000 1000101 1010001
Octal 60 105 121

Shades and tints

Shades of #304551

#304551
(48,69,81)
#2C3F4A
(44,63,74)
#283943
(40,57,67)
#24333C
(36,51,60)
#202D35
(32,45,53)
#1C272E
(28,39,46)
#182127
(24,33,39)
#141B20
(20,27,32)
#101519
(16,21,25)
#0C0F12
(12,15,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #304551

#304551
(48,69,81)
#425560
(66,85,96)
#54656F
(84,101,111)
#66757E
(102,117,126)
#78858D
(120,133,141)
#8A959C
(138,149,156)
#9CA5AB
(156,165,171)
#AEB5BA
(174,181,186)
#C0C5C9
(192,197,201)
#D2D5D8
(210,213,216)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304551; }

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

This text font color is #304551.

Background Color

.myBgColor { background-color: #304551; }

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

This div background color is #304551.

Border color

.myBorderColor { border: 1px solid #304551; }

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

This div border color is #304551.

Opacity

.myOpacity80 { color: #304551; opacity: 0.8; }

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

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

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

This text has shadow with #304551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304551.

Preview

Color preview on black background

This text has color #304551 on black background.


Color preview on white background

This text has color #304551 on white background.


Black color preview on #304551 background

This text has black color on #304551 background.


White color preview on #304551 background

This text has white color on #304551 background.


Related colors

Complementary color

Complementary color for #hex is #CFBAAE.


I love getcolorcode.com

Triadic colors

1 #513045 and #455130 with #304551 are triadic colors.

2 #514530 and #453051 with #304551 are triadic colors.