COLOR #325A34

HEX: #325A34 RGB: (50,90,52)

Color info

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

RGB color model

#325A34 color RGB value is (50,90,52).

RGB: (50,90,52) (20%, 35%, 20%)

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 52 of 255 = 20%

50
90
52

R + G + B ~ 25%. #325A34 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 90 + 52 = 192 (100%)
R 50 of 192 ~ 26.04%
G 90 of 192 ~ 46.88%
B 52 of 192 ~ 27.08'%

%26.04
%46.88
%27.08

CMYK color model

#325A34 color CMYK value is (44,0,42,65).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 42.22%
  • key color value is 64.71%

CMYK: (44,0,42,65)
C44M0Y42K65 (44%, 0%, 42%, 65%)
(0.44 / 0.00 / 0.42 / 0.65)

CMYK percentages

%44.44
%0
%42.22
%64.71

Codes

Color #325A34 in popluar color models

32 5A 34
RGB 50 90 52
HSL 123° 28.57% 27.45%
HSB/HSV 123° 44.44% 35.29%
CMYK 44.44% 0.00% 42.22%
64.71%

Color #325A34 in popluar number systems.

HEX 32 5A 34
Decimal 50 90 52
Binary 110010 1011010 110100
Octal 62 132 64

Shades and tints

Shades of #325A34

#325A34
(50,90,52)
#2E5230
(46,82,48)
#2A4A2C
(42,74,44)
#264228
(38,66,40)
#223A24
(34,58,36)
#1E3220
(30,50,32)
#1A2A1C
(26,42,28)
#162218
(22,34,24)
#121A14
(18,26,20)
#0E1210
(14,18,16)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #325A34

#325A34
(50,90,52)
#446946
(68,105,70)
#567858
(86,120,88)
#68876A
(104,135,106)
#7A967C
(122,150,124)
#8CA58E
(140,165,142)
#9EB4A0
(158,180,160)
#B0C3B2
(176,195,178)
#C2D2C4
(194,210,196)
#D4E1D6
(212,225,214)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325A34 color. Also use rgb(50,90,52) instead hex code.

Text Font Color

.myTextColor { color: #325A34; }

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

This text font color is #325A34.

Background Color

.myBgColor { background-color: #325A34; }

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

This div background color is #325A34.

Border color

.myBorderColor { border: 1px solid #325A34; }

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

This div border color is #325A34.

Opacity

.myOpacity80 { color: #325A34; opacity: 0.8; }

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

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

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

This text has shadow with #325A34 color.


.textShadow {text-shadow: 3px 3px 1px #325A34', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #325A34; -webkit-box-shadow: 1px 1px 3px 2px #325A34; box-shadow:1px 1px 3px 2px #325A34;">
Div content here
</div>

This div box has shadow with color #325A34.

Preview

Color preview on black background

This text has color #325A34 on black background.


Color preview on white background

This text has color #325A34 on white background.


Black color preview on #325A34 background

This text has black color on #325A34 background.


White color preview on #325A34 background

This text has white color on #325A34 background.


Related colors

Complementary color

Complementary color for #hex is #CDA5CB.


I love getcolorcode.com

Triadic colors

1 #34325A and #5A3432 with #325A34 are triadic colors.

2 #345A32 and #5A3234 with #325A34 are triadic colors.