COLOR #321E38

HEX: #321E38
RGB: (50,30,56)

Color info

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

RGB color model

#321E38 color RGB value is (50,30,56).

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

RGB channels and saturation

R 50 of 255 = 20%
G 30 of 255 = 12%
B 56 of 255 = 22%

50
30
56

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

Portions of RGB colors in percentages

R + G + B =
50 + 30 + 56 = 136 (100%)
R 50 of 136 ~ 36.76%
G 30 of 136 ~ 22.06%
B 56 of 136 ~ 41.18%

%36.76
%22.06
%41.18

CMYK color model

#321E38 color CMYK value is (11,46,0,78).

  • cyan value is 10.71%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(11,46,0,78)
C11M46Y0K78 
(11%,46%,0%,78%)
(0.11/0.46/0.00/0.78)	

CMYK percentages

%10.71
%46.43
%0
%78.04

Codes

Color #321E38 in popluar color models

321E38
RGB503056
HSL286°30.23%16.86%
HSB/HSV286°46.43%21.96%
CMYK10.71%46.43%0.00%
78.04%

Color #321E38 in popluar number systems.

HEX321E38
Decimal503056
Binary11001011110111000
Octal623670

Shades and tints

Shades of #321E38

#321E38
(50,30,56)
#2E1C33
(46,28,51)
#2A1A2E
(42,26,46)
#261829
(38,24,41)
#221624
(34,22,36)
#1E141F
(30,20,31)
#1A121A
(26,18,26)
#161015
(22,16,21)
#120E10
(18,14,16)
#0E0C0B
(14,12,11)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #321E38

#321E38
(50,30,56)
#44324A
(68,50,74)
#56465C
(86,70,92)
#685A6E
(104,90,110)
#7A6E80
(122,110,128)
#8C8292
(140,130,146)
#9E96A4
(158,150,164)
#B0AAB6
(176,170,182)
#C2BEC8
(194,190,200)
#D4D2DA
(212,210,218)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321E38; }

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

This text font color is #321E38.


Background Color

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

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

This div background color is #321E38.


Border color

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

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

This div border color is #321E38.


Opacity

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

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

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

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

This text has shadow with #321E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321E38 on black background.


Color preview on white background

This text has color #321E38 on white background.



Black color preview on #321E38 background

This text has black color on #321E38 background.


White color preview on #321E38 background

This text has white color on #321E38 background.