COLOR #326A4A

HEX: #326A4A
RGB: (50,106,74)

Color info

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

RGB color model

#326A4A color RGB value is (50,106,74).

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

RGB channels and saturation

R 50 of 255 = 20%
G 106 of 255 = 42%
B 74 of 255 = 29%

50
106
74

R + G + B ~ 30%. #326A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 106 + 74 = 230 (100%)
R 50 of 230 ~ 21.74%
G 106 of 230 ~ 46.09%
B 74 of 230 ~ 32.17%

%21.74
%46.09
%32.17

CMYK color model

#326A4A color CMYK value is (53,0,30,58).

  • cyan value is 52.83%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 58.43%
CMYK:
(53,0,30,58)
C53M0Y30K58 
(53%,0%,30%,58%)
(0.53/0.00/0.30/0.58)	

CMYK percentages

%52.83
%0
%30.19
%58.43

Codes

Color #326A4A in popluar color models

326A4A
RGB5010674
HSL146°35.90%30.59%
HSB/HSV146°52.83%41.57%
CMYK52.83%0.00%30.19%
58.43%

Color #326A4A in popluar number systems.

HEX326A4A
Decimal5010674
Binary11001011010101001010
Octal62152112

Shades and tints

Shades of #326A4A

#326A4A
(50,106,74)
#2E6144
(46,97,68)
#2A583E
(42,88,62)
#264F38
(38,79,56)
#224632
(34,70,50)
#1E3D2C
(30,61,44)
#1A3426
(26,52,38)
#162B20
(22,43,32)
#12221A
(18,34,26)
#0E1914
(14,25,20)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #326A4A

#326A4A
(50,106,74)
#44775A
(68,119,90)
#56846A
(86,132,106)
#68917A
(104,145,122)
#7A9E8A
(122,158,138)
#8CAB9A
(140,171,154)
#9EB8AA
(158,184,170)
#B0C5BA
(176,197,186)
#C2D2CA
(194,210,202)
#D4DFDA
(212,223,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326A4A; }

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

This text font color is #326A4A.


Background Color

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

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

This div background color is #326A4A.


Border color

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

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

This div border color is #326A4A.


Opacity

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

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

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

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

This text has shadow with #326A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326A4A on black background.


Color preview on white background

This text has color #326A4A on white background.



Black color preview on #326A4A background

This text has black color on #326A4A background.


White color preview on #326A4A background

This text has white color on #326A4A background.