COLOR #527B65

HEX: #527B65
RGB: (82,123,101)

Color info

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

RGB color model

#527B65 color RGB value is (82,123,101).

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

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 101 of 255 = 40%

82
123
101

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

Portions of RGB colors in percentages

R + G + B =
82 + 123 + 101 = 306 (100%)
R 82 of 306 ~ 26.8%
G 123 of 306 ~ 40.2%
B 101 of 306 ~ 33.01%

%26.8
%40.2
%33.01

CMYK color model

#527B65 color CMYK value is (33,0,18,52).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 51.76%
CMYK:
(33,0,18,52)
C33M0Y18K52 
(33%,0%,18%,52%)
(0.33/0.00/0.18/0.52)	

CMYK percentages

%33.33
%0
%17.89
%51.76

Codes

Color #527B65 in popluar color models

527B65
RGB82123101
HSL148°20.00%40.20%
HSB/HSV148°33.33%48.24%
CMYK33.33%0.00%17.89%
51.76%

Color #527B65 in popluar number systems.

HEX527B65
Decimal82123101
Binary101001011110111100101
Octal122173145

Shades and tints

Shades of #527B65

#527B65
(82,123,101)
#4B705C
(75,112,92)
#446553
(68,101,83)
#3D5A4A
(61,90,74)
#364F41
(54,79,65)
#2F4438
(47,68,56)
#28392F
(40,57,47)
#212E26
(33,46,38)
#1A231D
(26,35,29)
#131814
(19,24,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #527B65

#527B65
(82,123,101)
#618773
(97,135,115)
#709381
(112,147,129)
#7F9F8F
(127,159,143)
#8EAB9D
(142,171,157)
#9DB7AB
(157,183,171)
#ACC3B9
(172,195,185)
#BBCFC7
(187,207,199)
#CADBD5
(202,219,213)
#D9E7E3
(217,231,227)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527B65; }

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

This text font color is #527B65.


Background Color

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

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

This div background color is #527B65.


Border color

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

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

This div border color is #527B65.


Opacity

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

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

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

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

This text has shadow with #527B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527B65 on black background.


Color preview on white background

This text has color #527B65 on white background.



Black color preview on #527B65 background

This text has black color on #527B65 background.


White color preview on #527B65 background

This text has white color on #527B65 background.