COLOR #324077

HEX: #324077
RGB: (50,64,119)

Color info

#324077 contains mainly green and blue colors. Web safe color of #324077 is #333366 (or #336).

RGB color model

#324077 color RGB value is (50,64,119).

  • red value is 50;
  • green value is 64;
  • blue value is 119.
RGB:
(50,64,119)
(20%,25%,47%)

RGB channels and saturation

R 50 of 255 = 20%
G 64 of 255 = 25%
B 119 of 255 = 47%

50
64
119

R + G + B ~ 31%. #324077 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 64 + 119 = 233 (100%)
R 50 of 233 ~ 21.46%
G 64 of 233 ~ 27.47%
B 119 of 233 ~ 51.07%

%21.46
%27.47
%51.07

CMYK color model

#324077 color CMYK value is (58,46,0,53).

  • cyan value is 57.98%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(58,46,0,53)
C58M46Y0K53 
(58%,46%,0%,53%)
(0.58/0.46/0.00/0.53)	

CMYK percentages

%57.98
%46.22
%0
%53.33

Codes

Color #324077 in popluar color models

324077
RGB5064119
HSL228°40.83%33.14%
HSB/HSV228°57.98%46.67%
CMYK57.98%46.22%0.00%
53.33%

Color #324077 in popluar number systems.

HEX324077
Decimal5064119
Binary11001010000001110111
Octal62100167

Shades and tints

Shades of #324077

#324077
(50,64,119)
#2E3B6D
(46,59,109)
#2A3663
(42,54,99)
#263159
(38,49,89)
#222C4F
(34,44,79)
#1E2745
(30,39,69)
#1A223B
(26,34,59)
#161D31
(22,29,49)
#121827
(18,24,39)
#0E131D
(14,19,29)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #324077

#324077
(50,64,119)
#445183
(68,81,131)
#56628F
(86,98,143)
#68739B
(104,115,155)
#7A84A7
(122,132,167)
#8C95B3
(140,149,179)
#9EA6BF
(158,166,191)
#B0B7CB
(176,183,203)
#C2C8D7
(194,200,215)
#D4D9E3
(212,217,227)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324077 color. Also use rgb(50,64,119) instead hex code.

Text Font Color

.myTextColor { color: #324077; }

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

This text font color is #324077.


Background Color

.myBgColor { background-color: #324077; }

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

This div background color is #324077.


Border color

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

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

This div border color is #324077.


Opacity

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

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

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

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

This text has shadow with #324077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324077 on black background.


Color preview on white background

This text has color #324077 on white background.



Black color preview on #324077 background

This text has black color on #324077 background.


White color preview on #324077 background

This text has white color on #324077 background.