COLOR #523835

HEX: #523835
RGB: (82,56,53)

Color info

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

RGB color model

#523835 color RGB value is (82,56,53).

  • red value is 82;
  • green value is 56;
  • blue value is 53.
RGB:
(82,56,53)
(32%,22%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 56 of 255 = 22%
B 53 of 255 = 21%

82
56
53

R + G + B ~ 25%. #523835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 56 + 53 = 191 (100%)
R 82 of 191 ~ 42.93%
G 56 of 191 ~ 29.32%
B 53 of 191 ~ 27.75%

%42.93
%29.32
%27.75

CMYK color model

#523835 color CMYK value is (0,32,35,68).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,32,35,68)
C0M32Y35K68 
(0%,32%,35%,68%)
(0.00/0.32/0.35/0.68)	

CMYK percentages

%0
%31.71
%35.37
%67.84

Codes

Color #523835 in popluar color models

523835
RGB825653
HSL21.48%26.47%
HSB/HSV35.37%32.16%
CMYK0.00%31.71%35.37%
67.84%

Color #523835 in popluar number systems.

HEX523835
Decimal825653
Binary1010010111000110101
Octal1227065

Shades and tints

Shades of #523835

#523835
(82,56,53)
#4B3331
(75,51,49)
#442E2D
(68,46,45)
#3D2929
(61,41,41)
#362425
(54,36,37)
#2F1F21
(47,31,33)
#281A1D
(40,26,29)
#211519
(33,21,25)
#1A1015
(26,16,21)
#130B11
(19,11,17)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #523835

#523835
(82,56,53)
#614A47
(97,74,71)
#705C59
(112,92,89)
#7F6E6B
(127,110,107)
#8E807D
(142,128,125)
#9D928F
(157,146,143)
#ACA4A1
(172,164,161)
#BBB6B3
(187,182,179)
#CAC8C5
(202,200,197)
#D9DAD7
(217,218,215)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523835 color. Also use rgb(82,56,53) instead hex code.

Text Font Color

.myTextColor { color: #523835; }

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

This text font color is #523835.


Background Color

.myBgColor { background-color: #523835; }

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

This div background color is #523835.


Border color

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

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

This div border color is #523835.


Opacity

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

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

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

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

This text has shadow with #523835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523835 on black background.


Color preview on white background

This text has color #523835 on white background.



Black color preview on #523835 background

This text has black color on #523835 background.


White color preview on #523835 background

This text has white color on #523835 background.