COLOR #325823

HEX: #325823
RGB: (50,88,35)

Color info

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

RGB color model

#325823 color RGB value is (50,88,35).

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

RGB channels and saturation

R 50 of 255 = 20%
G 88 of 255 = 35%
B 35 of 255 = 14%

50
88
35

R + G + B ~ 23%. #325823 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 88 + 35 = 173 (100%)
R 50 of 173 ~ 28.9%
G 88 of 173 ~ 50.87%
B 35 of 173 ~ 20.23%

%28.9
%50.87
%20.23

CMYK color model

#325823 color CMYK value is (43,0,60,65).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 60.23%
  • key color value is 65.49%
CMYK:
(43,0,60,65)
C43M0Y60K65 
(43%,0%,60%,65%)
(0.43/0.00/0.60/0.65)	

CMYK percentages

%43.18
%0
%60.23
%65.49

Codes

Color #325823 in popluar color models

325823
RGB508835
HSL103°43.09%24.12%
HSB/HSV103°60.23%34.51%
CMYK43.18%0.00%60.23%
65.49%

Color #325823 in popluar number systems.

HEX325823
Decimal508835
Binary1100101011000100011
Octal6213043

Shades and tints

Shades of #325823

#325823
(50,88,35)
#2E5020
(46,80,32)
#2A481D
(42,72,29)
#26401A
(38,64,26)
#223817
(34,56,23)
#1E3014
(30,48,20)
#1A2811
(26,40,17)
#16200E
(22,32,14)
#12180B
(18,24,11)
#0E1008
(14,16,8)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #325823

#325823
(50,88,35)
#446737
(68,103,55)
#56764B
(86,118,75)
#68855F
(104,133,95)
#7A9473
(122,148,115)
#8CA387
(140,163,135)
#9EB29B
(158,178,155)
#B0C1AF
(176,193,175)
#C2D0C3
(194,208,195)
#D4DFD7
(212,223,215)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325823; }

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

This text font color is #325823.


Background Color

.myBgColor { background-color: #325823; }

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

This div background color is #325823.


Border color

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

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

This div border color is #325823.


Opacity

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

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

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

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

This text has shadow with #325823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325823 on black background.


Color preview on white background

This text has color #325823 on white background.



Black color preview on #325823 background

This text has black color on #325823 background.


White color preview on #325823 background

This text has white color on #325823 background.