COLOR #526555

HEX: #526555 RGB: (82,101,85)

Color info

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

RGB color model

#526555 color RGB value is (82,101,85).

RGB: (82,101,85) (32%, 40%, 33%)

RGB channels and saturation

R 82 of 255 = 32%
G 101 of 255 = 40%
B 85 of 255 = 33%

82
101
85

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

Portions of RGB colors in percentages

R + G + B = 82 + 101 + 85 = 268 (100%)
R 82 of 268 ~ 30.6%
G 101 of 268 ~ 37.69%
B 85 of 268 ~ 31.72'%

%30.6
%37.69
%31.72

CMYK color model

#526555 color CMYK value is (19,0,16,60).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%

CMYK: (19,0,16,60)
C19M0Y16K60 (19%, 0%, 16%, 60%)
(0.19 / 0.00 / 0.16 / 0.60)

CMYK percentages

%18.81
%0
%15.84
%60.39

Codes

Color #526555 in popluar color models

52 65 55
RGB 82 101 85
HSL 129° 10.38% 35.88%
HSB/HSV 129° 18.81% 39.61%
CMYK 18.81% 0.00% 15.84%
60.39%

Color #526555 in popluar number systems.

HEX 52 65 55
Decimal 82 101 85
Binary 1010010 1100101 1010101
Octal 122 145 125

Shades and tints

Shades of #526555

#526555
(82,101,85)
#4B5C4E
(75,92,78)
#445347
(68,83,71)
#3D4A40
(61,74,64)
#364139
(54,65,57)
#2F3832
(47,56,50)
#282F2B
(40,47,43)
#212624
(33,38,36)
#1A1D1D
(26,29,29)
#131416
(19,20,22)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #526555

#526555
(82,101,85)
#617364
(97,115,100)
#708173
(112,129,115)
#7F8F82
(127,143,130)
#8E9D91
(142,157,145)
#9DABA0
(157,171,160)
#ACB9AF
(172,185,175)
#BBC7BE
(187,199,190)
#CAD5CD
(202,213,205)
#D9E3DC
(217,227,220)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526555; }

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

This text font color is #526555.

Background Color

.myBgColor { background-color: #526555; }

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

This div background color is #526555.

Border color

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

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

This div border color is #526555.

Opacity

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

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

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

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

This text has shadow with #526555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526555.

Preview

Color preview on black background

This text has color #526555 on black background.


Color preview on white background

This text has color #526555 on white background.


Black color preview on #526555 background

This text has black color on #526555 background.


White color preview on #526555 background

This text has white color on #526555 background.


Related colors

Complementary color

Complementary color for #hex is #AD9AAA.


I love getcolorcode.com

Triadic colors

1 #555265 and #655552 with #526555 are triadic colors.

2 #556552 and #655255 with #526555 are triadic colors.