COLOR #524D3D

HEX: #524D3D RGB: (82,77,61)

Color info

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

RGB color model

#524D3D color RGB value is (82,77,61).

RGB: (82,77,61) (32%, 30%, 24%)

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 61 of 255 = 24%

82
77
61

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

Portions of RGB colors in percentages

R + G + B = 82 + 77 + 61 = 220 (100%)
R 82 of 220 ~ 37.27%
G 77 of 220 ~ 35%
B 61 of 220 ~ 27.73'%

%37.27
%35
%27.73

CMYK color model

#524D3D color CMYK value is (0,6,26,68).

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

CMYK: (0,6,26,68)
C0M6Y26K68 (0%, 6%, 26%, 68%)
(0.00 / 0.06 / 0.26 / 0.68)

CMYK percentages

%0
%6.1
%25.61
%67.84

Codes

Color #524D3D in popluar color models

52 4D 3D
RGB 82 77 61
HSL 46° 14.69% 28.04%
HSB/HSV 46° 25.61% 32.16%
CMYK 0.00% 6.10% 25.61%
67.84%

Color #524D3D in popluar number systems.

HEX 52 4D 3D
Decimal 82 77 61
Binary 1010010 1001101 111101
Octal 122 115 75

Shades and tints

Shades of #524D3D

#524D3D
(82,77,61)
#4B4638
(75,70,56)
#443F33
(68,63,51)
#3D382E
(61,56,46)
#363129
(54,49,41)
#2F2A24
(47,42,36)
#28231F
(40,35,31)
#211C1A
(33,28,26)
#1A1515
(26,21,21)
#130E10
(19,14,16)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #524D3D

#524D3D
(82,77,61)
#615D4E
(97,93,78)
#706D5F
(112,109,95)
#7F7D70
(127,125,112)
#8E8D81
(142,141,129)
#9D9D92
(157,157,146)
#ACADA3
(172,173,163)
#BBBDB4
(187,189,180)
#CACDC5
(202,205,197)
#D9DDD6
(217,221,214)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D3D; }

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

This text font color is #524D3D.

Background Color

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

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

This div background color is #524D3D.

Border color

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

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

This div border color is #524D3D.

Opacity

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

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

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

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

This text has shadow with #524D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524D3D.

Preview

Color preview on black background

This text has color #524D3D on black background.


Color preview on white background

This text has color #524D3D on white background.


Black color preview on #524D3D background

This text has black color on #524D3D background.


White color preview on #524D3D background

This text has white color on #524D3D background.


Related colors

Complementary color

Complementary color for #hex is #ADB2C2.


I love getcolorcode.com

Triadic colors

1 #3D524D and #4D3D52 with #524D3D are triadic colors.

2 #3D4D52 and #4D523D with #524D3D are triadic colors.