COLOR #527367

HEX: #527367
RGB: (82,115,103)

Color info

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

RGB color model

#527367 color RGB value is (82,115,103).

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

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 103 of 255 = 40%

82
115
103

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

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 103 = 300 (100%)
R 82 of 300 ~ 27.33%
G 115 of 300 ~ 38.33%
B 103 of 300 ~ 34.33%

%27.33
%38.33
%34.33

CMYK color model

#527367 color CMYK value is (29,0,10,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(29,0,10,55)
C29M0Y10K55 
(29%,0%,10%,55%)
(0.29/0.00/0.10/0.55)	

CMYK percentages

%28.7
%0
%10.43
%54.9

Codes

Color #527367 in popluar color models

527367
RGB82115103
HSL158°16.75%38.63%
HSB/HSV158°28.70%45.10%
CMYK28.70%0.00%10.43%
54.90%

Color #527367 in popluar number systems.

HEX527367
Decimal82115103
Binary101001011100111100111
Octal122163147

Shades and tints

Shades of #527367

#527367
(82,115,103)
#4B695E
(75,105,94)
#445F55
(68,95,85)
#3D554C
(61,85,76)
#364B43
(54,75,67)
#2F413A
(47,65,58)
#283731
(40,55,49)
#212D28
(33,45,40)
#1A231F
(26,35,31)
#131916
(19,25,22)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #527367

#527367
(82,115,103)
#617F74
(97,127,116)
#708B81
(112,139,129)
#7F978E
(127,151,142)
#8EA39B
(142,163,155)
#9DAFA8
(157,175,168)
#ACBBB5
(172,187,181)
#BBC7C2
(187,199,194)
#CAD3CF
(202,211,207)
#D9DFDC
(217,223,220)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527367; }

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

This text font color is #527367.


Background Color

.myBgColor { background-color: #527367; }

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

This div background color is #527367.


Border color

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

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

This div border color is #527367.


Opacity

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

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

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

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

This text has shadow with #527367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527367 on black background.


Color preview on white background

This text has color #527367 on white background.



Black color preview on #527367 background

This text has black color on #527367 background.


White color preview on #527367 background

This text has white color on #527367 background.