COLOR #52514A

HEX: #52514A
RGB: (82,81,74)

Color info

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

RGB color model

#52514A color RGB value is (82,81,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 74 of 255 = 29%

82
81
74

R + G + B ~ 31%. #52514A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 74 = 237 (100%)
R 82 of 237 ~ 34.6%
G 81 of 237 ~ 34.18%
B 74 of 237 ~ 31.22%

%34.6
%34.18
%31.22

CMYK color model

#52514A color CMYK value is (0,1,10,68).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(0,1,10,68)
C0M1Y10K68 
(0%,1%,10%,68%)
(0.00/0.01/0.10/0.68)	

CMYK percentages

%0
%1.22
%9.76
%67.84

Codes

Color #52514A in popluar color models

52514A
RGB828174
HSL52°5.13%30.59%
HSB/HSV52°9.76%32.16%
CMYK0.00%1.22%9.76%
67.84%

Color #52514A in popluar number systems.

HEX52514A
Decimal828174
Binary101001010100011001010
Octal122121112

Shades and tints

Shades of #52514A

#52514A
(82,81,74)
#4B4A44
(75,74,68)
#44433E
(68,67,62)
#3D3C38
(61,60,56)
#363532
(54,53,50)
#2F2E2C
(47,46,44)
#282726
(40,39,38)
#212020
(33,32,32)
#1A191A
(26,25,26)
#131214
(19,18,20)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #52514A

#52514A
(82,81,74)
#61605A
(97,96,90)
#706F6A
(112,111,106)
#7F7E7A
(127,126,122)
#8E8D8A
(142,141,138)
#9D9C9A
(157,156,154)
#ACABAA
(172,171,170)
#BBBABA
(187,186,186)
#CAC9CA
(202,201,202)
#D9D8DA
(217,216,218)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52514A; }

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

This text font color is #52514A.


Background Color

.myBgColor { background-color: #52514A; }

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

This div background color is #52514A.


Border color

.myBorderColor { border: 1px solid #52514A; }

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

This div border color is #52514A.


Opacity

.myOpacity80 { color: #52514A; opacity: 0.8; }

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

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

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

This text has shadow with #52514A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52514A on black background.


Color preview on white background

This text has color #52514A on white background.



Black color preview on #52514A background

This text has black color on #52514A background.


White color preview on #52514A background

This text has white color on #52514A background.