COLOR #323B2E

HEX: #323B2E RGB: (50,59,46)

Color info

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

RGB color model

#323B2E color RGB value is (50,59,46).

RGB: (50,59,46) (20%, 23%, 18%)

RGB channels and saturation

R 50 of 255 = 20%
G 59 of 255 = 23%
B 46 of 255 = 18%

50
59
46

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

Portions of RGB colors in percentages

R + G + B = 50 + 59 + 46 = 155 (100%)
R 50 of 155 ~ 32.26%
G 59 of 155 ~ 38.06%
B 46 of 155 ~ 29.68'%

%32.26
%38.06
%29.68

CMYK color model

#323B2E color CMYK value is (15,0,22,77).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 76.86%

CMYK: (15,0,22,77)
C15M0Y22K77 (15%, 0%, 22%, 77%)
(0.15 / 0.00 / 0.22 / 0.77)

CMYK percentages

%15.25
%0
%22.03
%76.86

Codes

Color #323B2E in popluar color models

32 3B 2E
RGB 50 59 46
HSL 102° 12.38% 20.59%
HSB/HSV 102° 22.03% 23.14%
CMYK 15.25% 0.00% 22.03%
76.86%

Color #323B2E in popluar number systems.

HEX 32 3B 2E
Decimal 50 59 46
Binary 110010 111011 101110
Octal 62 73 56

Shades and tints

Shades of #323B2E

#323B2E
(50,59,46)
#2E362A
(46,54,42)
#2A3126
(42,49,38)
#262C22
(38,44,34)
#22271E
(34,39,30)
#1E221A
(30,34,26)
#1A1D16
(26,29,22)
#161812
(22,24,18)
#12130E
(18,19,14)
#0E0E0A
(14,14,10)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #323B2E

#323B2E
(50,59,46)
#444C41
(68,76,65)
#565D54
(86,93,84)
#686E67
(104,110,103)
#7A7F7A
(122,127,122)
#8C908D
(140,144,141)
#9EA1A0
(158,161,160)
#B0B2B3
(176,178,179)
#C2C3C6
(194,195,198)
#D4D4D9
(212,212,217)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323B2E color. Also use rgb(50,59,46) instead hex code.

Text Font Color

.myTextColor { color: #323B2E; }

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

This text font color is #323B2E.

Background Color

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

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

This div background color is #323B2E.

Border color

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

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

This div border color is #323B2E.

Opacity

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

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

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

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

This text has shadow with #323B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323B2E.

Preview

Color preview on black background

This text has color #323B2E on black background.


Color preview on white background

This text has color #323B2E on white background.


Black color preview on #323B2E background

This text has black color on #323B2E background.


White color preview on #323B2E background

This text has white color on #323B2E background.


Related colors

Complementary color

Complementary color for #hex is #CDC4D1.


I love getcolorcode.com

Triadic colors

1 #2E323B and #3B2E32 with #323B2E are triadic colors.

2 #2E3B32 and #3B322E with #323B2E are triadic colors.