COLOR #526A4A

HEX: #526A4A
RGB: (82,106,74)

Color info

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

RGB color model

#526A4A color RGB value is (82,106,74).

  • red value is 82;
  • green value is 106;
  • blue value is 74.
RGB:
(82,106,74)
(32%,42%,29%)

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 74 of 255 = 29%

82
106
74

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

Portions of RGB colors in percentages

R + G + B =
82 + 106 + 74 = 262 (100%)
R 82 of 262 ~ 31.3%
G 106 of 262 ~ 40.46%
B 74 of 262 ~ 28.24%

%31.3
%40.46
%28.24

CMYK color model

#526A4A color CMYK value is (23,0,30,58).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 58.43%
CMYK:
(23,0,30,58)
C23M0Y30K58 
(23%,0%,30%,58%)
(0.23/0.00/0.30/0.58)	

CMYK percentages

%22.64
%0
%30.19
%58.43

Codes

Color #526A4A in popluar color models

526A4A
RGB8210674
HSL105°17.78%35.29%
HSB/HSV105°30.19%41.57%
CMYK22.64%0.00%30.19%
58.43%

Color #526A4A in popluar number systems.

HEX526A4A
Decimal8210674
Binary101001011010101001010
Octal122152112

Shades and tints

Shades of #526A4A

#526A4A
(82,106,74)
#4B6144
(75,97,68)
#44583E
(68,88,62)
#3D4F38
(61,79,56)
#364632
(54,70,50)
#2F3D2C
(47,61,44)
#283426
(40,52,38)
#212B20
(33,43,32)
#1A221A
(26,34,26)
#131914
(19,25,20)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #526A4A

#526A4A
(82,106,74)
#61775A
(97,119,90)
#70846A
(112,132,106)
#7F917A
(127,145,122)
#8E9E8A
(142,158,138)
#9DAB9A
(157,171,154)
#ACB8AA
(172,184,170)
#BBC5BA
(187,197,186)
#CAD2CA
(202,210,202)
#D9DFDA
(217,223,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526A4A color. Also use rgb(82,106,74) instead hex code.

Text Font Color

.myTextColor { color: #526A4A; }

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

This text font color is #526A4A.


Background Color

.myBgColor { background-color: #526A4A; }

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

This div background color is #526A4A.


Border color

.myBorderColor { border: 1px solid #526A4A; }

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

This div border color is #526A4A.


Opacity

.myOpacity80 { color: #526A4A; opacity: 0.8; }

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

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

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

This text has shadow with #526A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526A4A on black background.


Color preview on white background

This text has color #526A4A on white background.



Black color preview on #526A4A background

This text has black color on #526A4A background.


White color preview on #526A4A background

This text has white color on #526A4A background.