COLOR #532325

HEX: #532325
RGB: (83,35,37)

Color info

#532325 contains red, green and blue colors in about the same proportion. Web safe color of #532325 is #663333 (or #633).

RGB color model

#532325 color RGB value is (83,35,37).

  • red value is 83;
  • green value is 35;
  • blue value is 37.
RGB:
(83,35,37)
(33%,14%,15%)

RGB channels and saturation

R 83 of 255 = 33%
G 35 of 255 = 14%
B 37 of 255 = 15%

83
35
37

R + G + B ~ 21%. #532325 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 35 + 37 = 155 (100%)
R 83 of 155 ~ 53.55%
G 35 of 155 ~ 22.58%
B 37 of 155 ~ 23.87%

%53.55
%22.58
%23.87

CMYK color model

#532325 color CMYK value is (0,58,55,67).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 55.42%
  • key color value is 67.45%
CMYK:
(0,58,55,67)
C0M58Y55K67 
(0%,58%,55%,67%)
(0.00/0.58/0.55/0.67)	

CMYK percentages

%0
%57.83
%55.42
%67.45

Codes

Color #532325 in popluar color models

532325
RGB833537
HSL358°40.68%23.14%
HSB/HSV358°57.83%32.55%
CMYK0.00%57.83%55.42%
67.45%

Color #532325 in popluar number systems.

HEX532325
Decimal833537
Binary1010011100011100101
Octal1234345

Shades and tints

Shades of #532325

#532325
(83,35,37)
#4C2022
(76,32,34)
#451D1F
(69,29,31)
#3E1A1C
(62,26,28)
#371719
(55,23,25)
#301416
(48,20,22)
#291113
(41,17,19)
#220E10
(34,14,16)
#1B0B0D
(27,11,13)
#14080A
(20,8,10)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #532325

#532325
(83,35,37)
#623738
(98,55,56)
#714B4B
(113,75,75)
#805F5E
(128,95,94)
#8F7371
(143,115,113)
#9E8784
(158,135,132)
#AD9B97
(173,155,151)
#BCAFAA
(188,175,170)
#CBC3BD
(203,195,189)
#DAD7D0
(218,215,208)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532325 color. Also use rgb(83,35,37) instead hex code.

Text Font Color

.myTextColor { color: #532325; }

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

This text font color is #532325.


Background Color

.myBgColor { background-color: #532325; }

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

This div background color is #532325.


Border color

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

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

This div border color is #532325.


Opacity

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

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

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

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

This text has shadow with #532325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532325 on black background.


Color preview on white background

This text has color #532325 on white background.



Black color preview on #532325 background

This text has black color on #532325 background.


White color preview on #532325 background

This text has white color on #532325 background.