COLOR #523744

HEX: #523744
RGB: (82,55,68)

Color info

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

RGB color model

#523744 color RGB value is (82,55,68).

  • red value is 82;
  • green value is 55;
  • blue value is 68.
RGB:
(82,55,68)
(32%,22%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 68 of 255 = 27%

82
55
68

R + G + B ~ 27%. #523744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 68 = 205 (100%)
R 82 of 205 ~ 40%
G 55 of 205 ~ 26.83%
B 68 of 205 ~ 33.17%

%40
%26.83
%33.17

CMYK color model

#523744 color CMYK value is (0,33,17,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 17.07%
  • key color value is 67.84%
CMYK:
(0,33,17,68)
C0M33Y17K68 
(0%,33%,17%,68%)
(0.00/0.33/0.17/0.68)	

CMYK percentages

%0
%32.93
%17.07
%67.84

Codes

Color #523744 in popluar color models

523744
RGB825568
HSL331°19.71%26.86%
HSB/HSV331°32.93%32.16%
CMYK0.00%32.93%17.07%
67.84%

Color #523744 in popluar number systems.

HEX523744
Decimal825568
Binary10100101101111000100
Octal12267104

Shades and tints

Shades of #523744

#523744
(82,55,68)
#4B323E
(75,50,62)
#442D38
(68,45,56)
#3D2832
(61,40,50)
#36232C
(54,35,44)
#2F1E26
(47,30,38)
#281920
(40,25,32)
#21141A
(33,20,26)
#1A0F14
(26,15,20)
#130A0E
(19,10,14)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #523744

#523744
(82,55,68)
#614955
(97,73,85)
#705B66
(112,91,102)
#7F6D77
(127,109,119)
#8E7F88
(142,127,136)
#9D9199
(157,145,153)
#ACA3AA
(172,163,170)
#BBB5BB
(187,181,187)
#CAC7CC
(202,199,204)
#D9D9DD
(217,217,221)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523744 color. Also use rgb(82,55,68) instead hex code.

Text Font Color

.myTextColor { color: #523744; }

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

This text font color is #523744.


Background Color

.myBgColor { background-color: #523744; }

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

This div background color is #523744.


Border color

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

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

This div border color is #523744.


Opacity

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

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

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

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

This text has shadow with #523744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523744 on black background.


Color preview on white background

This text has color #523744 on white background.



Black color preview on #523744 background

This text has black color on #523744 background.


White color preview on #523744 background

This text has white color on #523744 background.