COLOR #532835

HEX: #532835
RGB: (83,40,53)

Color info

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

RGB color model

#532835 color RGB value is (83,40,53).

  • red value is 83;
  • green value is 40;
  • blue value is 53.
RGB:
(83,40,53)
(33%,16%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 40 of 255 = 16%
B 53 of 255 = 21%

83
40
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 40 + 53 = 176 (100%)
R 83 of 176 ~ 47.16%
G 40 of 176 ~ 22.73%
B 53 of 176 ~ 30.11%

%47.16
%22.73
%30.11

CMYK color model

#532835 color CMYK value is (0,52,36,67).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(0,52,36,67)
C0M52Y36K67 
(0%,52%,36%,67%)
(0.00/0.52/0.36/0.67)	

CMYK percentages

%0
%51.81
%36.14
%67.45

Codes

Color #532835 in popluar color models

532835
RGB834053
HSL342°34.96%24.12%
HSB/HSV342°51.81%32.55%
CMYK0.00%51.81%36.14%
67.45%

Color #532835 in popluar number systems.

HEX532835
Decimal834053
Binary1010011101000110101
Octal1235065

Shades and tints

Shades of #532835

#532835
(83,40,53)
#4C2531
(76,37,49)
#45222D
(69,34,45)
#3E1F29
(62,31,41)
#371C25
(55,28,37)
#301921
(48,25,33)
#29161D
(41,22,29)
#221319
(34,19,25)
#1B1015
(27,16,21)
#140D11
(20,13,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #532835

#532835
(83,40,53)
#623B47
(98,59,71)
#714E59
(113,78,89)
#80616B
(128,97,107)
#8F747D
(143,116,125)
#9E878F
(158,135,143)
#AD9AA1
(173,154,161)
#BCADB3
(188,173,179)
#CBC0C5
(203,192,197)
#DAD3D7
(218,211,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532835 color. Also use rgb(83,40,53) instead hex code.

Text Font Color

.myTextColor { color: #532835; }

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

This text font color is #532835.


Background Color

.myBgColor { background-color: #532835; }

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

This div background color is #532835.


Border color

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

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

This div border color is #532835.


Opacity

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

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

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

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

This text has shadow with #532835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532835 on black background.


Color preview on white background

This text has color #532835 on white background.



Black color preview on #532835 background

This text has black color on #532835 background.


White color preview on #532835 background

This text has white color on #532835 background.