COLOR #324061

HEX: #324061
RGB: (50,64,97)

Color info

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

RGB color model

#324061 color RGB value is (50,64,97).

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

RGB channels and saturation

R 50 of 255 = 20%
G 64 of 255 = 25%
B 97 of 255 = 38%

50
64
97

R + G + B ~ 28%. #324061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 64 + 97 = 211 (100%)
R 50 of 211 ~ 23.7%
G 64 of 211 ~ 30.33%
B 97 of 211 ~ 45.97%

%23.7
%30.33
%45.97

CMYK color model

#324061 color CMYK value is (48,34,0,62).

  • cyan value is 48.45%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(48,34,0,62)
C48M34Y0K62 
(48%,34%,0%,62%)
(0.48/0.34/0.00/0.62)	

CMYK percentages

%48.45
%34.02
%0
%61.96

Codes

Color #324061 in popluar color models

324061
RGB506497
HSL222°31.97%28.82%
HSB/HSV222°48.45%38.04%
CMYK48.45%34.02%0.00%
61.96%

Color #324061 in popluar number systems.

HEX324061
Decimal506497
Binary11001010000001100001
Octal62100141

Shades and tints

Shades of #324061

#324061
(50,64,97)
#2E3B59
(46,59,89)
#2A3651
(42,54,81)
#263149
(38,49,73)
#222C41
(34,44,65)
#1E2739
(30,39,57)
#1A2231
(26,34,49)
#161D29
(22,29,41)
#121821
(18,24,33)
#0E1319
(14,19,25)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #324061

#324061
(50,64,97)
#44516F
(68,81,111)
#56627D
(86,98,125)
#68738B
(104,115,139)
#7A8499
(122,132,153)
#8C95A7
(140,149,167)
#9EA6B5
(158,166,181)
#B0B7C3
(176,183,195)
#C2C8D1
(194,200,209)
#D4D9DF
(212,217,223)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324061; }

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

This text font color is #324061.


Background Color

.myBgColor { background-color: #324061; }

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

This div background color is #324061.


Border color

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

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

This div border color is #324061.


Opacity

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

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

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

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

This text has shadow with #324061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324061 on black background.


Color preview on white background

This text has color #324061 on white background.



Black color preview on #324061 background

This text has black color on #324061 background.


White color preview on #324061 background

This text has white color on #324061 background.