COLOR #526753

HEX: #526753
RGB: (82,103,83)

Color info

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

RGB color model

#526753 color RGB value is (82,103,83).

  • red value is 82;
  • green value is 103;
  • blue value is 83.
RGB:
(82,103,83)
(32%,40%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 83 of 255 = 33%

82
103
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 83 = 268 (100%)
R 82 of 268 ~ 30.6%
G 103 of 268 ~ 38.43%
B 83 of 268 ~ 30.97%

%30.6
%38.43
%30.97

CMYK color model

#526753 color CMYK value is (20,0,19,60).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(20,0,19,60)
C20M0Y19K60 
(20%,0%,19%,60%)
(0.20/0.00/0.19/0.60)	

CMYK percentages

%20.39
%0
%19.42
%59.61

Codes

Color #526753 in popluar color models

526753
RGB8210383
HSL123°11.35%36.27%
HSB/HSV123°20.39%40.39%
CMYK20.39%0.00%19.42%
59.61%

Color #526753 in popluar number systems.

HEX526753
Decimal8210383
Binary101001011001111010011
Octal122147123

Shades and tints

Shades of #526753

#526753
(82,103,83)
#4B5E4C
(75,94,76)
#445545
(68,85,69)
#3D4C3E
(61,76,62)
#364337
(54,67,55)
#2F3A30
(47,58,48)
#283129
(40,49,41)
#212822
(33,40,34)
#1A1F1B
(26,31,27)
#131614
(19,22,20)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #526753

#526753
(82,103,83)
#617462
(97,116,98)
#708171
(112,129,113)
#7F8E80
(127,142,128)
#8E9B8F
(142,155,143)
#9DA89E
(157,168,158)
#ACB5AD
(172,181,173)
#BBC2BC
(187,194,188)
#CACFCB
(202,207,203)
#D9DCDA
(217,220,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526753 color. Also use rgb(82,103,83) instead hex code.

Text Font Color

.myTextColor { color: #526753; }

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

This text font color is #526753.


Background Color

.myBgColor { background-color: #526753; }

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

This div background color is #526753.


Border color

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

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

This div border color is #526753.


Opacity

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

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

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

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

This text has shadow with #526753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526753 on black background.


Color preview on white background

This text has color #526753 on white background.



Black color preview on #526753 background

This text has black color on #526753 background.


White color preview on #526753 background

This text has white color on #526753 background.