COLOR #526955

HEX: #526955
RGB: (82,105,85)

Color info

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

RGB color model

#526955 color RGB value is (82,105,85).

  • red value is 82;
  • green value is 105;
  • blue value is 85.
RGB:
(82,105,85)
(32%,41%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 105 of 255 = 41%
B 85 of 255 = 33%

82
105
85

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

Portions of RGB colors in percentages

R + G + B =
82 + 105 + 85 = 272 (100%)
R 82 of 272 ~ 30.15%
G 105 of 272 ~ 38.6%
B 85 of 272 ~ 31.25%

%30.15
%38.6
%31.25

CMYK color model

#526955 color CMYK value is (22,0,19,59).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 58.82%
CMYK:
(22,0,19,59)
C22M0Y19K59 
(22%,0%,19%,59%)
(0.22/0.00/0.19/0.59)	

CMYK percentages

%21.9
%0
%19.05
%58.82

Codes

Color #526955 in popluar color models

526955
RGB8210585
HSL128°12.30%36.67%
HSB/HSV128°21.90%41.18%
CMYK21.90%0.00%19.05%
58.82%

Color #526955 in popluar number systems.

HEX526955
Decimal8210585
Binary101001011010011010101
Octal122151125

Shades and tints

Shades of #526955

#526955
(82,105,85)
#4B604E
(75,96,78)
#445747
(68,87,71)
#3D4E40
(61,78,64)
#364539
(54,69,57)
#2F3C32
(47,60,50)
#28332B
(40,51,43)
#212A24
(33,42,36)
#1A211D
(26,33,29)
#131816
(19,24,22)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #526955

#526955
(82,105,85)
#617664
(97,118,100)
#708373
(112,131,115)
#7F9082
(127,144,130)
#8E9D91
(142,157,145)
#9DAAA0
(157,170,160)
#ACB7AF
(172,183,175)
#BBC4BE
(187,196,190)
#CAD1CD
(202,209,205)
#D9DEDC
(217,222,220)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526955; }

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

This text font color is #526955.


Background Color

.myBgColor { background-color: #526955; }

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

This div background color is #526955.


Border color

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

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

This div border color is #526955.


Opacity

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

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

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

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

This text has shadow with #526955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526955 on black background.


Color preview on white background

This text has color #526955 on white background.



Black color preview on #526955 background

This text has black color on #526955 background.


White color preview on #526955 background

This text has white color on #526955 background.