COLOR #325831

HEX: #325831
RGB: (50,88,49)

Color info

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

RGB color model

#325831 color RGB value is (50,88,49).

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

RGB channels and saturation

R 50 of 255 = 20%
G 88 of 255 = 35%
B 49 of 255 = 19%

50
88
49

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

Portions of RGB colors in percentages

R + G + B =
50 + 88 + 49 = 187 (100%)
R 50 of 187 ~ 26.74%
G 88 of 187 ~ 47.06%
B 49 of 187 ~ 26.2%

%26.74
%47.06
%26.2

CMYK color model

#325831 color CMYK value is (43,0,44,65).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(43,0,44,65)
C43M0Y44K65 
(43%,0%,44%,65%)
(0.43/0.00/0.44/0.65)	

CMYK percentages

%43.18
%0
%44.32
%65.49

Codes

Color #325831 in popluar color models

325831
RGB508849
HSL118°28.47%26.86%
HSB/HSV118°44.32%34.51%
CMYK43.18%0.00%44.32%
65.49%

Color #325831 in popluar number systems.

HEX325831
Decimal508849
Binary1100101011000110001
Octal6213061

Shades and tints

Shades of #325831

#325831
(50,88,49)
#2E502D
(46,80,45)
#2A4829
(42,72,41)
#264025
(38,64,37)
#223821
(34,56,33)
#1E301D
(30,48,29)
#1A2819
(26,40,25)
#162015
(22,32,21)
#121811
(18,24,17)
#0E100D
(14,16,13)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #325831

#325831
(50,88,49)
#446743
(68,103,67)
#567655
(86,118,85)
#688567
(104,133,103)
#7A9479
(122,148,121)
#8CA38B
(140,163,139)
#9EB29D
(158,178,157)
#B0C1AF
(176,193,175)
#C2D0C1
(194,208,193)
#D4DFD3
(212,223,211)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325831; }

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

This text font color is #325831.


Background Color

.myBgColor { background-color: #325831; }

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

This div background color is #325831.


Border color

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

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

This div border color is #325831.


Opacity

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

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

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

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

This text has shadow with #325831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325831 on black background.


Color preview on white background

This text has color #325831 on white background.



Black color preview on #325831 background

This text has black color on #325831 background.


White color preview on #325831 background

This text has white color on #325831 background.