COLOR #527450

HEX: #527450
RGB: (82,116,80)

Color info

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

RGB color model

#527450 color RGB value is (82,116,80).

  • red value is 82;
  • green value is 116;
  • blue value is 80.
RGB:
(82,116,80)
(32%,45%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 80 of 255 = 31%

82
116
80

R + G + B ~ 36%. #527450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 116 + 80 = 278 (100%)
R 82 of 278 ~ 29.5%
G 116 of 278 ~ 41.73%
B 80 of 278 ~ 28.78%

%29.5
%41.73
%28.78

CMYK color model

#527450 color CMYK value is (29,0,31,55).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(29,0,31,55)
C29M0Y31K55 
(29%,0%,31%,55%)
(0.29/0.00/0.31/0.55)	

CMYK percentages

%29.31
%0
%31.03
%54.51

Codes

Color #527450 in popluar color models

527450
RGB8211680
HSL117°18.37%38.43%
HSB/HSV117°31.03%45.49%
CMYK29.31%0.00%31.03%
54.51%

Color #527450 in popluar number systems.

HEX527450
Decimal8211680
Binary101001011101001010000
Octal122164120

Shades and tints

Shades of #527450

#527450
(82,116,80)
#4B6A49
(75,106,73)
#446042
(68,96,66)
#3D563B
(61,86,59)
#364C34
(54,76,52)
#2F422D
(47,66,45)
#283826
(40,56,38)
#212E1F
(33,46,31)
#1A2418
(26,36,24)
#131A11
(19,26,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #527450

#527450
(82,116,80)
#61805F
(97,128,95)
#708C6E
(112,140,110)
#7F987D
(127,152,125)
#8EA48C
(142,164,140)
#9DB09B
(157,176,155)
#ACBCAA
(172,188,170)
#BBC8B9
(187,200,185)
#CAD4C8
(202,212,200)
#D9E0D7
(217,224,215)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527450; }

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

This text font color is #527450.


Background Color

.myBgColor { background-color: #527450; }

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

This div background color is #527450.


Border color

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

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

This div border color is #527450.


Opacity

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

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

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

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

This text has shadow with #527450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527450 on black background.


Color preview on white background

This text has color #527450 on white background.



Black color preview on #527450 background

This text has black color on #527450 background.


White color preview on #527450 background

This text has white color on #527450 background.