COLOR #526151

HEX: #526151
RGB: (82,97,81)

Color info

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

RGB color model

#526151 color RGB value is (82,97,81).

  • red value is 82;
  • green value is 97;
  • blue value is 81.
RGB:
(82,97,81)
(32%,38%,32%)

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 81 of 255 = 32%

82
97
81

R + G + B ~ 34%. #526151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 97 + 81 = 260 (100%)
R 82 of 260 ~ 31.54%
G 97 of 260 ~ 37.31%
B 81 of 260 ~ 31.15%

%31.54
%37.31
%31.15

CMYK color model

#526151 color CMYK value is (15,0,16,62).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 61.96%
CMYK:
(15,0,16,62)
C15M0Y16K62 
(15%,0%,16%,62%)
(0.15/0.00/0.16/0.62)	

CMYK percentages

%15.46
%0
%16.49
%61.96

Codes

Color #526151 in popluar color models

526151
RGB829781
HSL116°8.99%34.90%
HSB/HSV116°16.49%38.04%
CMYK15.46%0.00%16.49%
61.96%

Color #526151 in popluar number systems.

HEX526151
Decimal829781
Binary101001011000011010001
Octal122141121

Shades and tints

Shades of #526151

#526151
(82,97,81)
#4B594A
(75,89,74)
#445143
(68,81,67)
#3D493C
(61,73,60)
#364135
(54,65,53)
#2F392E
(47,57,46)
#283127
(40,49,39)
#212920
(33,41,32)
#1A2119
(26,33,25)
#131912
(19,25,18)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #526151

#526151
(82,97,81)
#616F60
(97,111,96)
#707D6F
(112,125,111)
#7F8B7E
(127,139,126)
#8E998D
(142,153,141)
#9DA79C
(157,167,156)
#ACB5AB
(172,181,171)
#BBC3BA
(187,195,186)
#CAD1C9
(202,209,201)
#D9DFD8
(217,223,216)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526151 color. Also use rgb(82,97,81) instead hex code.

Text Font Color

.myTextColor { color: #526151; }

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

This text font color is #526151.


Background Color

.myBgColor { background-color: #526151; }

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

This div background color is #526151.


Border color

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

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

This div border color is #526151.


Opacity

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

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

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

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

This text has shadow with #526151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526151 on black background.


Color preview on white background

This text has color #526151 on white background.



Black color preview on #526151 background

This text has black color on #526151 background.


White color preview on #526151 background

This text has white color on #526151 background.