COLOR #523738

HEX: #523738
RGB: (82,55,56)

Color info

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

RGB color model

#523738 color RGB value is (82,55,56).

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

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 56 of 255 = 22%

82
55
56

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

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 56 = 193 (100%)
R 82 of 193 ~ 42.49%
G 55 of 193 ~ 28.5%
B 56 of 193 ~ 29.02%

%42.49
%28.5
%29.02

CMYK color model

#523738 color CMYK value is (0,33,32,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 31.71%
  • key color value is 67.84%
CMYK:
(0,33,32,68)
C0M33Y32K68 
(0%,33%,32%,68%)
(0.00/0.33/0.32/0.68)	

CMYK percentages

%0
%32.93
%31.71
%67.84

Codes

Color #523738 in popluar color models

523738
RGB825556
HSL358°19.71%26.86%
HSB/HSV358°32.93%32.16%
CMYK0.00%32.93%31.71%
67.84%

Color #523738 in popluar number systems.

HEX523738
Decimal825556
Binary1010010110111111000
Octal1226770

Shades and tints

Shades of #523738

#523738
(82,55,56)
#4B3233
(75,50,51)
#442D2E
(68,45,46)
#3D2829
(61,40,41)
#362324
(54,35,36)
#2F1E1F
(47,30,31)
#28191A
(40,25,26)
#211415
(33,20,21)
#1A0F10
(26,15,16)
#130A0B
(19,10,11)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #523738

#523738
(82,55,56)
#61494A
(97,73,74)
#705B5C
(112,91,92)
#7F6D6E
(127,109,110)
#8E7F80
(142,127,128)
#9D9192
(157,145,146)
#ACA3A4
(172,163,164)
#BBB5B6
(187,181,182)
#CAC7C8
(202,199,200)
#D9D9DA
(217,217,218)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523738; }

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

This text font color is #523738.


Background Color

.myBgColor { background-color: #523738; }

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

This div background color is #523738.


Border color

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

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

This div border color is #523738.


Opacity

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

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

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

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

This text has shadow with #523738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523738 on black background.


Color preview on white background

This text has color #523738 on white background.



Black color preview on #523738 background

This text has black color on #523738 background.


White color preview on #523738 background

This text has white color on #523738 background.