COLOR #525514

HEX: #525514
RGB: (82,85,20)

Color info

#525514 contains mainly red and green colors. Web safe color of #525514 is #666600 (or #660).

RGB color model

#525514 color RGB value is (82,85,20).

  • red value is 82;
  • green value is 85;
  • blue value is 20.
RGB:
(82,85,20)
(32%,33%,8%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 20 of 255 = 8%

82
85
20

R + G + B ~ 24%. #525514 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 20 = 187 (100%)
R 82 of 187 ~ 43.85%
G 85 of 187 ~ 45.45%
B 20 of 187 ~ 10.7%

%43.85
%45.45
%10.7

CMYK color model

#525514 color CMYK value is (4,0,76,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 66.67%
CMYK:
(4,0,76,67)
C4M0Y76K67 
(4%,0%,76%,67%)
(0.04/0.00/0.76/0.67)	

CMYK percentages

%3.53
%0
%76.47
%66.67

Codes

Color #525514 in popluar color models

525514
RGB828520
HSL63°61.90%20.59%
HSB/HSV63°76.47%33.33%
CMYK3.53%0.00%76.47%
66.67%

Color #525514 in popluar number systems.

HEX525514
Decimal828520
Binary1010010101010110100
Octal12212524

Shades and tints

Shades of #525514

#525514
(82,85,20)
#4B4E13
(75,78,19)
#444712
(68,71,18)
#3D4011
(61,64,17)
#363910
(54,57,16)
#2F320F
(47,50,15)
#282B0E
(40,43,14)
#21240D
(33,36,13)
#1A1D0C
(26,29,12)
#13160B
(19,22,11)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #525514

#525514
(82,85,20)
#616429
(97,100,41)
#70733E
(112,115,62)
#7F8253
(127,130,83)
#8E9168
(142,145,104)
#9DA07D
(157,160,125)
#ACAF92
(172,175,146)
#BBBEA7
(187,190,167)
#CACDBC
(202,205,188)
#D9DCD1
(217,220,209)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525514; }

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

This text font color is #525514.


Background Color

.myBgColor { background-color: #525514; }

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

This div background color is #525514.


Border color

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

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

This div border color is #525514.


Opacity

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

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

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

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

This text has shadow with #525514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525514 on black background.


Color preview on white background

This text has color #525514 on white background.



Black color preview on #525514 background

This text has black color on #525514 background.


White color preview on #525514 background

This text has white color on #525514 background.