COLOR #321736

HEX: #321736
RGB: (50,23,54)

Color info

#321736 contains red, green and blue colors in about the same proportion. Web safe color of #321736 is #330033 (or #303).

RGB color model

#321736 color RGB value is (50,23,54).

  • red value is 50;
  • green value is 23;
  • blue value is 54.
RGB:
(50,23,54)
(20%,9%,21%)

RGB channels and saturation

R 50 of 255 = 20%
G 23 of 255 = 9%
B 54 of 255 = 21%

50
23
54

R + G + B ~ 17%. #321736 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 23 + 54 = 127 (100%)
R 50 of 127 ~ 39.37%
G 23 of 127 ~ 18.11%
B 54 of 127 ~ 42.52%

%39.37
%18.11
%42.52

CMYK color model

#321736 color CMYK value is (7,57,0,79).

  • cyan value is 7.41%
  • magenta value is 57.41%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(7,57,0,79)
C7M57Y0K79 
(7%,57%,0%,79%)
(0.07/0.57/0.00/0.79)	

CMYK percentages

%7.41
%57.41
%0
%78.82

Codes

Color #321736 in popluar color models

321736
RGB502354
HSL292°40.26%15.10%
HSB/HSV292°57.41%21.18%
CMYK7.41%57.41%0.00%
78.82%

Color #321736 in popluar number systems.

HEX321736
Decimal502354
Binary11001010111110110
Octal622766

Shades and tints

Shades of #321736

#321736
(50,23,54)
#2E1532
(46,21,50)
#2A132E
(42,19,46)
#26112A
(38,17,42)
#220F26
(34,15,38)
#1E0D22
(30,13,34)
#1A0B1E
(26,11,30)
#16091A
(22,9,26)
#120716
(18,7,22)
#0E0512
(14,5,18)
#0A030E
(10,3,14)
#000000
(0,0,0)

Tints of #321736

#321736
(50,23,54)
#442C48
(68,44,72)
#56415A
(86,65,90)
#68566C
(104,86,108)
#7A6B7E
(122,107,126)
#8C8090
(140,128,144)
#9E95A2
(158,149,162)
#B0AAB4
(176,170,180)
#C2BFC6
(194,191,198)
#D4D4D8
(212,212,216)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321736 color. Also use rgb(50,23,54) instead hex code.

Text Font Color

.myTextColor { color: #321736; }

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

This text font color is #321736.


Background Color

.myBgColor { background-color: #321736; }

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

This div background color is #321736.


Border color

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

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

This div border color is #321736.


Opacity

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

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

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

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

This text has shadow with #321736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321736 on black background.


Color preview on white background

This text has color #321736 on white background.



Black color preview on #321736 background

This text has black color on #321736 background.


White color preview on #321736 background

This text has white color on #321736 background.