COLOR #527740

HEX: #527740
RGB: (82,119,64)

Color info

#527740 contains red, green and blue colors in about the same proportion. Web safe color of #527740 is #666633 (or #663).

RGB color model

#527740 color RGB value is (82,119,64).

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

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 64 of 255 = 25%

82
119
64

R + G + B ~ 35%. #527740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 64 = 265 (100%)
R 82 of 265 ~ 30.94%
G 119 of 265 ~ 44.91%
B 64 of 265 ~ 24.15%

%30.94
%44.91
%24.15

CMYK color model

#527740 color CMYK value is (31,0,46,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK:
(31,0,46,53)
C31M0Y46K53 
(31%,0%,46%,53%)
(0.31/0.00/0.46/0.53)	

CMYK percentages

%31.09
%0
%46.22
%53.33

Codes

Color #527740 in popluar color models

527740
RGB8211964
HSL100°30.05%35.88%
HSB/HSV100°46.22%46.67%
CMYK31.09%0.00%46.22%
53.33%

Color #527740 in popluar number systems.

HEX527740
Decimal8211964
Binary101001011101111000000
Octal122167100

Shades and tints

Shades of #527740

#527740
(82,119,64)
#4B6D3B
(75,109,59)
#446336
(68,99,54)
#3D5931
(61,89,49)
#364F2C
(54,79,44)
#2F4527
(47,69,39)
#283B22
(40,59,34)
#21311D
(33,49,29)
#1A2718
(26,39,24)
#131D13
(19,29,19)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #527740

#527740
(82,119,64)
#618351
(97,131,81)
#708F62
(112,143,98)
#7F9B73
(127,155,115)
#8EA784
(142,167,132)
#9DB395
(157,179,149)
#ACBFA6
(172,191,166)
#BBCBB7
(187,203,183)
#CAD7C8
(202,215,200)
#D9E3D9
(217,227,217)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527740; }

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

This text font color is #527740.


Background Color

.myBgColor { background-color: #527740; }

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

This div background color is #527740.


Border color

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

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

This div border color is #527740.


Opacity

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

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

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

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

This text has shadow with #527740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527740 on black background.


Color preview on white background

This text has color #527740 on white background.



Black color preview on #527740 background

This text has black color on #527740 background.


White color preview on #527740 background

This text has white color on #527740 background.