COLOR #325835

HEX: #325835
RGB: (50,88,53)

Color info

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

RGB color model

#325835 color RGB value is (50,88,53).

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

RGB channels and saturation

R 50 of 255 = 20%
G 88 of 255 = 35%
B 53 of 255 = 21%

50
88
53

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

Portions of RGB colors in percentages

R + G + B =
50 + 88 + 53 = 191 (100%)
R 50 of 191 ~ 26.18%
G 88 of 191 ~ 46.07%
B 53 of 191 ~ 27.75%

%26.18
%46.07
%27.75

CMYK color model

#325835 color CMYK value is (43,0,40,65).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 65.49%
CMYK:
(43,0,40,65)
C43M0Y40K65 
(43%,0%,40%,65%)
(0.43/0.00/0.40/0.65)	

CMYK percentages

%43.18
%0
%39.77
%65.49

Codes

Color #325835 in popluar color models

325835
RGB508853
HSL125°27.54%27.06%
HSB/HSV125°43.18%34.51%
CMYK43.18%0.00%39.77%
65.49%

Color #325835 in popluar number systems.

HEX325835
Decimal508853
Binary1100101011000110101
Octal6213065

Shades and tints

Shades of #325835

#325835
(50,88,53)
#2E5031
(46,80,49)
#2A482D
(42,72,45)
#264029
(38,64,41)
#223825
(34,56,37)
#1E3021
(30,48,33)
#1A281D
(26,40,29)
#162019
(22,32,25)
#121815
(18,24,21)
#0E1011
(14,16,17)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #325835

#325835
(50,88,53)
#446747
(68,103,71)
#567659
(86,118,89)
#68856B
(104,133,107)
#7A947D
(122,148,125)
#8CA38F
(140,163,143)
#9EB2A1
(158,178,161)
#B0C1B3
(176,193,179)
#C2D0C5
(194,208,197)
#D4DFD7
(212,223,215)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325835; }

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

This text font color is #325835.


Background Color

.myBgColor { background-color: #325835; }

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

This div background color is #325835.


Border color

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

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

This div border color is #325835.


Opacity

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

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

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

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

This text has shadow with #325835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325835 on black background.


Color preview on white background

This text has color #325835 on white background.



Black color preview on #325835 background

This text has black color on #325835 background.


White color preview on #325835 background

This text has white color on #325835 background.