COLOR #525934

HEX: #525934
RGB: (82,89,52)

Color info

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

RGB color model

#525934 color RGB value is (82,89,52).

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

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 52 of 255 = 20%

82
89
52

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

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 52 = 223 (100%)
R 82 of 223 ~ 36.77%
G 89 of 223 ~ 39.91%
B 52 of 223 ~ 23.32%

%36.77
%39.91
%23.32

CMYK color model

#525934 color CMYK value is (8,0,42,65).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 65.10%
CMYK:
(8,0,42,65)
C8M0Y42K65 
(8%,0%,42%,65%)
(0.08/0.00/0.42/0.65)	

CMYK percentages

%7.87
%0
%41.57
%65.1

Codes

Color #525934 in popluar color models

525934
RGB828952
HSL71°26.24%27.65%
HSB/HSV71°41.57%34.90%
CMYK7.87%0.00%41.57%
65.10%

Color #525934 in popluar number systems.

HEX525934
Decimal828952
Binary10100101011001110100
Octal12213164

Shades and tints

Shades of #525934

#525934
(82,89,52)
#4B5130
(75,81,48)
#44492C
(68,73,44)
#3D4128
(61,65,40)
#363924
(54,57,36)
#2F3120
(47,49,32)
#28291C
(40,41,28)
#212118
(33,33,24)
#1A1914
(26,25,20)
#131110
(19,17,16)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #525934

#525934
(82,89,52)
#616846
(97,104,70)
#707758
(112,119,88)
#7F866A
(127,134,106)
#8E957C
(142,149,124)
#9DA48E
(157,164,142)
#ACB3A0
(172,179,160)
#BBC2B2
(187,194,178)
#CAD1C4
(202,209,196)
#D9E0D6
(217,224,214)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525934; }

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

This text font color is #525934.


Background Color

.myBgColor { background-color: #525934; }

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

This div background color is #525934.


Border color

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

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

This div border color is #525934.


Opacity

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

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

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

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

This text has shadow with #525934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525934 on black background.


Color preview on white background

This text has color #525934 on white background.



Black color preview on #525934 background

This text has black color on #525934 background.


White color preview on #525934 background

This text has white color on #525934 background.