COLOR #527767

HEX: #527767
RGB: (82,119,103)

Color info

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

RGB color model

#527767 color RGB value is (82,119,103).

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

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 103 of 255 = 40%

82
119
103

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

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 103 = 304 (100%)
R 82 of 304 ~ 26.97%
G 119 of 304 ~ 39.14%
B 103 of 304 ~ 33.88%

%26.97
%39.14
%33.88

CMYK color model

#527767 color CMYK value is (31,0,13,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(31,0,13,53)
C31M0Y13K53 
(31%,0%,13%,53%)
(0.31/0.00/0.13/0.53)	

CMYK percentages

%31.09
%0
%13.45
%53.33

Codes

Color #527767 in popluar color models

527767
RGB82119103
HSL154°18.41%39.41%
HSB/HSV154°31.09%46.67%
CMYK31.09%0.00%13.45%
53.33%

Color #527767 in popluar number systems.

HEX527767
Decimal82119103
Binary101001011101111100111
Octal122167147

Shades and tints

Shades of #527767

#527767
(82,119,103)
#4B6D5E
(75,109,94)
#446355
(68,99,85)
#3D594C
(61,89,76)
#364F43
(54,79,67)
#2F453A
(47,69,58)
#283B31
(40,59,49)
#213128
(33,49,40)
#1A271F
(26,39,31)
#131D16
(19,29,22)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #527767

#527767
(82,119,103)
#618374
(97,131,116)
#708F81
(112,143,129)
#7F9B8E
(127,155,142)
#8EA79B
(142,167,155)
#9DB3A8
(157,179,168)
#ACBFB5
(172,191,181)
#BBCBC2
(187,203,194)
#CAD7CF
(202,215,207)
#D9E3DC
(217,227,220)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527767; }

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

This text font color is #527767.


Background Color

.myBgColor { background-color: #527767; }

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

This div background color is #527767.


Border color

.myBorderColor { border: 1px solid #527767; }

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

This div border color is #527767.


Opacity

.myOpacity80 { color: #527767; opacity: 0.8; }

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

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

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

This text has shadow with #527767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527767 on black background.


Color preview on white background

This text has color #527767 on white background.



Black color preview on #527767 background

This text has black color on #527767 background.


White color preview on #527767 background

This text has white color on #527767 background.