COLOR #321504

HEX: #321504
RGB: (50,21,4)

Color info

#321504 contains red, green and blue colors in about the same proportion. Web safe color of #321504 is #330000 (or #300).

RGB color model

#321504 color RGB value is (50,21,4).

  • red value is 50;
  • green value is 21;
  • blue value is 4.
RGB:
(50,21,4)
(20%,8%,2%)

RGB channels and saturation

R 50 of 255 = 20%
G 21 of 255 = 8%
B 4 of 255 = 2%

50
21
4

R + G + B ~ 10%. #321504 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 21 + 4 = 75 (100%)
R 50 of 75 ~ 66.67%
G 21 of 75 ~ 28%
B 4 of 75 ~ 5.33%

%66.67
%28

CMYK color model

#321504 color CMYK value is (0,58,92,80).

  • cyan value is 0.00%
  • magenta value is 58.00%
  • yellow value is 92.00%
  • key color value is 80.39%
CMYK:
(0,58,92,80)
C0M58Y92K80 
(0%,58%,92%,80%)
(0.00/0.58/0.92/0.80)	

CMYK percentages

%0
%58
%92
%80.39

Codes

Color #321504 in popluar color models

321504
RGB50214
HSL22°85.19%10.59%
HSB/HSV22°92.00%19.61%
CMYK0.00%58.00%92.00%
80.39%

Color #321504 in popluar number systems.

HEX321504
Decimal50214
Binary11001010101100
Octal62254

Shades and tints

Shades of #321504

#321504
(50,21,4)
#2E1404
(46,20,4)
#2A1304
(42,19,4)
#261204
(38,18,4)
#221104
(34,17,4)
#1E1004
(30,16,4)
#1A0F04
(26,15,4)
#160E04
(22,14,4)
#120D04
(18,13,4)
#0E0C04
(14,12,4)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #321504

#321504
(50,21,4)
#442A1A
(68,42,26)
#563F30
(86,63,48)
#685446
(104,84,70)
#7A695C
(122,105,92)
#8C7E72
(140,126,114)
#9E9388
(158,147,136)
#B0A89E
(176,168,158)
#C2BDB4
(194,189,180)
#D4D2CA
(212,210,202)
#E6E7E0
(230,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321504 color. Also use rgb(50,21,4) instead hex code.

Text Font Color

.myTextColor { color: #321504; }

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

This text font color is #321504.


Background Color

.myBgColor { background-color: #321504; }

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

This div background color is #321504.


Border color

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

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

This div border color is #321504.


Opacity

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

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

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

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

This text has shadow with #321504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321504 on black background.


Color preview on white background

This text has color #321504 on white background.



Black color preview on #321504 background

This text has black color on #321504 background.


White color preview on #321504 background

This text has white color on #321504 background.