COLOR #525034

HEX: #525034
RGB: (82,80,52)

Color info

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

RGB color model

#525034 color RGB value is (82,80,52).

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

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 52 of 255 = 20%

82
80
52

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

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 52 = 214 (100%)
R 82 of 214 ~ 38.32%
G 80 of 214 ~ 37.38%
B 52 of 214 ~ 24.3%

%38.32
%37.38
%24.3

CMYK color model

#525034 color CMYK value is (0,2,37,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 36.59%
  • key color value is 67.84%
CMYK:
(0,2,37,68)
C0M2Y37K68 
(0%,2%,37%,68%)
(0.00/0.02/0.37/0.68)	

CMYK percentages

%0
%2.44
%36.59
%67.84

Codes

Color #525034 in popluar color models

525034
RGB828052
HSL56°22.39%26.27%
HSB/HSV56°36.59%32.16%
CMYK0.00%2.44%36.59%
67.84%

Color #525034 in popluar number systems.

HEX525034
Decimal828052
Binary10100101010000110100
Octal12212064

Shades and tints

Shades of #525034

#525034
(82,80,52)
#4B4930
(75,73,48)
#44422C
(68,66,44)
#3D3B28
(61,59,40)
#363424
(54,52,36)
#2F2D20
(47,45,32)
#28261C
(40,38,28)
#211F18
(33,31,24)
#1A1814
(26,24,20)
#131110
(19,17,16)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #525034

#525034
(82,80,52)
#615F46
(97,95,70)
#706E58
(112,110,88)
#7F7D6A
(127,125,106)
#8E8C7C
(142,140,124)
#9D9B8E
(157,155,142)
#ACAAA0
(172,170,160)
#BBB9B2
(187,185,178)
#CAC8C4
(202,200,196)
#D9D7D6
(217,215,214)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525034; }

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

This text font color is #525034.


Background Color

.myBgColor { background-color: #525034; }

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

This div background color is #525034.


Border color

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

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

This div border color is #525034.


Opacity

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

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

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

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

This text has shadow with #525034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525034 on black background.


Color preview on white background

This text has color #525034 on white background.



Black color preview on #525034 background

This text has black color on #525034 background.


White color preview on #525034 background

This text has white color on #525034 background.