COLOR #321825

HEX: #321825
RGB: (50,24,37)

Color info

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

RGB color model

#321825 color RGB value is (50,24,37).

  • red value is 50;
  • green value is 24;
  • blue value is 37.
RGB:
(50,24,37)
(20%,9%,15%)

RGB channels and saturation

R 50 of 255 = 20%
G 24 of 255 = 9%
B 37 of 255 = 15%

50
24
37

R + G + B ~ 15%. #321825 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 24 + 37 = 111 (100%)
R 50 of 111 ~ 45.05%
G 24 of 111 ~ 21.62%
B 37 of 111 ~ 33.33%

%45.05
%21.62
%33.33

CMYK color model

#321825 color CMYK value is (0,52,26,80).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 26.00%
  • key color value is 80.39%
CMYK:
(0,52,26,80)
C0M52Y26K80 
(0%,52%,26%,80%)
(0.00/0.52/0.26/0.80)	

CMYK percentages

%0
%52
%26
%80.39

Codes

Color #321825 in popluar color models

321825
RGB502437
HSL330°35.14%14.51%
HSB/HSV330°52.00%19.61%
CMYK0.00%52.00%26.00%
80.39%

Color #321825 in popluar number systems.

HEX321825
Decimal502437
Binary11001011000100101
Octal623045

Shades and tints

Shades of #321825

#321825
(50,24,37)
#2E1622
(46,22,34)
#2A141F
(42,20,31)
#26121C
(38,18,28)
#221019
(34,16,25)
#1E0E16
(30,14,22)
#1A0C13
(26,12,19)
#160A10
(22,10,16)
#12080D
(18,8,13)
#0E060A
(14,6,10)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #321825

#321825
(50,24,37)
#442D38
(68,45,56)
#56424B
(86,66,75)
#68575E
(104,87,94)
#7A6C71
(122,108,113)
#8C8184
(140,129,132)
#9E9697
(158,150,151)
#B0ABAA
(176,171,170)
#C2C0BD
(194,192,189)
#D4D5D0
(212,213,208)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321825 color. Also use rgb(50,24,37) instead hex code.

Text Font Color

.myTextColor { color: #321825; }

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

This text font color is #321825.


Background Color

.myBgColor { background-color: #321825; }

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

This div background color is #321825.


Border color

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

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

This div border color is #321825.


Opacity

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

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

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

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

This text has shadow with #321825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321825 on black background.


Color preview on white background

This text has color #321825 on white background.



Black color preview on #321825 background

This text has black color on #321825 background.


White color preview on #321825 background

This text has white color on #321825 background.