COLOR #527C69

HEX: #527C69
RGB: (82,124,105)

Color info

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

RGB color model

#527C69 color RGB value is (82,124,105).

  • red value is 82;
  • green value is 124;
  • blue value is 105.
RGB:
(82,124,105)
(32%,49%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 124 of 255 = 49%
B 105 of 255 = 41%

82
124
105

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

Portions of RGB colors in percentages

R + G + B =
82 + 124 + 105 = 311 (100%)
R 82 of 311 ~ 26.37%
G 124 of 311 ~ 39.87%
B 105 of 311 ~ 33.76%

%26.37
%39.87
%33.76

CMYK color model

#527C69 color CMYK value is (34,0,15,51).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 51.37%
CMYK:
(34,0,15,51)
C34M0Y15K51 
(34%,0%,15%,51%)
(0.34/0.00/0.15/0.51)	

CMYK percentages

%33.87
%0
%15.32
%51.37

Codes

Color #527C69 in popluar color models

527C69
RGB82124105
HSL153°20.39%40.39%
HSB/HSV153°33.87%48.63%
CMYK33.87%0.00%15.32%
51.37%

Color #527C69 in popluar number systems.

HEX527C69
Decimal82124105
Binary101001011111001101001
Octal122174151

Shades and tints

Shades of #527C69

#527C69
(82,124,105)
#4B7160
(75,113,96)
#446657
(68,102,87)
#3D5B4E
(61,91,78)
#365045
(54,80,69)
#2F453C
(47,69,60)
#283A33
(40,58,51)
#212F2A
(33,47,42)
#1A2421
(26,36,33)
#131918
(19,25,24)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #527C69

#527C69
(82,124,105)
#618776
(97,135,118)
#709283
(112,146,131)
#7F9D90
(127,157,144)
#8EA89D
(142,168,157)
#9DB3AA
(157,179,170)
#ACBEB7
(172,190,183)
#BBC9C4
(187,201,196)
#CAD4D1
(202,212,209)
#D9DFDE
(217,223,222)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527C69 color. Also use rgb(82,124,105) instead hex code.

Text Font Color

.myTextColor { color: #527C69; }

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

This text font color is #527C69.


Background Color

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

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

This div background color is #527C69.


Border color

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

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

This div border color is #527C69.


Opacity

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

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

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

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

This text has shadow with #527C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527C69 on black background.


Color preview on white background

This text has color #527C69 on white background.



Black color preview on #527C69 background

This text has black color on #527C69 background.


White color preview on #527C69 background

This text has white color on #527C69 background.