COLOR #524946

HEX: #524946
RGB: (82,73,70)

Color info

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

RGB color model

#524946 color RGB value is (82,73,70).

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

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 70 of 255 = 27%

82
73
70

R + G + B ~ 29%. #524946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 70 = 225 (100%)
R 82 of 225 ~ 36.44%
G 73 of 225 ~ 32.44%
B 70 of 225 ~ 31.11%

%36.44
%32.44
%31.11

CMYK color model

#524946 color CMYK value is (0,11,15,68).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 14.63%
  • key color value is 67.84%
CMYK:
(0,11,15,68)
C0M11Y15K68 
(0%,11%,15%,68%)
(0.00/0.11/0.15/0.68)	

CMYK percentages

%0
%10.98
%14.63
%67.84

Codes

Color #524946 in popluar color models

524946
RGB827370
HSL15°7.89%29.80%
HSB/HSV15°14.63%32.16%
CMYK0.00%10.98%14.63%
67.84%

Color #524946 in popluar number systems.

HEX524946
Decimal827370
Binary101001010010011000110
Octal122111106

Shades and tints

Shades of #524946

#524946
(82,73,70)
#4B4340
(75,67,64)
#443D3A
(68,61,58)
#3D3734
(61,55,52)
#36312E
(54,49,46)
#2F2B28
(47,43,40)
#282522
(40,37,34)
#211F1C
(33,31,28)
#1A1916
(26,25,22)
#131310
(19,19,16)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #524946

#524946
(82,73,70)
#615956
(97,89,86)
#706966
(112,105,102)
#7F7976
(127,121,118)
#8E8986
(142,137,134)
#9D9996
(157,153,150)
#ACA9A6
(172,169,166)
#BBB9B6
(187,185,182)
#CAC9C6
(202,201,198)
#D9D9D6
(217,217,214)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524946; }

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

This text font color is #524946.


Background Color

.myBgColor { background-color: #524946; }

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

This div background color is #524946.


Border color

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

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

This div border color is #524946.


Opacity

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

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

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

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

This text has shadow with #524946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524946 on black background.


Color preview on white background

This text has color #524946 on white background.



Black color preview on #524946 background

This text has black color on #524946 background.


White color preview on #524946 background

This text has white color on #524946 background.