COLOR #321A37

HEX: #321A37 RGB: (50,26,55)

Color info

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

RGB color model

#321A37 color RGB value is (50,26,55).

RGB: (50,26,55) (20%, 10%, 22%)

RGB channels and saturation

R 50 of 255 = 20%
G 26 of 255 = 10%
B 55 of 255 = 22%

50
26
55

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

Portions of RGB colors in percentages

R + G + B = 50 + 26 + 55 = 131 (100%)
R 50 of 131 ~ 38.17%
G 26 of 131 ~ 19.85%
B 55 of 131 ~ 41.98'%

%38.17
%19.85
%41.98

CMYK color model

#321A37 color CMYK value is (9,53,0,78).

  • cyan value is 9.09%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (9,53,0,78)
C9M53Y0K78 (9%, 53%, 0%, 78%)
(0.09 / 0.53 / 0.00 / 0.78)

CMYK percentages

%9.09
%52.73
%0
%78.43

Codes

Color #321A37 in popluar color models

32 1A 37
RGB 50 26 55
HSL 290° 35.80% 15.88%
HSB/HSV 290° 52.73% 21.57%
CMYK 9.09% 52.73% 0.00%
78.43%

Color #321A37 in popluar number systems.

HEX 32 1A 37
Decimal 50 26 55
Binary 110010 11010 110111
Octal 62 32 67

Shades and tints

Shades of #321A37

#321A37
(50,26,55)
#2E1832
(46,24,50)
#2A162D
(42,22,45)
#261428
(38,20,40)
#221223
(34,18,35)
#1E101E
(30,16,30)
#1A0E19
(26,14,25)
#160C14
(22,12,20)
#120A0F
(18,10,15)
#0E080A
(14,8,10)
#0A0605
(10,6,5)
#000000
(0,0,0)

Tints of #321A37

#321A37
(50,26,55)
#442E49
(68,46,73)
#56425B
(86,66,91)
#68566D
(104,86,109)
#7A6A7F
(122,106,127)
#8C7E91
(140,126,145)
#9E92A3
(158,146,163)
#B0A6B5
(176,166,181)
#C2BAC7
(194,186,199)
#D4CED9
(212,206,217)
#E6E2EB
(230,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321A37 color. Also use rgb(50,26,55) instead hex code.

Text Font Color

.myTextColor { color: #321A37; }

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

This text font color is #321A37.

Background Color

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

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

This div background color is #321A37.

Border color

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

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

This div border color is #321A37.

Opacity

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

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

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

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

This text has shadow with #321A37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321A37.

Preview

Color preview on black background

This text has color #321A37 on black background.


Color preview on white background

This text has color #321A37 on white background.


Black color preview on #321A37 background

This text has black color on #321A37 background.


White color preview on #321A37 background

This text has white color on #321A37 background.


Related colors

Complementary color

Complementary color for #hex is #CDE5C8.


I love getcolorcode.com

Triadic colors

1 #37321A and #1A3732 with #321A37 are triadic colors.

2 #371A32 and #1A3237 with #321A37 are triadic colors.