COLOR #526042

HEX: #526042
RGB: (82,96,66)

Color info

#526042 contains red, green and blue colors in about the same proportion. Web safe color of #526042 is #666633 (or #663).

RGB color model

#526042 color RGB value is (82,96,66).

  • red value is 82;
  • green value is 96;
  • blue value is 66.
RGB:
(82,96,66)
(32%,38%,26%)

RGB channels and saturation

R 82 of 255 = 32%
G 96 of 255 = 38%
B 66 of 255 = 26%

82
96
66

R + G + B ~ 32%. #526042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 66 = 244 (100%)
R 82 of 244 ~ 33.61%
G 96 of 244 ~ 39.34%
B 66 of 244 ~ 27.05%

%33.61
%39.34
%27.05

CMYK color model

#526042 color CMYK value is (15,0,31,62).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 62.35%
CMYK:
(15,0,31,62)
C15M0Y31K62 
(15%,0%,31%,62%)
(0.15/0.00/0.31/0.62)	

CMYK percentages

%14.58
%0
%31.25
%62.35

Codes

Color #526042 in popluar color models

526042
RGB829666
HSL88°18.52%31.76%
HSB/HSV88°31.25%37.65%
CMYK14.58%0.00%31.25%
62.35%

Color #526042 in popluar number systems.

HEX526042
Decimal829666
Binary101001011000001000010
Octal122140102

Shades and tints

Shades of #526042

#526042
(82,96,66)
#4B583C
(75,88,60)
#445036
(68,80,54)
#3D4830
(61,72,48)
#36402A
(54,64,42)
#2F3824
(47,56,36)
#28301E
(40,48,30)
#212818
(33,40,24)
#1A2012
(26,32,18)
#13180C
(19,24,12)
#0C1006
(12,16,6)
#000000
(0,0,0)

Tints of #526042

#526042
(82,96,66)
#616E53
(97,110,83)
#707C64
(112,124,100)
#7F8A75
(127,138,117)
#8E9886
(142,152,134)
#9DA697
(157,166,151)
#ACB4A8
(172,180,168)
#BBC2B9
(187,194,185)
#CAD0CA
(202,208,202)
#D9DEDB
(217,222,219)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526042 color. Also use rgb(82,96,66) instead hex code.

Text Font Color

.myTextColor { color: #526042; }

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

This text font color is #526042.


Background Color

.myBgColor { background-color: #526042; }

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

This div background color is #526042.


Border color

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

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

This div border color is #526042.


Opacity

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

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

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

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

This text has shadow with #526042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526042 on black background.


Color preview on white background

This text has color #526042 on white background.



Black color preview on #526042 background

This text has black color on #526042 background.


White color preview on #526042 background

This text has white color on #526042 background.