COLOR #325837

HEX: #325837
RGB: (50,88,55)

Color info

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

RGB color model

#325837 color RGB value is (50,88,55).

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

RGB channels and saturation

R 50 of 255 = 20%
G 88 of 255 = 35%
B 55 of 255 = 22%

50
88
55

R + G + B ~ 26%. #325837 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 88 + 55 = 193 (100%)
R 50 of 193 ~ 25.91%
G 88 of 193 ~ 45.6%
B 55 of 193 ~ 28.5%

%25.91
%45.6
%28.5

CMYK color model

#325837 color CMYK value is (43,0,38,65).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 65.49%
CMYK: (43,0,38,65) C43M0Y38K65 (43%,0%,38%,65%) (0.43/0.00/0.38/0.65)

CMYK percentages

%43.18
%0
%37.5
%65.49

Codes

Color #325837 in popluar color models

325837
RGB508855
HSL128°27.54%27.06%
HSB/HSV128°43.18%34.51%
CMYK43.18%0.00%37.50%
65.49%

Color #325837 in popluar number systems.

HEX325837
Decimal508855
Binary1100101011000110111
Octal6213067

Shades and tints

Shades of #325837

#325837
(50,88,55)
#2E5032
(46,80,50)
#2A482D
(42,72,45)
#264028
(38,64,40)
#223823
(34,56,35)
#1E301E
(30,48,30)
#1A2819
(26,40,25)
#162014
(22,32,20)
#12180F
(18,24,15)
#0E100A
(14,16,10)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #325837

#325837
(50,88,55)
#446749
(68,103,73)
#56765B
(86,118,91)
#68856D
(104,133,109)
#7A947F
(122,148,127)
#8CA391
(140,163,145)
#9EB2A3
(158,178,163)
#B0C1B5
(176,193,181)
#C2D0C7
(194,208,199)
#D4DFD9
(212,223,217)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325837; }

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

This text font color is #325837.


Background Color

.myBgColor { background-color: #325837; }

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

This div background color is #325837.


Border color

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

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

This div border color is #325837.


Opacity

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

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

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

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

This text has shadow with #325837 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #325837 on black background.


Color preview on white background

This text has color #325837 on white background.



Black color preview on #325837 background

This text has black color on #325837 background.


White color preview on #325837 background

This text has white color on #325837 background.