COLOR #324551

HEX: #324551
RGB: (50,69,81)

Color info

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

RGB color model

#324551 color RGB value is (50,69,81).

  • red value is 50;
  • green value is 69;
  • blue value is 81.
RGB:
(50,69,81)
(20%,27%,32%)

RGB channels and saturation

R 50 of 255 = 20%
G 69 of 255 = 27%
B 81 of 255 = 32%

50
69
81

R + G + B ~ 26%. #324551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 69 + 81 = 200 (100%)
R 50 of 200 ~ 25%
G 69 of 200 ~ 34.5%
B 81 of 200 ~ 40.5%

%25
%34.5
%40.5

CMYK color model

#324551 color CMYK value is (38,15,0,68).

  • cyan value is 38.27%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(38,15,0,68)
C38M15Y0K68 
(38%,15%,0%,68%)
(0.38/0.15/0.00/0.68)	

CMYK percentages

%38.27
%14.81
%0
%68.24

Codes

Color #324551 in popluar color models

324551
RGB506981
HSL203°23.66%25.69%
HSB/HSV203°38.27%31.76%
CMYK38.27%14.81%0.00%
68.24%

Color #324551 in popluar number systems.

HEX324551
Decimal506981
Binary11001010001011010001
Octal62105121

Shades and tints

Shades of #324551

#324551
(50,69,81)
#2E3F4A
(46,63,74)
#2A3943
(42,57,67)
#26333C
(38,51,60)
#222D35
(34,45,53)
#1E272E
(30,39,46)
#1A2127
(26,33,39)
#161B20
(22,27,32)
#121519
(18,21,25)
#0E0F12
(14,15,18)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #324551

#324551
(50,69,81)
#445560
(68,85,96)
#56656F
(86,101,111)
#68757E
(104,117,126)
#7A858D
(122,133,141)
#8C959C
(140,149,156)
#9EA5AB
(158,165,171)
#B0B5BA
(176,181,186)
#C2C5C9
(194,197,201)
#D4D5D8
(212,213,216)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324551 color. Also use rgb(50,69,81) instead hex code.

Text Font Color

.myTextColor { color: #324551; }

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

This text font color is #324551.


Background Color

.myBgColor { background-color: #324551; }

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

This div background color is #324551.


Border color

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

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

This div border color is #324551.


Opacity

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

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

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

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

This text has shadow with #324551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324551 on black background.


Color preview on white background

This text has color #324551 on white background.



Black color preview on #324551 background

This text has black color on #324551 background.


White color preview on #324551 background

This text has white color on #324551 background.