COLOR #323525

HEX: #323525
RGB: (50,53,37)

Color info

#323525 contains red, green and blue colors in about the same proportion. Web safe color of #323525 is #333333 (or #333).

RGB color model

#323525 color RGB value is (50,53,37).

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

RGB channels and saturation

R 50 of 255 = 20%
G 53 of 255 = 21%
B 37 of 255 = 15%

50
53
37

R + G + B ~ 19%. #323525 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 53 + 37 = 140 (100%)
R 50 of 140 ~ 35.71%
G 53 of 140 ~ 37.86%
B 37 of 140 ~ 26.43%

%35.71
%37.86
%26.43

CMYK color model

#323525 color CMYK value is (6,0,30,79).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 79.22%
CMYK:
(6,0,30,79)
C6M0Y30K79 
(6%,0%,30%,79%)
(0.06/0.00/0.30/0.79)	

CMYK percentages

%5.66
%0
%30.19
%79.22

Codes

Color #323525 in popluar color models

323525
RGB505337
HSL71°17.78%17.65%
HSB/HSV71°30.19%20.78%
CMYK5.66%0.00%30.19%
79.22%

Color #323525 in popluar number systems.

HEX323525
Decimal505337
Binary110010110101100101
Octal626545

Shades and tints

Shades of #323525

#323525
(50,53,37)
#2E3122
(46,49,34)
#2A2D1F
(42,45,31)
#26291C
(38,41,28)
#222519
(34,37,25)
#1E2116
(30,33,22)
#1A1D13
(26,29,19)
#161910
(22,25,16)
#12150D
(18,21,13)
#0E110A
(14,17,10)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #323525

#323525
(50,53,37)
#444738
(68,71,56)
#56594B
(86,89,75)
#686B5E
(104,107,94)
#7A7D71
(122,125,113)
#8C8F84
(140,143,132)
#9EA197
(158,161,151)
#B0B3AA
(176,179,170)
#C2C5BD
(194,197,189)
#D4D7D0
(212,215,208)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323525; }

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

This text font color is #323525.


Background Color

.myBgColor { background-color: #323525; }

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

This div background color is #323525.


Border color

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

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

This div border color is #323525.


Opacity

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

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

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

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

This text has shadow with #323525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323525 on black background.


Color preview on white background

This text has color #323525 on white background.



Black color preview on #323525 background

This text has black color on #323525 background.


White color preview on #323525 background

This text has white color on #323525 background.