COLOR #532637

HEX: #532637
RGB: (83,38,55)

Color info

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

RGB color model

#532637 color RGB value is (83,38,55).

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

RGB channels and saturation

R 83 of 255 = 33%
G 38 of 255 = 15%
B 55 of 255 = 22%

83
38
55

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

Portions of RGB colors in percentages

R + G + B =
83 + 38 + 55 = 176 (100%)
R 83 of 176 ~ 47.16%
G 38 of 176 ~ 21.59%
B 55 of 176 ~ 31.25%

%47.16
%21.59
%31.25

CMYK color model

#532637 color CMYK value is (0,54,34,67).

  • cyan value is 0.00%
  • magenta value is 54.22%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(0,54,34,67)
C0M54Y34K67 
(0%,54%,34%,67%)
(0.00/0.54/0.34/0.67)	

CMYK percentages

%0
%54.22
%33.73
%67.45

Codes

Color #532637 in popluar color models

532637
RGB833855
HSL337°37.19%23.73%
HSB/HSV337°54.22%32.55%
CMYK0.00%54.22%33.73%
67.45%

Color #532637 in popluar number systems.

HEX532637
Decimal833855
Binary1010011100110110111
Octal1234667

Shades and tints

Shades of #532637

#532637
(83,38,55)
#4C2332
(76,35,50)
#45202D
(69,32,45)
#3E1D28
(62,29,40)
#371A23
(55,26,35)
#30171E
(48,23,30)
#291419
(41,20,25)
#221114
(34,17,20)
#1B0E0F
(27,14,15)
#140B0A
(20,11,10)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #532637

#532637
(83,38,55)
#623949
(98,57,73)
#714C5B
(113,76,91)
#805F6D
(128,95,109)
#8F727F
(143,114,127)
#9E8591
(158,133,145)
#AD98A3
(173,152,163)
#BCABB5
(188,171,181)
#CBBEC7
(203,190,199)
#DAD1D9
(218,209,217)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532637; }

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

This text font color is #532637.


Background Color

.myBgColor { background-color: #532637; }

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

This div background color is #532637.


Border color

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

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

This div border color is #532637.


Opacity

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

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

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

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

This text has shadow with #532637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532637 on black background.


Color preview on white background

This text has color #532637 on white background.



Black color preview on #532637 background

This text has black color on #532637 background.


White color preview on #532637 background

This text has white color on #532637 background.