COLOR #321343

HEX: #321343
RGB: (50,19,67)

Color info

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

RGB color model

#321343 color RGB value is (50,19,67).

  • red value is 50;
  • green value is 19;
  • blue value is 67.
RGB:
(50,19,67)
(20%,7%,26%)

RGB channels and saturation

R 50 of 255 = 20%
G 19 of 255 = 7%
B 67 of 255 = 26%

50
19
67

R + G + B ~ 18%. #321343 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 19 + 67 = 136 (100%)
R 50 of 136 ~ 36.76%
G 19 of 136 ~ 13.97%
B 67 of 136 ~ 49.26%

%36.76
%13.97
%49.26

CMYK color model

#321343 color CMYK value is (25,72,0,74).

  • cyan value is 25.37%
  • magenta value is 71.64%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(25,72,0,74)
C25M72Y0K74 
(25%,72%,0%,74%)
(0.25/0.72/0.00/0.74)	

CMYK percentages

%25.37
%71.64
%0
%73.73

Codes

Color #321343 in popluar color models

321343
RGB501967
HSL279°55.81%16.86%
HSB/HSV279°71.64%26.27%
CMYK25.37%71.64%0.00%
73.73%

Color #321343 in popluar number systems.

HEX321343
Decimal501967
Binary110010100111000011
Octal6223103

Shades and tints

Shades of #321343

#321343
(50,19,67)
#2E123D
(46,18,61)
#2A1137
(42,17,55)
#261031
(38,16,49)
#220F2B
(34,15,43)
#1E0E25
(30,14,37)
#1A0D1F
(26,13,31)
#160C19
(22,12,25)
#120B13
(18,11,19)
#0E0A0D
(14,10,13)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #321343

#321343
(50,19,67)
#442854
(68,40,84)
#563D65
(86,61,101)
#685276
(104,82,118)
#7A6787
(122,103,135)
#8C7C98
(140,124,152)
#9E91A9
(158,145,169)
#B0A6BA
(176,166,186)
#C2BBCB
(194,187,203)
#D4D0DC
(212,208,220)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321343 color. Also use rgb(50,19,67) instead hex code.

Text Font Color

.myTextColor { color: #321343; }

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

This text font color is #321343.


Background Color

.myBgColor { background-color: #321343; }

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

This div background color is #321343.


Border color

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

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

This div border color is #321343.


Opacity

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

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

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

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

This text has shadow with #321343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321343 on black background.


Color preview on white background

This text has color #321343 on white background.



Black color preview on #321343 background

This text has black color on #321343 background.


White color preview on #321343 background

This text has white color on #321343 background.