COLOR #527754

HEX: #527754
RGB: (82,119,84)

Color info

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

RGB color model

#527754 color RGB value is (82,119,84).

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

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 84 of 255 = 33%

82
119
84

R + G + B ~ 37%. #527754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 84 = 285 (100%)
R 82 of 285 ~ 28.77%
G 119 of 285 ~ 41.75%
B 84 of 285 ~ 29.47%

%28.77
%41.75
%29.47

CMYK color model

#527754 color CMYK value is (31,0,29,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(31,0,29,53)
C31M0Y29K53 
(31%,0%,29%,53%)
(0.31/0.00/0.29/0.53)	

CMYK percentages

%31.09
%0
%29.41
%53.33

Codes

Color #527754 in popluar color models

527754
RGB8211984
HSL123°18.41%39.41%
HSB/HSV123°31.09%46.67%
CMYK31.09%0.00%29.41%
53.33%

Color #527754 in popluar number systems.

HEX527754
Decimal8211984
Binary101001011101111010100
Octal122167124

Shades and tints

Shades of #527754

#527754
(82,119,84)
#4B6D4D
(75,109,77)
#446346
(68,99,70)
#3D593F
(61,89,63)
#364F38
(54,79,56)
#2F4531
(47,69,49)
#283B2A
(40,59,42)
#213123
(33,49,35)
#1A271C
(26,39,28)
#131D15
(19,29,21)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #527754

#527754
(82,119,84)
#618363
(97,131,99)
#708F72
(112,143,114)
#7F9B81
(127,155,129)
#8EA790
(142,167,144)
#9DB39F
(157,179,159)
#ACBFAE
(172,191,174)
#BBCBBD
(187,203,189)
#CAD7CC
(202,215,204)
#D9E3DB
(217,227,219)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527754; }

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

This text font color is #527754.


Background Color

.myBgColor { background-color: #527754; }

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

This div background color is #527754.


Border color

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

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

This div border color is #527754.


Opacity

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

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

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

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

This text has shadow with #527754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527754 on black background.


Color preview on white background

This text has color #527754 on white background.



Black color preview on #527754 background

This text has black color on #527754 background.


White color preview on #527754 background

This text has white color on #527754 background.