COLOR #324F7A

HEX: #324F7A
RGB: (50,79,122)

Color info

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

RGB color model

#324F7A color RGB value is (50,79,122).

  • red value is 50;
  • green value is 79;
  • blue value is 122.
RGB:
(50,79,122)
(20%,31%,48%)

RGB channels and saturation

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

50
79
122

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

Portions of RGB colors in percentages

R + G + B =
50 + 79 + 122 = 251 (100%)
R 50 of 251 ~ 19.92%
G 79 of 251 ~ 31.47%
B 122 of 251 ~ 48.61%

%19.92
%31.47
%48.61

CMYK color model

#324F7A color CMYK value is (59,35,0,52).

  • cyan value is 59.02%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(59,35,0,52)
C59M35Y0K52 
(59%,35%,0%,52%)
(0.59/0.35/0.00/0.52)	

CMYK percentages

%59.02
%35.25
%0
%52.16

Codes

Color #324F7A in popluar color models

324F7A
RGB5079122
HSL216°41.86%33.73%
HSB/HSV216°59.02%47.84%
CMYK59.02%35.25%0.00%
52.16%

Color #324F7A in popluar number systems.

HEX324F7A
Decimal5079122
Binary11001010011111111010
Octal62117172

Shades and tints

Shades of #324F7A

#324F7A
(50,79,122)
#2E486F
(46,72,111)
#2A4164
(42,65,100)
#263A59
(38,58,89)
#22334E
(34,51,78)
#1E2C43
(30,44,67)
#1A2538
(26,37,56)
#161E2D
(22,30,45)
#121722
(18,23,34)
#0E1017
(14,16,23)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #324F7A

#324F7A
(50,79,122)
#445F86
(68,95,134)
#566F92
(86,111,146)
#687F9E
(104,127,158)
#7A8FAA
(122,143,170)
#8C9FB6
(140,159,182)
#9EAFC2
(158,175,194)
#B0BFCE
(176,191,206)
#C2CFDA
(194,207,218)
#D4DFE6
(212,223,230)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324F7A; }

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

This text font color is #324F7A.


Background Color

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

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

This div background color is #324F7A.


Border color

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

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

This div border color is #324F7A.


Opacity

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

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

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

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

This text has shadow with #324F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324F7A on black background.


Color preview on white background

This text has color #324F7A on white background.



Black color preview on #324F7A background

This text has black color on #324F7A background.


White color preview on #324F7A background

This text has white color on #324F7A background.