COLOR #324756

HEX: #324756
RGB: (50,71,86)

Color info

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

RGB color model

#324756 color RGB value is (50,71,86).

  • red value is 50;
  • green value is 71;
  • blue value is 86.
RGB:
(50,71,86)
(20%,28%,34%)

RGB channels and saturation

R 50 of 255 = 20%
G 71 of 255 = 28%
B 86 of 255 = 34%

50
71
86

R + G + B ~ 27%. #324756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 71 + 86 = 207 (100%)
R 50 of 207 ~ 24.15%
G 71 of 207 ~ 34.3%
B 86 of 207 ~ 41.55%

%24.15
%34.3
%41.55

CMYK color model

#324756 color CMYK value is (42,17,0,66).

  • cyan value is 41.86%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(42,17,0,66)
C42M17Y0K66 
(42%,17%,0%,66%)
(0.42/0.17/0.00/0.66)	

CMYK percentages

%41.86
%17.44
%0
%66.27

Codes

Color #324756 in popluar color models

324756
RGB507186
HSL205°26.47%26.67%
HSB/HSV205°41.86%33.73%
CMYK41.86%17.44%0.00%
66.27%

Color #324756 in popluar number systems.

HEX324756
Decimal507186
Binary11001010001111010110
Octal62107126

Shades and tints

Shades of #324756

#324756
(50,71,86)
#2E414F
(46,65,79)
#2A3B48
(42,59,72)
#263541
(38,53,65)
#222F3A
(34,47,58)
#1E2933
(30,41,51)
#1A232C
(26,35,44)
#161D25
(22,29,37)
#12171E
(18,23,30)
#0E1117
(14,17,23)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #324756

#324756
(50,71,86)
#445765
(68,87,101)
#566774
(86,103,116)
#687783
(104,119,131)
#7A8792
(122,135,146)
#8C97A1
(140,151,161)
#9EA7B0
(158,167,176)
#B0B7BF
(176,183,191)
#C2C7CE
(194,199,206)
#D4D7DD
(212,215,221)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324756 color. Also use rgb(50,71,86) instead hex code.

Text Font Color

.myTextColor { color: #324756; }

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

This text font color is #324756.


Background Color

.myBgColor { background-color: #324756; }

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

This div background color is #324756.


Border color

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

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

This div border color is #324756.


Opacity

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

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

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

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

This text has shadow with #324756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324756 on black background.


Color preview on white background

This text has color #324756 on white background.



Black color preview on #324756 background

This text has black color on #324756 background.


White color preview on #324756 background

This text has white color on #324756 background.