COLOR #532337

HEX: #532337
RGB: (83,35,55)

Color info

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

RGB color model

#532337 color RGB value is (83,35,55).

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

RGB channels and saturation

R 83 of 255 = 33%
G 35 of 255 = 14%
B 55 of 255 = 22%

83
35
55

R + G + B ~ 23%. #532337 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 35 + 55 = 173 (100%)
R 83 of 173 ~ 47.98%
G 35 of 173 ~ 20.23%
B 55 of 173 ~ 31.79%

%47.98
%20.23
%31.79

CMYK color model

#532337 color CMYK value is (0,58,34,67).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(0,58,34,67)
C0M58Y34K67 
(0%,58%,34%,67%)
(0.00/0.58/0.34/0.67)	

CMYK percentages

%0
%57.83
%33.73
%67.45

Codes

Color #532337 in popluar color models

532337
RGB833555
HSL335°40.68%23.14%
HSB/HSV335°57.83%32.55%
CMYK0.00%57.83%33.73%
67.45%

Color #532337 in popluar number systems.

HEX532337
Decimal833555
Binary1010011100011110111
Octal1234367

Shades and tints

Shades of #532337

#532337
(83,35,55)
#4C2032
(76,32,50)
#451D2D
(69,29,45)
#3E1A28
(62,26,40)
#371723
(55,23,35)
#30141E
(48,20,30)
#291119
(41,17,25)
#220E14
(34,14,20)
#1B0B0F
(27,11,15)
#14080A
(20,8,10)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #532337

#532337
(83,35,55)
#623749
(98,55,73)
#714B5B
(113,75,91)
#805F6D
(128,95,109)
#8F737F
(143,115,127)
#9E8791
(158,135,145)
#AD9BA3
(173,155,163)
#BCAFB5
(188,175,181)
#CBC3C7
(203,195,199)
#DAD7D9
(218,215,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532337; }

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

This text font color is #532337.


Background Color

.myBgColor { background-color: #532337; }

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

This div background color is #532337.


Border color

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

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

This div border color is #532337.


Opacity

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

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

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

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

This text has shadow with #532337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532337 on black background.


Color preview on white background

This text has color #532337 on white background.



Black color preview on #532337 background

This text has black color on #532337 background.


White color preview on #532337 background

This text has white color on #532337 background.