COLOR #304E5B

HEX: #304E5B RGB: (48,78,91)

Color info

#304E5B contains red, green and blue colors in about the same proportion. Web safe color of #304E5B is #336666 (or #366).

RGB color model

#304E5B color RGB value is (48,78,91).

RGB: (48,78,91) (19%, 31%, 36%)

RGB channels and saturation

R 48 of 255 = 19%
G 78 of 255 = 31%
B 91 of 255 = 36%

48
78
91

R + G + B ~ 29%. #304E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 78 + 91 = 217 (100%)
R 48 of 217 ~ 22.12%
G 78 of 217 ~ 35.94%
B 91 of 217 ~ 41.94'%

%22.12
%35.94
%41.94

CMYK color model

#304E5B color CMYK value is (47,14,0,64).

  • cyan value is 47.25%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (47,14,0,64)
C47M14Y0K64 (47%, 14%, 0%, 64%)
(0.47 / 0.14 / 0.00 / 0.64)

CMYK percentages

%47.25
%14.29
%0
%64.31

Codes

Color #304E5B in popluar color models

30 4E 5B
RGB 48 78 91
HSL 198° 30.94% 27.25%
HSB/HSV 198° 47.25% 35.69%
CMYK 47.25% 14.29% 0.00%
64.31%

Color #304E5B in popluar number systems.

HEX 30 4E 5B
Decimal 48 78 91
Binary 110000 1001110 1011011
Octal 60 116 133

Shades and tints

Shades of #304E5B

#304E5B
(48,78,91)
#2C4753
(44,71,83)
#28404B
(40,64,75)
#243943
(36,57,67)
#20323B
(32,50,59)
#1C2B33
(28,43,51)
#18242B
(24,36,43)
#141D23
(20,29,35)
#10161B
(16,22,27)
#0C0F13
(12,15,19)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #304E5B

#304E5B
(48,78,91)
#425E69
(66,94,105)
#546E77
(84,110,119)
#667E85
(102,126,133)
#788E93
(120,142,147)
#8A9EA1
(138,158,161)
#9CAEAF
(156,174,175)
#AEBEBD
(174,190,189)
#C0CECB
(192,206,203)
#D2DED9
(210,222,217)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304E5B color. Also use rgb(48,78,91) instead hex code.

Text Font Color

.myTextColor { color: #304E5B; }

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

This text font color is #304E5B.

Background Color

.myBgColor { background-color: #304E5B; }

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

This div background color is #304E5B.

Border color

.myBorderColor { border: 1px solid #304E5B; }

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

This div border color is #304E5B.

Opacity

.myOpacity80 { color: #304E5B; opacity: 0.8; }

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

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

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

This text has shadow with #304E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304E5B.

Preview

Color preview on black background

This text has color #304E5B on black background.


Color preview on white background

This text has color #304E5B on white background.


Black color preview on #304E5B background

This text has black color on #304E5B background.


White color preview on #304E5B background

This text has white color on #304E5B background.


Related colors

Complementary color

Complementary color for #hex is #CFB1A4.


I love getcolorcode.com

Triadic colors

1 #5B304E and #4E5B30 with #304E5B are triadic colors.

2 #5B4E30 and #4E305B with #304E5B are triadic colors.