COLOR #527658

HEX: #527658
RGB: (82,118,88)

Color info

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

RGB color model

#527658 color RGB value is (82,118,88).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 88 of 255 = 35%

82
118
88

R + G + B ~ 38%. #527658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 88 = 288 (100%)
R 82 of 288 ~ 28.47%
G 118 of 288 ~ 40.97%
B 88 of 288 ~ 30.56%

%28.47
%40.97
%30.56

CMYK color model

#527658 color CMYK value is (31,0,25,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 53.73%
CMYK:
(31,0,25,54)
C31M0Y25K54 
(31%,0%,25%,54%)
(0.31/0.00/0.25/0.54)	

CMYK percentages

%30.51
%0
%25.42
%53.73

Codes

Color #527658 in popluar color models

527658
RGB8211888
HSL130°18.00%39.22%
HSB/HSV130°30.51%46.27%
CMYK30.51%0.00%25.42%
53.73%

Color #527658 in popluar number systems.

HEX527658
Decimal8211888
Binary101001011101101011000
Octal122166130

Shades and tints

Shades of #527658

#527658
(82,118,88)
#4B6C50
(75,108,80)
#446248
(68,98,72)
#3D5840
(61,88,64)
#364E38
(54,78,56)
#2F4430
(47,68,48)
#283A28
(40,58,40)
#213020
(33,48,32)
#1A2618
(26,38,24)
#131C10
(19,28,16)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #527658

#527658
(82,118,88)
#618267
(97,130,103)
#708E76
(112,142,118)
#7F9A85
(127,154,133)
#8EA694
(142,166,148)
#9DB2A3
(157,178,163)
#ACBEB2
(172,190,178)
#BBCAC1
(187,202,193)
#CAD6D0
(202,214,208)
#D9E2DF
(217,226,223)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527658; }

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

This text font color is #527658.


Background Color

.myBgColor { background-color: #527658; }

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

This div background color is #527658.


Border color

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

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

This div border color is #527658.


Opacity

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

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

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

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

This text has shadow with #527658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527658 on black background.


Color preview on white background

This text has color #527658 on white background.



Black color preview on #527658 background

This text has black color on #527658 background.


White color preview on #527658 background

This text has white color on #527658 background.