COLOR #526D75

HEX: #526D75
RGB: (82,109,117)

Color info

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

RGB color model

#526D75 color RGB value is (82,109,117).

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

RGB channels and saturation

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

82
109
117

R + G + B ~ 40%. #526D75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 109 + 117 = 308 (100%)
R 82 of 308 ~ 26.62%
G 109 of 308 ~ 35.39%
B 117 of 308 ~ 37.99%

%26.62
%35.39
%37.99

CMYK color model

#526D75 color CMYK value is (30,7,0,54).

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

CMYK percentages

%29.91
%6.84
%0
%54.12

Codes

Color #526D75 in popluar color models

526D75
RGB82109117
HSL194°17.59%39.02%
HSB/HSV194°29.91%45.88%
CMYK29.91%6.84%0.00%
54.12%

Color #526D75 in popluar number systems.

HEX526D75
Decimal82109117
Binary101001011011011110101
Octal122155165

Shades and tints

Shades of #526D75

#526D75
(82,109,117)
#4B646B
(75,100,107)
#445B61
(68,91,97)
#3D5257
(61,82,87)
#36494D
(54,73,77)
#2F4043
(47,64,67)
#283739
(40,55,57)
#212E2F
(33,46,47)
#1A2525
(26,37,37)
#131C1B
(19,28,27)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #526D75

#526D75
(82,109,117)
#617A81
(97,122,129)
#70878D
(112,135,141)
#7F9499
(127,148,153)
#8EA1A5
(142,161,165)
#9DAEB1
(157,174,177)
#ACBBBD
(172,187,189)
#BBC8C9
(187,200,201)
#CAD5D5
(202,213,213)
#D9E2E1
(217,226,225)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526D75; }

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

This text font color is #526D75.


Background Color

.myBgColor { background-color: #526D75; }

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

This div background color is #526D75.


Border color

.myBorderColor { border: 1px solid #526D75; }

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

This div border color is #526D75.


Opacity

.myOpacity80 { color: #526D75; opacity: 0.8; }

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

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

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

This text has shadow with #526D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526D75 on black background.


Color preview on white background

This text has color #526D75 on white background.



Black color preview on #526D75 background

This text has black color on #526D75 background.


White color preview on #526D75 background

This text has white color on #526D75 background.