COLOR #326A4D

HEX: #326A4D
RGB: (50,106,77)

Color info

#326A4D contains red, green and blue colors in about the same proportion. Web safe color of #326A4D is #336633 (or #363).

RGB color model

#326A4D color RGB value is (50,106,77).

  • red value is 50;
  • green value is 106;
  • blue value is 77.
RGB:
(50,106,77)
(20%,42%,30%)

RGB channels and saturation

R 50 of 255 = 20%
G 106 of 255 = 42%
B 77 of 255 = 30%

50
106
77

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

Portions of RGB colors in percentages

R + G + B =
50 + 106 + 77 = 233 (100%)
R 50 of 233 ~ 21.46%
G 106 of 233 ~ 45.49%
B 77 of 233 ~ 33.05%

%21.46
%45.49
%33.05

CMYK color model

#326A4D color CMYK value is (53,0,27,58).

  • cyan value is 52.83%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(53,0,27,58)
C53M0Y27K58 
(53%,0%,27%,58%)
(0.53/0.00/0.27/0.58)	

CMYK percentages

%52.83
%0
%27.36
%58.43

Codes

Color #326A4D in popluar color models

326A4D
RGB5010677
HSL149°35.90%30.59%
HSB/HSV149°52.83%41.57%
CMYK52.83%0.00%27.36%
58.43%

Color #326A4D in popluar number systems.

HEX326A4D
Decimal5010677
Binary11001011010101001101
Octal62152115

Shades and tints

Shades of #326A4D

#326A4D
(50,106,77)
#2E6146
(46,97,70)
#2A583F
(42,88,63)
#264F38
(38,79,56)
#224631
(34,70,49)
#1E3D2A
(30,61,42)
#1A3423
(26,52,35)
#162B1C
(22,43,28)
#122215
(18,34,21)
#0E190E
(14,25,14)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #326A4D

#326A4D
(50,106,77)
#44775D
(68,119,93)
#56846D
(86,132,109)
#68917D
(104,145,125)
#7A9E8D
(122,158,141)
#8CAB9D
(140,171,157)
#9EB8AD
(158,184,173)
#B0C5BD
(176,197,189)
#C2D2CD
(194,210,205)
#D4DFDD
(212,223,221)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326A4D color. Also use rgb(50,106,77) instead hex code.

Text Font Color

.myTextColor { color: #326A4D; }

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

This text font color is #326A4D.


Background Color

.myBgColor { background-color: #326A4D; }

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

This div background color is #326A4D.


Border color

.myBorderColor { border: 1px solid #326A4D; }

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

This div border color is #326A4D.


Opacity

.myOpacity80 { color: #326A4D; opacity: 0.8; }

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

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

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

This text has shadow with #326A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326A4D on black background.


Color preview on white background

This text has color #326A4D on white background.



Black color preview on #326A4D background

This text has black color on #326A4D background.


White color preview on #326A4D background

This text has white color on #326A4D background.