COLOR #321438

HEX: #321438
RGB: (50,20,56)

Color info

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

RGB color model

#321438 color RGB value is (50,20,56).

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

RGB channels and saturation

R 50 of 255 = 20%
G 20 of 255 = 8%
B 56 of 255 = 22%

50
20
56

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

Portions of RGB colors in percentages

R + G + B =
50 + 20 + 56 = 126 (100%)
R 50 of 126 ~ 39.68%
G 20 of 126 ~ 15.87%
B 56 of 126 ~ 44.44%

%39.68
%15.87
%44.44

CMYK color model

#321438 color CMYK value is (11,64,0,78).

  • cyan value is 10.71%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(11,64,0,78)
C11M64Y0K78 
(11%,64%,0%,78%)
(0.11/0.64/0.00/0.78)	

CMYK percentages

%10.71
%64.29
%0
%78.04

Codes

Color #321438 in popluar color models

321438
RGB502056
HSL290°47.37%14.90%
HSB/HSV290°64.29%21.96%
CMYK10.71%64.29%0.00%
78.04%

Color #321438 in popluar number systems.

HEX321438
Decimal502056
Binary11001010100111000
Octal622470

Shades and tints

Shades of #321438

#321438
(50,20,56)
#2E1333
(46,19,51)
#2A122E
(42,18,46)
#261129
(38,17,41)
#221024
(34,16,36)
#1E0F1F
(30,15,31)
#1A0E1A
(26,14,26)
#160D15
(22,13,21)
#120C10
(18,12,16)
#0E0B0B
(14,11,11)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #321438

#321438
(50,20,56)
#44294A
(68,41,74)
#563E5C
(86,62,92)
#68536E
(104,83,110)
#7A6880
(122,104,128)
#8C7D92
(140,125,146)
#9E92A4
(158,146,164)
#B0A7B6
(176,167,182)
#C2BCC8
(194,188,200)
#D4D1DA
(212,209,218)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321438; }

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

This text font color is #321438.


Background Color

.myBgColor { background-color: #321438; }

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

This div background color is #321438.


Border color

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

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

This div border color is #321438.


Opacity

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

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

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

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

This text has shadow with #321438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321438 on black background.


Color preview on white background

This text has color #321438 on white background.



Black color preview on #321438 background

This text has black color on #321438 background.


White color preview on #321438 background

This text has white color on #321438 background.