COLOR #526B52

HEX: #526B52
RGB: (82,107,82)

Color info

#526B52 contains red, green and blue colors in about the same proportion. Web safe color of #526B52 is #666666 (or #666).

RGB color model

#526B52 color RGB value is (82,107,82).

  • red value is 82;
  • green value is 107;
  • blue value is 82.
RGB:
(82,107,82)
(32%,42%,32%)

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 82 of 255 = 32%

82
107
82

R + G + B ~ 35%. #526B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 107 + 82 = 271 (100%)
R 82 of 271 ~ 30.26%
G 107 of 271 ~ 39.48%
B 82 of 271 ~ 30.26%

%30.26
%39.48
%30.26

CMYK color model

#526B52 color CMYK value is (23,0,23,58).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 58.04%
CMYK:
(23,0,23,58)
C23M0Y23K58 
(23%,0%,23%,58%)
(0.23/0.00/0.23/0.58)	

CMYK percentages

%23.36
%0
%23.36
%58.04

Codes

Color #526B52 in popluar color models

526B52
RGB8210782
HSL120°13.23%37.06%
HSB/HSV120°23.36%41.96%
CMYK23.36%0.00%23.36%
58.04%

Color #526B52 in popluar number systems.

HEX526B52
Decimal8210782
Binary101001011010111010010
Octal122153122

Shades and tints

Shades of #526B52

#526B52
(82,107,82)
#4B624B
(75,98,75)
#445944
(68,89,68)
#3D503D
(61,80,61)
#364736
(54,71,54)
#2F3E2F
(47,62,47)
#283528
(40,53,40)
#212C21
(33,44,33)
#1A231A
(26,35,26)
#131A13
(19,26,19)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #526B52

#526B52
(82,107,82)
#617861
(97,120,97)
#708570
(112,133,112)
#7F927F
(127,146,127)
#8E9F8E
(142,159,142)
#9DAC9D
(157,172,157)
#ACB9AC
(172,185,172)
#BBC6BB
(187,198,187)
#CAD3CA
(202,211,202)
#D9E0D9
(217,224,217)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526B52 color. Also use rgb(82,107,82) instead hex code.

Text Font Color

.myTextColor { color: #526B52; }

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

This text font color is #526B52.


Background Color

.myBgColor { background-color: #526B52; }

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

This div background color is #526B52.


Border color

.myBorderColor { border: 1px solid #526B52; }

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

This div border color is #526B52.


Opacity

.myOpacity80 { color: #526B52; opacity: 0.8; }

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

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

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

This text has shadow with #526B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526B52 on black background.


Color preview on white background

This text has color #526B52 on white background.



Black color preview on #526B52 background

This text has black color on #526B52 background.


White color preview on #526B52 background

This text has white color on #526B52 background.