COLOR #525734

HEX: #525734
RGB: (82,87,52)

Color info

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

RGB color model

#525734 color RGB value is (82,87,52).

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

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 52 of 255 = 20%

82
87
52

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

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 52 = 221 (100%)
R 82 of 221 ~ 37.1%
G 87 of 221 ~ 39.37%
B 52 of 221 ~ 23.53%

%37.1
%39.37
%23.53

CMYK color model

#525734 color CMYK value is (6,0,40,66).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 40.23%
  • key color value is 65.88%
CMYK:
(6,0,40,66)
C6M0Y40K66 
(6%,0%,40%,66%)
(0.06/0.00/0.40/0.66)	

CMYK percentages

%5.75
%0
%40.23
%65.88

Codes

Color #525734 in popluar color models

525734
RGB828752
HSL69°25.18%27.25%
HSB/HSV69°40.23%34.12%
CMYK5.75%0.00%40.23%
65.88%

Color #525734 in popluar number systems.

HEX525734
Decimal828752
Binary10100101010111110100
Octal12212764

Shades and tints

Shades of #525734

#525734
(82,87,52)
#4B5030
(75,80,48)
#44492C
(68,73,44)
#3D4228
(61,66,40)
#363B24
(54,59,36)
#2F3420
(47,52,32)
#282D1C
(40,45,28)
#212618
(33,38,24)
#1A1F14
(26,31,20)
#131810
(19,24,16)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #525734

#525734
(82,87,52)
#616646
(97,102,70)
#707558
(112,117,88)
#7F846A
(127,132,106)
#8E937C
(142,147,124)
#9DA28E
(157,162,142)
#ACB1A0
(172,177,160)
#BBC0B2
(187,192,178)
#CACFC4
(202,207,196)
#D9DED6
(217,222,214)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525734; }

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

This text font color is #525734.


Background Color

.myBgColor { background-color: #525734; }

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

This div background color is #525734.


Border color

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

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

This div border color is #525734.


Opacity

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

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

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

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

This text has shadow with #525734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525734 on black background.


Color preview on white background

This text has color #525734 on white background.



Black color preview on #525734 background

This text has black color on #525734 background.


White color preview on #525734 background

This text has white color on #525734 background.