COLOR #523634

HEX: #523634
RGB: (82,54,52)

Color info

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

RGB color model

#523634 color RGB value is (82,54,52).

  • red value is 82;
  • green value is 54;
  • blue value is 52.
RGB:
(82,54,52)
(32%,21%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 54 of 255 = 21%
B 52 of 255 = 20%

82
54
52

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

Portions of RGB colors in percentages

R + G + B =
82 + 54 + 52 = 188 (100%)
R 82 of 188 ~ 43.62%
G 54 of 188 ~ 28.72%
B 52 of 188 ~ 27.66%

%43.62
%28.72
%27.66

CMYK color model

#523634 color CMYK value is (0,34,37,68).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 36.59%
  • key color value is 67.84%
CMYK:
(0,34,37,68)
C0M34Y37K68 
(0%,34%,37%,68%)
(0.00/0.34/0.37/0.68)	

CMYK percentages

%0
%34.15
%36.59
%67.84

Codes

Color #523634 in popluar color models

523634
RGB825452
HSL22.39%26.27%
HSB/HSV36.59%32.16%
CMYK0.00%34.15%36.59%
67.84%

Color #523634 in popluar number systems.

HEX523634
Decimal825452
Binary1010010110110110100
Octal1226664

Shades and tints

Shades of #523634

#523634
(82,54,52)
#4B3230
(75,50,48)
#442E2C
(68,46,44)
#3D2A28
(61,42,40)
#362624
(54,38,36)
#2F2220
(47,34,32)
#281E1C
(40,30,28)
#211A18
(33,26,24)
#1A1614
(26,22,20)
#131210
(19,18,16)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #523634

#523634
(82,54,52)
#614846
(97,72,70)
#705A58
(112,90,88)
#7F6C6A
(127,108,106)
#8E7E7C
(142,126,124)
#9D908E
(157,144,142)
#ACA2A0
(172,162,160)
#BBB4B2
(187,180,178)
#CAC6C4
(202,198,196)
#D9D8D6
(217,216,214)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523634 color. Also use rgb(82,54,52) instead hex code.

Text Font Color

.myTextColor { color: #523634; }

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

This text font color is #523634.


Background Color

.myBgColor { background-color: #523634; }

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

This div background color is #523634.


Border color

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

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

This div border color is #523634.


Opacity

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

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

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

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

This text has shadow with #523634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523634 on black background.


Color preview on white background

This text has color #523634 on white background.



Black color preview on #523634 background

This text has black color on #523634 background.


White color preview on #523634 background

This text has white color on #523634 background.