COLOR #326757

HEX: #326757
RGB: (50,103,87)

Color info

#326757 contains red, green and blue colors in about the same proportion. Web safe color of #326757 is #336666 (or #366).

RGB color model

#326757 color RGB value is (50,103,87).

  • red value is 50;
  • green value is 103;
  • blue value is 87.
RGB:
(50,103,87)
(20%,40%,34%)

RGB channels and saturation

R 50 of 255 = 20%
G 103 of 255 = 40%
B 87 of 255 = 34%

50
103
87

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

Portions of RGB colors in percentages

R + G + B =
50 + 103 + 87 = 240 (100%)
R 50 of 240 ~ 20.83%
G 103 of 240 ~ 42.92%
B 87 of 240 ~ 36.25%

%20.83
%42.92
%36.25

CMYK color model

#326757 color CMYK value is (51,0,16,60).

  • cyan value is 51.46%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(51,0,16,60)
C51M0Y16K60 
(51%,0%,16%,60%)
(0.51/0.00/0.16/0.60)	

CMYK percentages

%51.46
%0
%15.53
%59.61

Codes

Color #326757 in popluar color models

326757
RGB5010387
HSL162°34.64%30.00%
HSB/HSV162°51.46%40.39%
CMYK51.46%0.00%15.53%
59.61%

Color #326757 in popluar number systems.

HEX326757
Decimal5010387
Binary11001011001111010111
Octal62147127

Shades and tints

Shades of #326757

#326757
(50,103,87)
#2E5E50
(46,94,80)
#2A5549
(42,85,73)
#264C42
(38,76,66)
#22433B
(34,67,59)
#1E3A34
(30,58,52)
#1A312D
(26,49,45)
#162826
(22,40,38)
#121F1F
(18,31,31)
#0E1618
(14,22,24)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #326757

#326757
(50,103,87)
#447466
(68,116,102)
#568175
(86,129,117)
#688E84
(104,142,132)
#7A9B93
(122,155,147)
#8CA8A2
(140,168,162)
#9EB5B1
(158,181,177)
#B0C2C0
(176,194,192)
#C2CFCF
(194,207,207)
#D4DCDE
(212,220,222)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326757 color. Also use rgb(50,103,87) instead hex code.

Text Font Color

.myTextColor { color: #326757; }

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

This text font color is #326757.


Background Color

.myBgColor { background-color: #326757; }

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

This div background color is #326757.


Border color

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

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

This div border color is #326757.


Opacity

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

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

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

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

This text has shadow with #326757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326757 on black background.


Color preview on white background

This text has color #326757 on white background.



Black color preview on #326757 background

This text has black color on #326757 background.


White color preview on #326757 background

This text has white color on #326757 background.