COLOR #527D67

HEX: #527D67
RGB: (82,125,103)

Color info

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

RGB color model

#527D67 color RGB value is (82,125,103).

  • red value is 82;
  • green value is 125;
  • blue value is 103.
RGB:
(82,125,103)
(32%,49%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 103 of 255 = 40%

82
125
103

R + G + B ~ 40%. #527D67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 103 = 310 (100%)
R 82 of 310 ~ 26.45%
G 125 of 310 ~ 40.32%
B 103 of 310 ~ 33.23%

%26.45
%40.32
%33.23

CMYK color model

#527D67 color CMYK value is (34,0,18,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 50.98%
CMYK:
(34,0,18,51)
C34M0Y18K51 
(34%,0%,18%,51%)
(0.34/0.00/0.18/0.51)	

CMYK percentages

%34.4
%0
%17.6
%50.98

Codes

Color #527D67 in popluar color models

527D67
RGB82125103
HSL149°20.77%40.59%
HSB/HSV149°34.40%49.02%
CMYK34.40%0.00%17.60%
50.98%

Color #527D67 in popluar number systems.

HEX527D67
Decimal82125103
Binary101001011111011100111
Octal122175147

Shades and tints

Shades of #527D67

#527D67
(82,125,103)
#4B725E
(75,114,94)
#446755
(68,103,85)
#3D5C4C
(61,92,76)
#365143
(54,81,67)
#2F463A
(47,70,58)
#283B31
(40,59,49)
#213028
(33,48,40)
#1A251F
(26,37,31)
#131A16
(19,26,22)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #527D67

#527D67
(82,125,103)
#618874
(97,136,116)
#709381
(112,147,129)
#7F9E8E
(127,158,142)
#8EA99B
(142,169,155)
#9DB4A8
(157,180,168)
#ACBFB5
(172,191,181)
#BBCAC2
(187,202,194)
#CAD5CF
(202,213,207)
#D9E0DC
(217,224,220)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527D67 color. Also use rgb(82,125,103) instead hex code.

Text Font Color

.myTextColor { color: #527D67; }

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

This text font color is #527D67.


Background Color

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

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

This div background color is #527D67.


Border color

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

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

This div border color is #527D67.


Opacity

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

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

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

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

This text has shadow with #527D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D67 on black background.


Color preview on white background

This text has color #527D67 on white background.



Black color preview on #527D67 background

This text has black color on #527D67 background.


White color preview on #527D67 background

This text has white color on #527D67 background.