COLOR #526A4D

HEX: #526A4D
RGB: (82,106,77)

Color info

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

RGB color model

#526A4D color RGB value is (82,106,77).

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

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 77 of 255 = 30%

82
106
77

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

Portions of RGB colors in percentages

R + G + B =
82 + 106 + 77 = 265 (100%)
R 82 of 265 ~ 30.94%
G 106 of 265 ~ 40%
B 77 of 265 ~ 29.06%

%30.94
%40
%29.06

CMYK color model

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

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK: (23,0,27,58) C23M0Y27K58 (23%,0%,27%,58%) (0.23/0.00/0.27/0.58)

CMYK percentages

%22.64
%0
%27.36
%58.43

Codes

Color #526A4D in popluar color models

526A4D
RGB8210677
HSL110°15.85%35.88%
HSB/HSV110°27.36%41.57%
CMYK22.64%0.00%27.36%
58.43%

Color #526A4D in popluar number systems.

HEX526A4D
Decimal8210677
Binary101001011010101001101
Octal122152115

Shades and tints

Shades of #526A4D

#526A4D
(82,106,77)
#4B6146
(75,97,70)
#44583F
(68,88,63)
#3D4F38
(61,79,56)
#364631
(54,70,49)
#2F3D2A
(47,61,42)
#283423
(40,52,35)
#212B1C
(33,43,28)
#1A2215
(26,34,21)
#13190E
(19,25,14)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #526A4D

#526A4D
(82,106,77)
#61775D
(97,119,93)
#70846D
(112,132,109)
#7F917D
(127,145,125)
#8E9E8D
(142,158,141)
#9DAB9D
(157,171,157)
#ACB8AD
(172,184,173)
#BBC5BD
(187,197,189)
#CAD2CD
(202,210,205)
#D9DFDD
(217,223,221)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526A4D; }

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

This text font color is #526A4D.


Background Color

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

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

This div background color is #526A4D.


Border color

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

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

This div border color is #526A4D.


Opacity

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

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

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

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

This text has shadow with #526A4D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #526A4D on black background.


Color preview on white background

This text has color #526A4D on white background.



Black color preview on #526A4D background

This text has black color on #526A4D background.


White color preview on #526A4D background

This text has white color on #526A4D background.