COLOR #524F41

HEX: #524F41 RGB: (82,79,65)

Color info

#524F41 contains red, green and blue colors in about the same proportion. Web safe color of #524F41 is #666633 (or #663).

RGB color model

#524F41 color RGB value is (82,79,65).

RGB: (82,79,65) (32%, 31%, 25%)

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 65 of 255 = 25%

82
79
65

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

Portions of RGB colors in percentages

R + G + B = 82 + 79 + 65 = 226 (100%)
R 82 of 226 ~ 36.28%
G 79 of 226 ~ 34.96%
B 65 of 226 ~ 28.76'%

%36.28
%34.96
%28.76

CMYK color model

#524F41 color CMYK value is (0,4,21,68).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 20.73%
  • key color value is 67.84%

CMYK: (0,4,21,68)
C0M4Y21K68 (0%, 4%, 21%, 68%)
(0.00 / 0.04 / 0.21 / 0.68)

CMYK percentages

%0
%3.66
%20.73
%67.84

Codes

Color #524F41 in popluar color models

52 4F 41
RGB 82 79 65
HSL 49° 11.56% 28.82%
HSB/HSV 49° 20.73% 32.16%
CMYK 0.00% 3.66% 20.73%
67.84%

Color #524F41 in popluar number systems.

HEX 52 4F 41
Decimal 82 79 65
Binary 1010010 1001111 1000001
Octal 122 117 101

Shades and tints

Shades of #524F41

#524F41
(82,79,65)
#4B483C
(75,72,60)
#444137
(68,65,55)
#3D3A32
(61,58,50)
#36332D
(54,51,45)
#2F2C28
(47,44,40)
#282523
(40,37,35)
#211E1E
(33,30,30)
#1A1719
(26,23,25)
#131014
(19,16,20)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #524F41

#524F41
(82,79,65)
#615F52
(97,95,82)
#706F63
(112,111,99)
#7F7F74
(127,127,116)
#8E8F85
(142,143,133)
#9D9F96
(157,159,150)
#ACAFA7
(172,175,167)
#BBBFB8
(187,191,184)
#CACFC9
(202,207,201)
#D9DFDA
(217,223,218)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524F41 color. Also use rgb(82,79,65) instead hex code.

Text Font Color

.myTextColor { color: #524F41; }

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

This text font color is #524F41.

Background Color

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

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

This div background color is #524F41.

Border color

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

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

This div border color is #524F41.

Opacity

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

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

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

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

This text has shadow with #524F41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524F41.

Preview

Color preview on black background

This text has color #524F41 on black background.


Color preview on white background

This text has color #524F41 on white background.


Black color preview on #524F41 background

This text has black color on #524F41 background.


White color preview on #524F41 background

This text has white color on #524F41 background.


Related colors

Complementary color

Complementary color for #hex is #ADB0BE.


I love getcolorcode.com

Triadic colors

1 #41524F and #4F4152 with #524F41 are triadic colors.

2 #414F52 and #4F5241 with #524F41 are triadic colors.