COLOR #52614D

HEX: #52614D
RGB: (82,97,77)

Color info

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

RGB color model

#52614D color RGB value is (82,97,77).

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

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 77 of 255 = 30%

82
97
77

R + G + B ~ 33%. #52614D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 97 + 77 = 256 (100%)
R 82 of 256 ~ 32.03%
G 97 of 256 ~ 37.89%
B 77 of 256 ~ 30.08%

%32.03
%37.89
%30.08

CMYK color model

#52614D color CMYK value is (15,0,21,62).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(15,0,21,62)
C15M0Y21K62 
(15%,0%,21%,62%)
(0.15/0.00/0.21/0.62)	

CMYK percentages

%15.46
%0
%20.62
%61.96

Codes

Color #52614D in popluar color models

52614D
RGB829777
HSL105°11.49%34.12%
HSB/HSV105°20.62%38.04%
CMYK15.46%0.00%20.62%
61.96%

Color #52614D in popluar number systems.

HEX52614D
Decimal829777
Binary101001011000011001101
Octal122141115

Shades and tints

Shades of #52614D

#52614D
(82,97,77)
#4B5946
(75,89,70)
#44513F
(68,81,63)
#3D4938
(61,73,56)
#364131
(54,65,49)
#2F392A
(47,57,42)
#283123
(40,49,35)
#21291C
(33,41,28)
#1A2115
(26,33,21)
#13190E
(19,25,14)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #52614D

#52614D
(82,97,77)
#616F5D
(97,111,93)
#707D6D
(112,125,109)
#7F8B7D
(127,139,125)
#8E998D
(142,153,141)
#9DA79D
(157,167,157)
#ACB5AD
(172,181,173)
#BBC3BD
(187,195,189)
#CAD1CD
(202,209,205)
#D9DFDD
(217,223,221)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52614D; }

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

This text font color is #52614D.


Background Color

.myBgColor { background-color: #52614D; }

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

This div background color is #52614D.


Border color

.myBorderColor { border: 1px solid #52614D; }

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

This div border color is #52614D.


Opacity

.myOpacity80 { color: #52614D; opacity: 0.8; }

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

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

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

This text has shadow with #52614D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52614D on black background.


Color preview on white background

This text has color #52614D on white background.



Black color preview on #52614D background

This text has black color on #52614D background.


White color preview on #52614D background

This text has white color on #52614D background.