COLOR #525617

HEX: #525617
RGB: (82,86,23)

Color info

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

RGB color model

#525617 color RGB value is (82,86,23).

  • red value is 82;
  • green value is 86;
  • blue value is 23.
RGB:
(82,86,23)
(32%,34%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 23 of 255 = 9%

82
86
23

R + G + B ~ 25%. #525617 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 23 = 191 (100%)
R 82 of 191 ~ 42.93%
G 86 of 191 ~ 45.03%
B 23 of 191 ~ 12.04%

%42.93
%45.03
%12.04

CMYK color model

#525617 color CMYK value is (5,0,73,66).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 73.26%
  • key color value is 66.27%
CMYK:
(5,0,73,66)
C5M0Y73K66 
(5%,0%,73%,66%)
(0.05/0.00/0.73/0.66)	

CMYK percentages

%4.65
%0
%73.26
%66.27

Codes

Color #525617 in popluar color models

525617
RGB828623
HSL64°57.80%21.37%
HSB/HSV64°73.26%33.73%
CMYK4.65%0.00%73.26%
66.27%

Color #525617 in popluar number systems.

HEX525617
Decimal828623
Binary1010010101011010111
Octal12212627

Shades and tints

Shades of #525617

#525617
(82,86,23)
#4B4F15
(75,79,21)
#444813
(68,72,19)
#3D4111
(61,65,17)
#363A0F
(54,58,15)
#2F330D
(47,51,13)
#282C0B
(40,44,11)
#212509
(33,37,9)
#1A1E07
(26,30,7)
#131705
(19,23,5)
#0C1003
(12,16,3)
#000000
(0,0,0)

Tints of #525617

#525617
(82,86,23)
#61652C
(97,101,44)
#707441
(112,116,65)
#7F8356
(127,131,86)
#8E926B
(142,146,107)
#9DA180
(157,161,128)
#ACB095
(172,176,149)
#BBBFAA
(187,191,170)
#CACEBF
(202,206,191)
#D9DDD4
(217,221,212)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525617; }

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

This text font color is #525617.


Background Color

.myBgColor { background-color: #525617; }

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

This div background color is #525617.


Border color

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

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

This div border color is #525617.


Opacity

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

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

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

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

This text has shadow with #525617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525617 on black background.


Color preview on white background

This text has color #525617 on white background.



Black color preview on #525617 background

This text has black color on #525617 background.


White color preview on #525617 background

This text has white color on #525617 background.