COLOR #525719

HEX: #525719
RGB: (82,87,25)

Color info

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

RGB color model

#525719 color RGB value is (82,87,25).

  • red value is 82;
  • green value is 87;
  • blue value is 25.
RGB:
(82,87,25)
(32%,34%,10%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 25 of 255 = 10%

82
87
25

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

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 25 = 194 (100%)
R 82 of 194 ~ 42.27%
G 87 of 194 ~ 44.85%
B 25 of 194 ~ 12.89%

%42.27
%44.85
%12.89

CMYK color model

#525719 color CMYK value is (6,0,71,66).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 71.26%
  • key color value is 65.88%
CMYK:
(6,0,71,66)
C6M0Y71K66 
(6%,0%,71%,66%)
(0.06/0.00/0.71/0.66)	

CMYK percentages

%5.75
%0
%71.26
%65.88

Codes

Color #525719 in popluar color models

525719
RGB828725
HSL65°55.36%21.96%
HSB/HSV65°71.26%34.12%
CMYK5.75%0.00%71.26%
65.88%

Color #525719 in popluar number systems.

HEX525719
Decimal828725
Binary1010010101011111001
Octal12212731

Shades and tints

Shades of #525719

#525719
(82,87,25)
#4B5017
(75,80,23)
#444915
(68,73,21)
#3D4213
(61,66,19)
#363B11
(54,59,17)
#2F340F
(47,52,15)
#282D0D
(40,45,13)
#21260B
(33,38,11)
#1A1F09
(26,31,9)
#131807
(19,24,7)
#0C1105
(12,17,5)
#000000
(0,0,0)

Tints of #525719

#525719
(82,87,25)
#61662D
(97,102,45)
#707541
(112,117,65)
#7F8455
(127,132,85)
#8E9369
(142,147,105)
#9DA27D
(157,162,125)
#ACB191
(172,177,145)
#BBC0A5
(187,192,165)
#CACFB9
(202,207,185)
#D9DECD
(217,222,205)
#E8EDE1
(232,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525719 color. Also use rgb(82,87,25) instead hex code.

Text Font Color

.myTextColor { color: #525719; }

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

This text font color is #525719.


Background Color

.myBgColor { background-color: #525719; }

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

This div background color is #525719.


Border color

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

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

This div border color is #525719.


Opacity

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

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

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

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

This text has shadow with #525719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525719 on black background.


Color preview on white background

This text has color #525719 on white background.



Black color preview on #525719 background

This text has black color on #525719 background.


White color preview on #525719 background

This text has white color on #525719 background.