COLOR #527B5D

HEX: #527B5D
RGB: (82,123,93)

Color info

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

RGB color model

#527B5D color RGB value is (82,123,93).

  • red value is 82;
  • green value is 123;
  • blue value is 93.
RGB:
(82,123,93)
(32%,48%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 93 of 255 = 36%

82
123
93

R + G + B ~ 39%. #527B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 123 + 93 = 298 (100%)
R 82 of 298 ~ 27.52%
G 123 of 298 ~ 41.28%
B 93 of 298 ~ 31.21%

%27.52
%41.28
%31.21

CMYK color model

#527B5D color CMYK value is (33,0,24,52).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 51.76%
CMYK:
(33,0,24,52)
C33M0Y24K52 
(33%,0%,24%,52%)
(0.33/0.00/0.24/0.52)	

CMYK percentages

%33.33
%0
%24.39
%51.76

Codes

Color #527B5D in popluar color models

527B5D
RGB8212393
HSL136°20.00%40.20%
HSB/HSV136°33.33%48.24%
CMYK33.33%0.00%24.39%
51.76%

Color #527B5D in popluar number systems.

HEX527B5D
Decimal8212393
Binary101001011110111011101
Octal122173135

Shades and tints

Shades of #527B5D

#527B5D
(82,123,93)
#4B7055
(75,112,85)
#44654D
(68,101,77)
#3D5A45
(61,90,69)
#364F3D
(54,79,61)
#2F4435
(47,68,53)
#28392D
(40,57,45)
#212E25
(33,46,37)
#1A231D
(26,35,29)
#131815
(19,24,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #527B5D

#527B5D
(82,123,93)
#61876B
(97,135,107)
#709379
(112,147,121)
#7F9F87
(127,159,135)
#8EAB95
(142,171,149)
#9DB7A3
(157,183,163)
#ACC3B1
(172,195,177)
#BBCFBF
(187,207,191)
#CADBCD
(202,219,205)
#D9E7DB
(217,231,219)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527B5D color. Also use rgb(82,123,93) instead hex code.

Text Font Color

.myTextColor { color: #527B5D; }

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

This text font color is #527B5D.


Background Color

.myBgColor { background-color: #527B5D; }

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

This div background color is #527B5D.


Border color

.myBorderColor { border: 1px solid #527B5D; }

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

This div border color is #527B5D.


Opacity

.myOpacity80 { color: #527B5D; opacity: 0.8; }

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

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

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

This text has shadow with #527B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527B5D on black background.


Color preview on white background

This text has color #527B5D on white background.



Black color preview on #527B5D background

This text has black color on #527B5D background.


White color preview on #527B5D background

This text has white color on #527B5D background.