COLOR #527552

HEX: #527552
RGB: (82,117,82)

Color info

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

RGB color model

#527552 color RGB value is (82,117,82).

  • red value is 82;
  • green value is 117;
  • blue value is 82.
RGB:
(82,117,82)
(32%,46%,32%)

RGB channels and saturation

R 82 of 255 = 32%
G 117 of 255 = 46%
B 82 of 255 = 32%

82
117
82

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

Portions of RGB colors in percentages

R + G + B =
82 + 117 + 82 = 281 (100%)
R 82 of 281 ~ 29.18%
G 117 of 281 ~ 41.64%
B 82 of 281 ~ 29.18%

%29.18
%41.64
%29.18

CMYK color model

#527552 color CMYK value is (30,0,30,54).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 54.12%
CMYK:
(30,0,30,54)
C30M0Y30K54 
(30%,0%,30%,54%)
(0.30/0.00/0.30/0.54)	

CMYK percentages

%29.91
%0
%29.91
%54.12

Codes

Color #527552 in popluar color models

527552
RGB8211782
HSL120°17.59%39.02%
HSB/HSV120°29.91%45.88%
CMYK29.91%0.00%29.91%
54.12%

Color #527552 in popluar number systems.

HEX527552
Decimal8211782
Binary101001011101011010010
Octal122165122

Shades and tints

Shades of #527552

#527552
(82,117,82)
#4B6B4B
(75,107,75)
#446144
(68,97,68)
#3D573D
(61,87,61)
#364D36
(54,77,54)
#2F432F
(47,67,47)
#283928
(40,57,40)
#212F21
(33,47,33)
#1A251A
(26,37,26)
#131B13
(19,27,19)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #527552

#527552
(82,117,82)
#618161
(97,129,97)
#708D70
(112,141,112)
#7F997F
(127,153,127)
#8EA58E
(142,165,142)
#9DB19D
(157,177,157)
#ACBDAC
(172,189,172)
#BBC9BB
(187,201,187)
#CAD5CA
(202,213,202)
#D9E1D9
(217,225,217)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527552; }

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

This text font color is #527552.


Background Color

.myBgColor { background-color: #527552; }

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

This div background color is #527552.


Border color

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

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

This div border color is #527552.


Opacity

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

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

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

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

This text has shadow with #527552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527552 on black background.


Color preview on white background

This text has color #527552 on white background.



Black color preview on #527552 background

This text has black color on #527552 background.


White color preview on #527552 background

This text has white color on #527552 background.