COLOR #523F23

HEX: #523F23
RGB: (82,63,35)

Color info

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

RGB color model

#523F23 color RGB value is (82,63,35).

  • red value is 82;
  • green value is 63;
  • blue value is 35.
RGB:
(82,63,35)
(32%,25%,14%)

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 35 of 255 = 14%

82
63
35

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

Portions of RGB colors in percentages

R + G + B =
82 + 63 + 35 = 180 (100%)
R 82 of 180 ~ 45.56%
G 63 of 180 ~ 35%
B 35 of 180 ~ 19.44%

%45.56
%35
%19.44

CMYK color model

#523F23 color CMYK value is (0,23,57,68).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 57.32%
  • key color value is 67.84%
CMYK:
(0,23,57,68)
C0M23Y57K68 
(0%,23%,57%,68%)
(0.00/0.23/0.57/0.68)	

CMYK percentages

%0
%23.17
%57.32
%67.84

Codes

Color #523F23 in popluar color models

523F23
RGB826335
HSL36°40.17%22.94%
HSB/HSV36°57.32%32.16%
CMYK0.00%23.17%57.32%
67.84%

Color #523F23 in popluar number systems.

HEX523F23
Decimal826335
Binary1010010111111100011
Octal1227743

Shades and tints

Shades of #523F23

#523F23
(82,63,35)
#4B3A20
(75,58,32)
#44351D
(68,53,29)
#3D301A
(61,48,26)
#362B17
(54,43,23)
#2F2614
(47,38,20)
#282111
(40,33,17)
#211C0E
(33,28,14)
#1A170B
(26,23,11)
#131208
(19,18,8)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #523F23

#523F23
(82,63,35)
#615037
(97,80,55)
#70614B
(112,97,75)
#7F725F
(127,114,95)
#8E8373
(142,131,115)
#9D9487
(157,148,135)
#ACA59B
(172,165,155)
#BBB6AF
(187,182,175)
#CAC7C3
(202,199,195)
#D9D8D7
(217,216,215)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523F23 color. Also use rgb(82,63,35) instead hex code.

Text Font Color

.myTextColor { color: #523F23; }

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

This text font color is #523F23.


Background Color

.myBgColor { background-color: #523F23; }

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

This div background color is #523F23.


Border color

.myBorderColor { border: 1px solid #523F23; }

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

This div border color is #523F23.


Opacity

.myOpacity80 { color: #523F23; opacity: 0.8; }

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

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

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

This text has shadow with #523F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523F23 on black background.


Color preview on white background

This text has color #523F23 on white background.



Black color preview on #523F23 background

This text has black color on #523F23 background.


White color preview on #523F23 background

This text has white color on #523F23 background.