COLOR #526E5B

HEX: #526E5B
RGB: (82,110,91)

Color info

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

RGB color model

#526E5B color RGB value is (82,110,91).

  • red value is 82;
  • green value is 110;
  • blue value is 91.
RGB:
(82,110,91)
(32%,43%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 110 of 255 = 43%
B 91 of 255 = 36%

82
110
91

R + G + B ~ 37%. #526E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 110 + 91 = 283 (100%)
R 82 of 283 ~ 28.98%
G 110 of 283 ~ 38.87%
B 91 of 283 ~ 32.16%

%28.98
%38.87
%32.16

CMYK color model

#526E5B color CMYK value is (25,0,17,57).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(25,0,17,57)
C25M0Y17K57 
(25%,0%,17%,57%)
(0.25/0.00/0.17/0.57)	

CMYK percentages

%25.45
%0
%17.27
%56.86

Codes

Color #526E5B in popluar color models

526E5B
RGB8211091
HSL139°14.58%37.65%
HSB/HSV139°25.45%43.14%
CMYK25.45%0.00%17.27%
56.86%

Color #526E5B in popluar number systems.

HEX526E5B
Decimal8211091
Binary101001011011101011011
Octal122156133

Shades and tints

Shades of #526E5B

#526E5B
(82,110,91)
#4B6453
(75,100,83)
#445A4B
(68,90,75)
#3D5043
(61,80,67)
#36463B
(54,70,59)
#2F3C33
(47,60,51)
#28322B
(40,50,43)
#212823
(33,40,35)
#1A1E1B
(26,30,27)
#131413
(19,20,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #526E5B

#526E5B
(82,110,91)
#617B69
(97,123,105)
#708877
(112,136,119)
#7F9585
(127,149,133)
#8EA293
(142,162,147)
#9DAFA1
(157,175,161)
#ACBCAF
(172,188,175)
#BBC9BD
(187,201,189)
#CAD6CB
(202,214,203)
#D9E3D9
(217,227,217)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526E5B; }

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

This text font color is #526E5B.


Background Color

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

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

This div background color is #526E5B.


Border color

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

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

This div border color is #526E5B.


Opacity

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

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

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

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

This text has shadow with #526E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526E5B on black background.


Color preview on white background

This text has color #526E5B on white background.



Black color preview on #526E5B background

This text has black color on #526E5B background.


White color preview on #526E5B background

This text has white color on #526E5B background.