COLOR #321E3F

HEX: #321E3F
RGB: (50,30,63)

Color info

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

RGB color model

#321E3F color RGB value is (50,30,63).

  • red value is 50;
  • green value is 30;
  • blue value is 63.
RGB:
(50,30,63)
(20%,12%,25%)

RGB channels and saturation

R 50 of 255 = 20%
G 30 of 255 = 12%
B 63 of 255 = 25%

50
30
63

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

Portions of RGB colors in percentages

R + G + B =
50 + 30 + 63 = 143 (100%)
R 50 of 143 ~ 34.97%
G 30 of 143 ~ 20.98%
B 63 of 143 ~ 44.06%

%34.97
%20.98
%44.06

CMYK color model

#321E3F color CMYK value is (21,52,0,75).

  • cyan value is 20.63%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(21,52,0,75)
C21M52Y0K75 
(21%,52%,0%,75%)
(0.21/0.52/0.00/0.75)	

CMYK percentages

%20.63
%52.38
%0
%75.29

Codes

Color #321E3F in popluar color models

321E3F
RGB503063
HSL276°35.48%18.24%
HSB/HSV276°52.38%24.71%
CMYK20.63%52.38%0.00%
75.29%

Color #321E3F in popluar number systems.

HEX321E3F
Decimal503063
Binary11001011110111111
Octal623677

Shades and tints

Shades of #321E3F

#321E3F
(50,30,63)
#2E1C3A
(46,28,58)
#2A1A35
(42,26,53)
#261830
(38,24,48)
#22162B
(34,22,43)
#1E1426
(30,20,38)
#1A1221
(26,18,33)
#16101C
(22,16,28)
#120E17
(18,14,23)
#0E0C12
(14,12,18)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #321E3F

#321E3F
(50,30,63)
#443250
(68,50,80)
#564661
(86,70,97)
#685A72
(104,90,114)
#7A6E83
(122,110,131)
#8C8294
(140,130,148)
#9E96A5
(158,150,165)
#B0AAB6
(176,170,182)
#C2BEC7
(194,190,199)
#D4D2D8
(212,210,216)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321E3F color. Also use rgb(50,30,63) instead hex code.

Text Font Color

.myTextColor { color: #321E3F; }

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

This text font color is #321E3F.


Background Color

.myBgColor { background-color: #321E3F; }

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

This div background color is #321E3F.


Border color

.myBorderColor { border: 1px solid #321E3F; }

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

This div border color is #321E3F.


Opacity

.myOpacity80 { color: #321E3F; opacity: 0.8; }

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

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

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

This text has shadow with #321E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321E3F on black background.


Color preview on white background

This text has color #321E3F on white background.



Black color preview on #321E3F background

This text has black color on #321E3F background.


White color preview on #321E3F background

This text has white color on #321E3F background.