COLOR #321935

HEX: #321935
RGB: (50,25,53)

Color info

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

RGB color model

#321935 color RGB value is (50,25,53).

  • red value is 50;
  • green value is 25;
  • blue value is 53.
RGB:
(50,25,53)
(20%,10%,21%)

RGB channels and saturation

R 50 of 255 = 20%
G 25 of 255 = 10%
B 53 of 255 = 21%

50
25
53

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

Portions of RGB colors in percentages

R + G + B =
50 + 25 + 53 = 128 (100%)
R 50 of 128 ~ 39.06%
G 25 of 128 ~ 19.53%
B 53 of 128 ~ 41.41%

%39.06
%19.53
%41.41

CMYK color model

#321935 color CMYK value is (6,53,0,79).

  • cyan value is 5.66%
  • magenta value is 52.83%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(6,53,0,79)
C6M53Y0K79 
(6%,53%,0%,79%)
(0.06/0.53/0.00/0.79)	

CMYK percentages

%5.66
%52.83
%0
%79.22

Codes

Color #321935 in popluar color models

321935
RGB502553
HSL294°35.90%15.29%
HSB/HSV294°52.83%20.78%
CMYK5.66%52.83%0.00%
79.22%

Color #321935 in popluar number systems.

HEX321935
Decimal502553
Binary11001011001110101
Octal623165

Shades and tints

Shades of #321935

#321935
(50,25,53)
#2E1731
(46,23,49)
#2A152D
(42,21,45)
#261329
(38,19,41)
#221125
(34,17,37)
#1E0F21
(30,15,33)
#1A0D1D
(26,13,29)
#160B19
(22,11,25)
#120915
(18,9,21)
#0E0711
(14,7,17)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #321935

#321935
(50,25,53)
#442D47
(68,45,71)
#564159
(86,65,89)
#68556B
(104,85,107)
#7A697D
(122,105,125)
#8C7D8F
(140,125,143)
#9E91A1
(158,145,161)
#B0A5B3
(176,165,179)
#C2B9C5
(194,185,197)
#D4CDD7
(212,205,215)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321935 color. Also use rgb(50,25,53) instead hex code.

Text Font Color

.myTextColor { color: #321935; }

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

This text font color is #321935.


Background Color

.myBgColor { background-color: #321935; }

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

This div background color is #321935.


Border color

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

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

This div border color is #321935.


Opacity

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

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

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

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

This text has shadow with #321935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321935 on black background.


Color preview on white background

This text has color #321935 on white background.



Black color preview on #321935 background

This text has black color on #321935 background.


White color preview on #321935 background

This text has white color on #321935 background.