COLOR #524C26

HEX: #524C26
RGB: (82,76,38)

Color info

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

RGB color model

#524C26 color RGB value is (82,76,38).

  • red value is 82;
  • green value is 76;
  • blue value is 38.
RGB:
(82,76,38)
(32%,30%,15%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 38 of 255 = 15%

82
76
38

R + G + B ~ 26%. #524C26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 38 = 196 (100%)
R 82 of 196 ~ 41.84%
G 76 of 196 ~ 38.78%
B 38 of 196 ~ 19.39%

%41.84
%38.78
%19.39

CMYK color model

#524C26 color CMYK value is (0,7,54,68).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 53.66%
  • key color value is 67.84%
CMYK:
(0,7,54,68)
C0M7Y54K68 
(0%,7%,54%,68%)
(0.00/0.07/0.54/0.68)	

CMYK percentages

%0
%7.32
%53.66
%67.84

Codes

Color #524C26 in popluar color models

524C26
RGB827638
HSL52°36.67%23.53%
HSB/HSV52°53.66%32.16%
CMYK0.00%7.32%53.66%
67.84%

Color #524C26 in popluar number systems.

HEX524C26
Decimal827638
Binary10100101001100100110
Octal12211446

Shades and tints

Shades of #524C26

#524C26
(82,76,38)
#4B4623
(75,70,35)
#444020
(68,64,32)
#3D3A1D
(61,58,29)
#36341A
(54,52,26)
#2F2E17
(47,46,23)
#282814
(40,40,20)
#212211
(33,34,17)
#1A1C0E
(26,28,14)
#13160B
(19,22,11)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #524C26

#524C26
(82,76,38)
#615C39
(97,92,57)
#706C4C
(112,108,76)
#7F7C5F
(127,124,95)
#8E8C72
(142,140,114)
#9D9C85
(157,156,133)
#ACAC98
(172,172,152)
#BBBCAB
(187,188,171)
#CACCBE
(202,204,190)
#D9DCD1
(217,220,209)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524C26 color. Also use rgb(82,76,38) instead hex code.

Text Font Color

.myTextColor { color: #524C26; }

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

This text font color is #524C26.


Background Color

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

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

This div background color is #524C26.


Border color

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

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

This div border color is #524C26.


Opacity

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

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

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

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

This text has shadow with #524C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C26 on black background.


Color preview on white background

This text has color #524C26 on white background.



Black color preview on #524C26 background

This text has black color on #524C26 background.


White color preview on #524C26 background

This text has white color on #524C26 background.