COLOR #325537

HEX: #325537
RGB: (50,85,55)

Color info

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

RGB color model

#325537 color RGB value is (50,85,55).

  • red value is 50;
  • green value is 85;
  • blue value is 55.
RGB:
(50,85,55)
(20%,33%,22%)

RGB channels and saturation

R 50 of 255 = 20%
G 85 of 255 = 33%
B 55 of 255 = 22%

50
85
55

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

Portions of RGB colors in percentages

R + G + B =
50 + 85 + 55 = 190 (100%)
R 50 of 190 ~ 26.32%
G 85 of 190 ~ 44.74%
B 55 of 190 ~ 28.95%

%26.32
%44.74
%28.95

CMYK color model

#325537 color CMYK value is (41,0,35,67).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(41,0,35,67)
C41M0Y35K67 
(41%,0%,35%,67%)
(0.41/0.00/0.35/0.67)	

CMYK percentages

%41.18
%0
%35.29
%66.67

Codes

Color #325537 in popluar color models

325537
RGB508555
HSL129°25.93%26.47%
HSB/HSV129°41.18%33.33%
CMYK41.18%0.00%35.29%
66.67%

Color #325537 in popluar number systems.

HEX325537
Decimal508555
Binary1100101010101110111
Octal6212567

Shades and tints

Shades of #325537

#325537
(50,85,55)
#2E4E32
(46,78,50)
#2A472D
(42,71,45)
#264028
(38,64,40)
#223923
(34,57,35)
#1E321E
(30,50,30)
#1A2B19
(26,43,25)
#162414
(22,36,20)
#121D0F
(18,29,15)
#0E160A
(14,22,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #325537

#325537
(50,85,55)
#446449
(68,100,73)
#56735B
(86,115,91)
#68826D
(104,130,109)
#7A917F
(122,145,127)
#8CA091
(140,160,145)
#9EAFA3
(158,175,163)
#B0BEB5
(176,190,181)
#C2CDC7
(194,205,199)
#D4DCD9
(212,220,217)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325537 color. Also use rgb(50,85,55) instead hex code.

Text Font Color

.myTextColor { color: #325537; }

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

This text font color is #325537.


Background Color

.myBgColor { background-color: #325537; }

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

This div background color is #325537.


Border color

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

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

This div border color is #325537.


Opacity

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

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

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

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

This text has shadow with #325537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325537 on black background.


Color preview on white background

This text has color #325537 on white background.



Black color preview on #325537 background

This text has black color on #325537 background.


White color preview on #325537 background

This text has white color on #325537 background.