COLOR #524D2F

HEX: #524D2F RGB: (82,77,47)

Color info

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

RGB color model

#524D2F color RGB value is (82,77,47).

RGB: (82,77,47) (32%, 30%, 18%)

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 47 of 255 = 18%

82
77
47

R + G + B ~ 27%. #524D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 77 + 47 = 206 (100%)
R 82 of 206 ~ 39.81%
G 77 of 206 ~ 37.38%
B 47 of 206 ~ 22.82'%

%39.81
%37.38
%22.82

CMYK color model

#524D2F color CMYK value is (0,6,43,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 42.68%
  • key color value is 67.84%

CMYK: (0,6,43,68)
C0M6Y43K68 (0%, 6%, 43%, 68%)
(0.00 / 0.06 / 0.43 / 0.68)

CMYK percentages

%0
%6.1
%42.68
%67.84

Codes

Color #524D2F in popluar color models

52 4D 2F
RGB 82 77 47
HSL 51° 27.13% 25.29%
HSB/HSV 51° 42.68% 32.16%
CMYK 0.00% 6.10% 42.68%
67.84%

Color #524D2F in popluar number systems.

HEX 52 4D 2F
Decimal 82 77 47
Binary 1010010 1001101 101111
Octal 122 115 57

Shades and tints

Shades of #524D2F

#524D2F
(82,77,47)
#4B462B
(75,70,43)
#443F27
(68,63,39)
#3D3823
(61,56,35)
#36311F
(54,49,31)
#2F2A1B
(47,42,27)
#282317
(40,35,23)
#211C13
(33,28,19)
#1A150F
(26,21,15)
#130E0B
(19,14,11)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #524D2F

#524D2F
(82,77,47)
#615D41
(97,93,65)
#706D53
(112,109,83)
#7F7D65
(127,125,101)
#8E8D77
(142,141,119)
#9D9D89
(157,157,137)
#ACAD9B
(172,173,155)
#BBBDAD
(187,189,173)
#CACDBF
(202,205,191)
#D9DDD1
(217,221,209)
#E8EDE3
(232,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D2F; }

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

This text font color is #524D2F.

Background Color

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

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

This div background color is #524D2F.

Border color

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

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

This div border color is #524D2F.

Opacity

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

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

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

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

This text has shadow with #524D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524D2F.

Preview

Color preview on black background

This text has color #524D2F on black background.


Color preview on white background

This text has color #524D2F on white background.


Black color preview on #524D2F background

This text has black color on #524D2F background.


White color preview on #524D2F background

This text has white color on #524D2F background.


Related colors

Complementary color

Complementary color for #hex is #ADB2D0.


I love getcolorcode.com

Triadic colors

1 #2F524D and #4D2F52 with #524D2F are triadic colors.

2 #2F4D52 and #4D522F with #524D2F are triadic colors.