COLOR #525238

HEX: #525238 RGB: (82,82,56)

Color info

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

RGB color model

#525238 color RGB value is (82,82,56).

RGB: (82,82,56) (32%, 32%, 22%)

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 56 of 255 = 22%

82
82
56

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

Portions of RGB colors in percentages

R + G + B = 82 + 82 + 56 = 220 (100%)
R 82 of 220 ~ 37.27%
G 82 of 220 ~ 37.27%
B 56 of 220 ~ 25.45'%

%37.27
%37.27
%25.45

CMYK color model

#525238 color CMYK value is (0,0,32,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 67.84%

CMYK: (0,0,32,68)
C0M0Y32K68 (0%, 0%, 32%, 68%)
(0.00 / 0.00 / 0.32 / 0.68)

CMYK percentages

%0
%0
%31.71
%67.84

Codes

Color #525238 in popluar color models

52 52 38
RGB 82 82 56
HSL 60° 18.84% 27.06%
HSB/HSV 60° 31.71% 32.16%
CMYK 0.00% 0.00% 31.71%
67.84%

Color #525238 in popluar number systems.

HEX 52 52 38
Decimal 82 82 56
Binary 1010010 1010010 111000
Octal 122 122 70

Shades and tints

Shades of #525238

#525238
(82,82,56)
#4B4B33
(75,75,51)
#44442E
(68,68,46)
#3D3D29
(61,61,41)
#363624
(54,54,36)
#2F2F1F
(47,47,31)
#28281A
(40,40,26)
#212115
(33,33,21)
#1A1A10
(26,26,16)
#13130B
(19,19,11)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #525238

#525238
(82,82,56)
#61614A
(97,97,74)
#70705C
(112,112,92)
#7F7F6E
(127,127,110)
#8E8E80
(142,142,128)
#9D9D92
(157,157,146)
#ACACA4
(172,172,164)
#BBBBB6
(187,187,182)
#CACAC8
(202,202,200)
#D9D9DA
(217,217,218)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525238; }

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

This text font color is #525238.

Background Color

.myBgColor { background-color: #525238; }

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

This div background color is #525238.

Border color

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

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

This div border color is #525238.

Opacity

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

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

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

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

This text has shadow with #525238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525238.

Preview

Color preview on black background

This text has color #525238 on black background.


Color preview on white background

This text has color #525238 on white background.


Black color preview on #525238 background

This text has black color on #525238 background.


White color preview on #525238 background

This text has white color on #525238 background.


Related colors

Complementary color

Complementary color for #hex is #ADADC7.


I love getcolorcode.com