COLOR #523035

HEX: #523035
RGB: (82,48,53)

Color info

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

RGB color model

#523035 color RGB value is (82,48,53).

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

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 53 of 255 = 21%

82
48
53

R + G + B ~ 24%. #523035 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 53 = 183 (100%)
R 82 of 183 ~ 44.81%
G 48 of 183 ~ 26.23%
B 53 of 183 ~ 28.96%

%44.81
%26.23
%28.96

CMYK color model

#523035 color CMYK value is (0,41,35,68).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,41,35,68)
C0M41Y35K68 
(0%,41%,35%,68%)
(0.00/0.41/0.35/0.68)	

CMYK percentages

%0
%41.46
%35.37
%67.84

Codes

Color #523035 in popluar color models

523035
RGB824853
HSL351°26.15%25.49%
HSB/HSV351°41.46%32.16%
CMYK0.00%41.46%35.37%
67.84%

Color #523035 in popluar number systems.

HEX523035
Decimal824853
Binary1010010110000110101
Octal1226065

Shades and tints

Shades of #523035

#523035
(82,48,53)
#4B2C31
(75,44,49)
#44282D
(68,40,45)
#3D2429
(61,36,41)
#362025
(54,32,37)
#2F1C21
(47,28,33)
#28181D
(40,24,29)
#211419
(33,20,25)
#1A1015
(26,16,21)
#130C11
(19,12,17)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #523035

#523035
(82,48,53)
#614247
(97,66,71)
#705459
(112,84,89)
#7F666B
(127,102,107)
#8E787D
(142,120,125)
#9D8A8F
(157,138,143)
#AC9CA1
(172,156,161)
#BBAEB3
(187,174,179)
#CAC0C5
(202,192,197)
#D9D2D7
(217,210,215)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523035; }

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

This text font color is #523035.


Background Color

.myBgColor { background-color: #523035; }

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

This div background color is #523035.


Border color

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

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

This div border color is #523035.


Opacity

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

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

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

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

This text has shadow with #523035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523035 on black background.


Color preview on white background

This text has color #523035 on white background.



Black color preview on #523035 background

This text has black color on #523035 background.


White color preview on #523035 background

This text has white color on #523035 background.