COLOR #325946

HEX: #325946
RGB: (50,89,70)

Color info

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

RGB color model

#325946 color RGB value is (50,89,70).

  • red value is 50;
  • green value is 89;
  • blue value is 70.
RGB:
(50,89,70)
(20%,35%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 89 of 255 = 35%
B 70 of 255 = 27%

50
89
70

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

Portions of RGB colors in percentages

R + G + B =
50 + 89 + 70 = 209 (100%)
R 50 of 209 ~ 23.92%
G 89 of 209 ~ 42.58%
B 70 of 209 ~ 33.49%

%23.92
%42.58
%33.49

CMYK color model

#325946 color CMYK value is (44,0,21,65).

  • cyan value is 43.82%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(44,0,21,65)
C44M0Y21K65 
(44%,0%,21%,65%)
(0.44/0.00/0.21/0.65)	

CMYK percentages

%43.82
%0
%21.35
%65.1

Codes

Color #325946 in popluar color models

325946
RGB508970
HSL151°28.06%27.25%
HSB/HSV151°43.82%34.90%
CMYK43.82%0.00%21.35%
65.10%

Color #325946 in popluar number systems.

HEX325946
Decimal508970
Binary11001010110011000110
Octal62131106

Shades and tints

Shades of #325946

#325946
(50,89,70)
#2E5140
(46,81,64)
#2A493A
(42,73,58)
#264134
(38,65,52)
#22392E
(34,57,46)
#1E3128
(30,49,40)
#1A2922
(26,41,34)
#16211C
(22,33,28)
#121916
(18,25,22)
#0E1110
(14,17,16)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #325946

#325946
(50,89,70)
#446856
(68,104,86)
#567766
(86,119,102)
#688676
(104,134,118)
#7A9586
(122,149,134)
#8CA496
(140,164,150)
#9EB3A6
(158,179,166)
#B0C2B6
(176,194,182)
#C2D1C6
(194,209,198)
#D4E0D6
(212,224,214)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325946 color. Also use rgb(50,89,70) instead hex code.

Text Font Color

.myTextColor { color: #325946; }

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

This text font color is #325946.


Background Color

.myBgColor { background-color: #325946; }

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

This div background color is #325946.


Border color

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

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

This div border color is #325946.


Opacity

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

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

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

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

This text has shadow with #325946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325946 on black background.


Color preview on white background

This text has color #325946 on white background.



Black color preview on #325946 background

This text has black color on #325946 background.


White color preview on #325946 background

This text has white color on #325946 background.