COLOR #525035

HEX: #525035
RGB: (82,80,53)

Color info

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

RGB color model

#525035 color RGB value is (82,80,53).

  • red value is 82;
  • green value is 80;
  • blue value is 53.
RGB:
(82,80,53)
(32%,31%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 53 of 255 = 21%

82
80
53

R + G + B ~ 28%. #525035 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 53 = 215 (100%)
R 82 of 215 ~ 38.14%
G 80 of 215 ~ 37.21%
B 53 of 215 ~ 24.65%

%38.14
%37.21
%24.65

CMYK color model

#525035 color CMYK value is (0,2,35,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,2,35,68)
C0M2Y35K68 
(0%,2%,35%,68%)
(0.00/0.02/0.35/0.68)	

CMYK percentages

%0
%2.44
%35.37
%67.84

Codes

Color #525035 in popluar color models

525035
RGB828053
HSL56°21.48%26.47%
HSB/HSV56°35.37%32.16%
CMYK0.00%2.44%35.37%
67.84%

Color #525035 in popluar number systems.

HEX525035
Decimal828053
Binary10100101010000110101
Octal12212065

Shades and tints

Shades of #525035

#525035
(82,80,53)
#4B4931
(75,73,49)
#44422D
(68,66,45)
#3D3B29
(61,59,41)
#363425
(54,52,37)
#2F2D21
(47,45,33)
#28261D
(40,38,29)
#211F19
(33,31,25)
#1A1815
(26,24,21)
#131111
(19,17,17)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #525035

#525035
(82,80,53)
#615F47
(97,95,71)
#706E59
(112,110,89)
#7F7D6B
(127,125,107)
#8E8C7D
(142,140,125)
#9D9B8F
(157,155,143)
#ACAAA1
(172,170,161)
#BBB9B3
(187,185,179)
#CAC8C5
(202,200,197)
#D9D7D7
(217,215,215)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525035; }

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

This text font color is #525035.


Background Color

.myBgColor { background-color: #525035; }

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

This div background color is #525035.


Border color

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

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

This div border color is #525035.


Opacity

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

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

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

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

This text has shadow with #525035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525035 on black background.


Color preview on white background

This text has color #525035 on white background.



Black color preview on #525035 background

This text has black color on #525035 background.


White color preview on #525035 background

This text has white color on #525035 background.