COLOR #524938

HEX: #524938
RGB: (82,73,56)

Color info

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

RGB color model

#524938 color RGB value is (82,73,56).

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

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 56 of 255 = 22%

82
73
56

R + G + B ~ 28%. #524938 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 56 = 211 (100%)
R 82 of 211 ~ 38.86%
G 73 of 211 ~ 34.6%
B 56 of 211 ~ 26.54%

%38.86
%34.6
%26.54

CMYK color model

#524938 color CMYK value is (0,11,32,68).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 31.71%
  • key color value is 67.84%
CMYK:
(0,11,32,68)
C0M11Y32K68 
(0%,11%,32%,68%)
(0.00/0.11/0.32/0.68)	

CMYK percentages

%0
%10.98
%31.71
%67.84

Codes

Color #524938 in popluar color models

524938
RGB827356
HSL39°18.84%27.06%
HSB/HSV39°31.71%32.16%
CMYK0.00%10.98%31.71%
67.84%

Color #524938 in popluar number systems.

HEX524938
Decimal827356
Binary10100101001001111000
Octal12211170

Shades and tints

Shades of #524938

#524938
(82,73,56)
#4B4333
(75,67,51)
#443D2E
(68,61,46)
#3D3729
(61,55,41)
#363124
(54,49,36)
#2F2B1F
(47,43,31)
#28251A
(40,37,26)
#211F15
(33,31,21)
#1A1910
(26,25,16)
#13130B
(19,19,11)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #524938

#524938
(82,73,56)
#61594A
(97,89,74)
#70695C
(112,105,92)
#7F796E
(127,121,110)
#8E8980
(142,137,128)
#9D9992
(157,153,146)
#ACA9A4
(172,169,164)
#BBB9B6
(187,185,182)
#CAC9C8
(202,201,200)
#D9D9DA
(217,217,218)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524938; }

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

This text font color is #524938.


Background Color

.myBgColor { background-color: #524938; }

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

This div background color is #524938.


Border color

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

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

This div border color is #524938.


Opacity

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

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

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

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

This text has shadow with #524938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524938 on black background.


Color preview on white background

This text has color #524938 on white background.



Black color preview on #524938 background

This text has black color on #524938 background.


White color preview on #524938 background

This text has white color on #524938 background.