COLOR #524D23

HEX: #524D23
RGB: (82,77,35)

Color info

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

RGB color model

#524D23 color RGB value is (82,77,35).

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

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 35 of 255 = 14%

82
77
35

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 35 = 194 (100%)
R 82 of 194 ~ 42.27%
G 77 of 194 ~ 39.69%
B 35 of 194 ~ 18.04%

%42.27
%39.69
%18.04

CMYK color model

#524D23 color CMYK value is (0,6,57,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 57.32%
  • key color value is 67.84%
CMYK:
(0,6,57,68)
C0M6Y57K68 
(0%,6%,57%,68%)
(0.00/0.06/0.57/0.68)	

CMYK percentages

%0
%6.1
%57.32
%67.84

Codes

Color #524D23 in popluar color models

524D23
RGB827735
HSL54°40.17%22.94%
HSB/HSV54°57.32%32.16%
CMYK0.00%6.10%57.32%
67.84%

Color #524D23 in popluar number systems.

HEX524D23
Decimal827735
Binary10100101001101100011
Octal12211543

Shades and tints

Shades of #524D23

#524D23
(82,77,35)
#4B4620
(75,70,32)
#443F1D
(68,63,29)
#3D381A
(61,56,26)
#363117
(54,49,23)
#2F2A14
(47,42,20)
#282311
(40,35,17)
#211C0E
(33,28,14)
#1A150B
(26,21,11)
#130E08
(19,14,8)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #524D23

#524D23
(82,77,35)
#615D37
(97,93,55)
#706D4B
(112,109,75)
#7F7D5F
(127,125,95)
#8E8D73
(142,141,115)
#9D9D87
(157,157,135)
#ACAD9B
(172,173,155)
#BBBDAF
(187,189,175)
#CACDC3
(202,205,195)
#D9DDD7
(217,221,215)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524D23 color. Also use rgb(82,77,35) instead hex code.

Text Font Color

.myTextColor { color: #524D23; }

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

This text font color is #524D23.


Background Color

.myBgColor { background-color: #524D23; }

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

This div background color is #524D23.


Border color

.myBorderColor { border: 1px solid #524D23; }

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

This div border color is #524D23.


Opacity

.myOpacity80 { color: #524D23; opacity: 0.8; }

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

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

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

This text has shadow with #524D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D23 on black background.


Color preview on white background

This text has color #524D23 on white background.



Black color preview on #524D23 background

This text has black color on #524D23 background.


White color preview on #524D23 background

This text has white color on #524D23 background.