COLOR #324E7A

HEX: #324E7A RGB: (50,78,122)

Color info

#324E7A contains mainly green and blue colors. Web safe color of #324E7A is #336666 (or #366).

RGB color model

#324E7A color RGB value is (50,78,122).

RGB: (50,78,122) (20%, 31%, 48%)

RGB channels and saturation

R 50 of 255 = 20%
G 78 of 255 = 31%
B 122 of 255 = 48%

50
78
122

R + G + B ~ 33%. #324E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 78 + 122 = 250 (100%)
R 50 of 250 ~ 20%
G 78 of 250 ~ 31.2%
B 122 of 250 ~ 48.8'%

%20
%31.2
%48.8

CMYK color model

#324E7A color CMYK value is (59,36,0,52).

  • cyan value is 59.02%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (59,36,0,52)
C59M36Y0K52 (59%, 36%, 0%, 52%)
(0.59 / 0.36 / 0.00 / 0.52)

CMYK percentages

%59.02
%36.07
%0
%52.16

Codes

Color #324E7A in popluar color models

32 4E 7A
RGB 50 78 122
HSL 217° 41.86% 33.73%
HSB/HSV 217° 59.02% 47.84%
CMYK 59.02% 36.07% 0.00%
52.16%

Color #324E7A in popluar number systems.

HEX 32 4E 7A
Decimal 50 78 122
Binary 110010 1001110 1111010
Octal 62 116 172

Shades and tints

Shades of #324E7A

#324E7A
(50,78,122)
#2E476F
(46,71,111)
#2A4064
(42,64,100)
#263959
(38,57,89)
#22324E
(34,50,78)
#1E2B43
(30,43,67)
#1A2438
(26,36,56)
#161D2D
(22,29,45)
#121622
(18,22,34)
#0E0F17
(14,15,23)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #324E7A

#324E7A
(50,78,122)
#445E86
(68,94,134)
#566E92
(86,110,146)
#687E9E
(104,126,158)
#7A8EAA
(122,142,170)
#8C9EB6
(140,158,182)
#9EAEC2
(158,174,194)
#B0BECE
(176,190,206)
#C2CEDA
(194,206,218)
#D4DEE6
(212,222,230)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324E7A color. Also use rgb(50,78,122) instead hex code.

Text Font Color

.myTextColor { color: #324E7A; }

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

This text font color is #324E7A.

Background Color

.myBgColor { background-color: #324E7A; }

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

This div background color is #324E7A.

Border color

.myBorderColor { border: 1px solid #324E7A; }

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

This div border color is #324E7A.

Opacity

.myOpacity80 { color: #324E7A; opacity: 0.8; }

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

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

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

This text has shadow with #324E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #324E7A.

Preview

Color preview on black background

This text has color #324E7A on black background.


Color preview on white background

This text has color #324E7A on white background.


Black color preview on #324E7A background

This text has black color on #324E7A background.


White color preview on #324E7A background

This text has white color on #324E7A background.


Related colors

Complementary color

Complementary color for #hex is #CDB185.


I love getcolorcode.com

Triadic colors

1 #7A324E and #4E7A32 with #324E7A are triadic colors.

2 #7A4E32 and #4E327A with #324E7A are triadic colors.