COLOR #525435

HEX: #525435
RGB: (82,84,53)

Color info

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

RGB color model

#525435 color RGB value is (82,84,53).

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

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 53 of 255 = 21%

82
84
53

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

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 53 = 219 (100%)
R 82 of 219 ~ 37.44%
G 84 of 219 ~ 38.36%
B 53 of 219 ~ 24.2%

%37.44
%38.36
%24.2

CMYK color model

#525435 color CMYK value is (2,0,37,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 36.90%
  • key color value is 67.06%
CMYK:
(2,0,37,67)
C2M0Y37K67 
(2%,0%,37%,67%)
(0.02/0.00/0.37/0.67)	

CMYK percentages

%2.38
%0
%36.9
%67.06

Codes

Color #525435 in popluar color models

525435
RGB828453
HSL64°22.63%26.86%
HSB/HSV64°36.90%32.94%
CMYK2.38%0.00%36.90%
67.06%

Color #525435 in popluar number systems.

HEX525435
Decimal828453
Binary10100101010100110101
Octal12212465

Shades and tints

Shades of #525435

#525435
(82,84,53)
#4B4D31
(75,77,49)
#44462D
(68,70,45)
#3D3F29
(61,63,41)
#363825
(54,56,37)
#2F3121
(47,49,33)
#282A1D
(40,42,29)
#212319
(33,35,25)
#1A1C15
(26,28,21)
#131511
(19,21,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #525435

#525435
(82,84,53)
#616347
(97,99,71)
#707259
(112,114,89)
#7F816B
(127,129,107)
#8E907D
(142,144,125)
#9D9F8F
(157,159,143)
#ACAEA1
(172,174,161)
#BBBDB3
(187,189,179)
#CACCC5
(202,204,197)
#D9DBD7
(217,219,215)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525435; }

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

This text font color is #525435.


Background Color

.myBgColor { background-color: #525435; }

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

This div background color is #525435.


Border color

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

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

This div border color is #525435.


Opacity

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

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

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

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

This text has shadow with #525435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525435 on black background.


Color preview on white background

This text has color #525435 on white background.



Black color preview on #525435 background

This text has black color on #525435 background.


White color preview on #525435 background

This text has white color on #525435 background.