COLOR #524B41

HEX: #524B41 RGB: (82,75,65)

Color info

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

RGB color model

#524B41 color RGB value is (82,75,65).

RGB: (82,75,65) (32%, 29%, 25%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 65 of 255 = 25%

82
75
65

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

Portions of RGB colors in percentages

R + G + B = 82 + 75 + 65 = 222 (100%)
R 82 of 222 ~ 36.94%
G 75 of 222 ~ 33.78%
B 65 of 222 ~ 29.28'%

%36.94
%33.78
%29.28

CMYK color model

#524B41 color CMYK value is (0,9,21,68).

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

CMYK: (0,9,21,68)
C0M9Y21K68 (0%, 9%, 21%, 68%)
(0.00 / 0.09 / 0.21 / 0.68)

CMYK percentages

%0
%8.54
%20.73
%67.84

Codes

Color #524B41 in popluar color models

52 4B 41
RGB 82 75 65
HSL 35° 11.56% 28.82%
HSB/HSV 35° 20.73% 32.16%
CMYK 0.00% 8.54% 20.73%
67.84%

Color #524B41 in popluar number systems.

HEX 52 4B 41
Decimal 82 75 65
Binary 1010010 1001011 1000001
Octal 122 113 101

Shades and tints

Shades of #524B41

#524B41
(82,75,65)
#4B453C
(75,69,60)
#443F37
(68,63,55)
#3D3932
(61,57,50)
#36332D
(54,51,45)
#2F2D28
(47,45,40)
#282723
(40,39,35)
#21211E
(33,33,30)
#1A1B19
(26,27,25)
#131514
(19,21,20)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #524B41

#524B41
(82,75,65)
#615B52
(97,91,82)
#706B63
(112,107,99)
#7F7B74
(127,123,116)
#8E8B85
(142,139,133)
#9D9B96
(157,155,150)
#ACABA7
(172,171,167)
#BBBBB8
(187,187,184)
#CACBC9
(202,203,201)
#D9DBDA
(217,219,218)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B41; }

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

This text font color is #524B41.

Background Color

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

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

This div background color is #524B41.

Border color

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

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

This div border color is #524B41.

Opacity

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

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

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

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

This text has shadow with #524B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524B41.

Preview

Color preview on black background

This text has color #524B41 on black background.


Color preview on white background

This text has color #524B41 on white background.


Black color preview on #524B41 background

This text has black color on #524B41 background.


White color preview on #524B41 background

This text has white color on #524B41 background.


Related colors

Complementary color

Complementary color for #hex is #ADB4BE.


I love getcolorcode.com

Triadic colors

1 #41524B and #4B4152 with #524B41 are triadic colors.

2 #414B52 and #4B5241 with #524B41 are triadic colors.