COLOR #323A2D

HEX: #323A2D
RGB: (50,58,45)

Color info

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

RGB color model

#323A2D color RGB value is (50,58,45).

  • red value is 50;
  • green value is 58;
  • blue value is 45.
RGB:
(50,58,45)
(20%,23%,18%)

RGB channels and saturation

R 50 of 255 = 20%
G 58 of 255 = 23%
B 45 of 255 = 18%

50
58
45

R + G + B ~ 20%. #323A2D is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 58 + 45 = 153 (100%)
R 50 of 153 ~ 32.68%
G 58 of 153 ~ 37.91%
B 45 of 153 ~ 29.41%

%32.68
%37.91
%29.41

CMYK color model

#323A2D color CMYK value is (14,0,22,77).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 77.25%
CMYK:
(14,0,22,77)
C14M0Y22K77 
(14%,0%,22%,77%)
(0.14/0.00/0.22/0.77)	

CMYK percentages

%13.79
%0
%22.41
%77.25

Codes

Color #323A2D in popluar color models

323A2D
RGB505845
HSL97°12.62%20.20%
HSB/HSV97°22.41%22.75%
CMYK13.79%0.00%22.41%
77.25%

Color #323A2D in popluar number systems.

HEX323A2D
Decimal505845
Binary110010111010101101
Octal627255

Shades and tints

Shades of #323A2D

#323A2D
(50,58,45)
#2E3529
(46,53,41)
#2A3025
(42,48,37)
#262B21
(38,43,33)
#22261D
(34,38,29)
#1E2119
(30,33,25)
#1A1C15
(26,28,21)
#161711
(22,23,17)
#12120D
(18,18,13)
#0E0D09
(14,13,9)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #323A2D

#323A2D
(50,58,45)
#444B40
(68,75,64)
#565C53
(86,92,83)
#686D66
(104,109,102)
#7A7E79
(122,126,121)
#8C8F8C
(140,143,140)
#9EA09F
(158,160,159)
#B0B1B2
(176,177,178)
#C2C2C5
(194,194,197)
#D4D3D8
(212,211,216)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323A2D color. Also use rgb(50,58,45) instead hex code.

Text Font Color

.myTextColor { color: #323A2D; }

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

This text font color is #323A2D.


Background Color

.myBgColor { background-color: #323A2D; }

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

This div background color is #323A2D.


Border color

.myBorderColor { border: 1px solid #323A2D; }

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

This div border color is #323A2D.


Opacity

.myOpacity80 { color: #323A2D; opacity: 0.8; }

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

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

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

This text has shadow with #323A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323A2D on black background.


Color preview on white background

This text has color #323A2D on white background.



Black color preview on #323A2D background

This text has black color on #323A2D background.


White color preview on #323A2D background

This text has white color on #323A2D background.