COLOR #323825

HEX: #323825
RGB: (50,56,37)

Color info

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

RGB color model

#323825 color RGB value is (50,56,37).

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

RGB channels and saturation

R 50 of 255 = 20%
G 56 of 255 = 22%
B 37 of 255 = 15%

50
56
37

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

Portions of RGB colors in percentages

R + G + B =
50 + 56 + 37 = 143 (100%)
R 50 of 143 ~ 34.97%
G 56 of 143 ~ 39.16%
B 37 of 143 ~ 25.87%

%34.97
%39.16
%25.87

CMYK color model

#323825 color CMYK value is (11,0,34,78).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 78.04%
CMYK:
(11,0,34,78)
C11M0Y34K78 
(11%,0%,34%,78%)
(0.11/0.00/0.34/0.78)	

CMYK percentages

%10.71
%0
%33.93
%78.04

Codes

Color #323825 in popluar color models

323825
RGB505637
HSL79°20.43%18.24%
HSB/HSV79°33.93%21.96%
CMYK10.71%0.00%33.93%
78.04%

Color #323825 in popluar number systems.

HEX323825
Decimal505637
Binary110010111000100101
Octal627045

Shades and tints

Shades of #323825

#323825
(50,56,37)
#2E3322
(46,51,34)
#2A2E1F
(42,46,31)
#26291C
(38,41,28)
#222419
(34,36,25)
#1E1F16
(30,31,22)
#1A1A13
(26,26,19)
#161510
(22,21,16)
#12100D
(18,16,13)
#0E0B0A
(14,11,10)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #323825

#323825
(50,56,37)
#444A38
(68,74,56)
#565C4B
(86,92,75)
#686E5E
(104,110,94)
#7A8071
(122,128,113)
#8C9284
(140,146,132)
#9EA497
(158,164,151)
#B0B6AA
(176,182,170)
#C2C8BD
(194,200,189)
#D4DAD0
(212,218,208)
#E6ECE3
(230,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323825; }

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

This text font color is #323825.


Background Color

.myBgColor { background-color: #323825; }

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

This div background color is #323825.


Border color

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

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

This div border color is #323825.


Opacity

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

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

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

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

This text has shadow with #323825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323825 on black background.


Color preview on white background

This text has color #323825 on white background.



Black color preview on #323825 background

This text has black color on #323825 background.


White color preview on #323825 background

This text has white color on #323825 background.