COLOR #524F3D

HEX: #524F3D
RGB: (82,79,61)

Color info

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

RGB color model

#524F3D color RGB value is (82,79,61).

  • red value is 82;
  • green value is 79;
  • blue value is 61.
RGB:
(82,79,61)
(32%,31%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 61 of 255 = 24%

82
79
61

R + G + B ~ 29%. #524F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 61 = 222 (100%)
R 82 of 222 ~ 36.94%
G 79 of 222 ~ 35.59%
B 61 of 222 ~ 27.48%

%36.94
%35.59
%27.48

CMYK color model

#524F3D color CMYK value is (0,4,26,68).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,4,26,68)
C0M4Y26K68 
(0%,4%,26%,68%)
(0.00/0.04/0.26/0.68)	

CMYK percentages

%0
%3.66
%25.61
%67.84

Codes

Color #524F3D in popluar color models

524F3D
RGB827961
HSL51°14.69%28.04%
HSB/HSV51°25.61%32.16%
CMYK0.00%3.66%25.61%
67.84%

Color #524F3D in popluar number systems.

HEX524F3D
Decimal827961
Binary10100101001111111101
Octal12211775

Shades and tints

Shades of #524F3D

#524F3D
(82,79,61)
#4B4838
(75,72,56)
#444133
(68,65,51)
#3D3A2E
(61,58,46)
#363329
(54,51,41)
#2F2C24
(47,44,36)
#28251F
(40,37,31)
#211E1A
(33,30,26)
#1A1715
(26,23,21)
#131010
(19,16,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #524F3D

#524F3D
(82,79,61)
#615F4E
(97,95,78)
#706F5F
(112,111,95)
#7F7F70
(127,127,112)
#8E8F81
(142,143,129)
#9D9F92
(157,159,146)
#ACAFA3
(172,175,163)
#BBBFB4
(187,191,180)
#CACFC5
(202,207,197)
#D9DFD6
(217,223,214)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524F3D color. Also use rgb(82,79,61) instead hex code.

Text Font Color

.myTextColor { color: #524F3D; }

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

This text font color is #524F3D.


Background Color

.myBgColor { background-color: #524F3D; }

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

This div background color is #524F3D.


Border color

.myBorderColor { border: 1px solid #524F3D; }

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

This div border color is #524F3D.


Opacity

.myOpacity80 { color: #524F3D; opacity: 0.8; }

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

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

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

This text has shadow with #524F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524F3D on black background.


Color preview on white background

This text has color #524F3D on white background.



Black color preview on #524F3D background

This text has black color on #524F3D background.


White color preview on #524F3D background

This text has white color on #524F3D background.