COLOR #524430

HEX: #524430
RGB: (82,68,48)

Color info

#524430 contains red, green and blue colors in about the same proportion. Web safe color of #524430 is #663333 (or #633).

RGB color model

#524430 color RGB value is (82,68,48).

  • red value is 82;
  • green value is 68;
  • blue value is 48.
RGB:
(82,68,48)
(32%,27%,19%)

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 48 of 255 = 19%

82
68
48

R + G + B ~ 26%. #524430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 48 = 198 (100%)
R 82 of 198 ~ 41.41%
G 68 of 198 ~ 34.34%
B 48 of 198 ~ 24.24%

%41.41
%34.34
%24.24

CMYK color model

#524430 color CMYK value is (0,17,41,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 41.46%
  • key color value is 67.84%
CMYK:
(0,17,41,68)
C0M17Y41K68 
(0%,17%,41%,68%)
(0.00/0.17/0.41/0.68)	

CMYK percentages

%0
%17.07
%41.46
%67.84

Codes

Color #524430 in popluar color models

524430
RGB826848
HSL35°26.15%25.49%
HSB/HSV35°41.46%32.16%
CMYK0.00%17.07%41.46%
67.84%

Color #524430 in popluar number systems.

HEX524430
Decimal826848
Binary10100101000100110000
Octal12210460

Shades and tints

Shades of #524430

#524430
(82,68,48)
#4B3E2C
(75,62,44)
#443828
(68,56,40)
#3D3224
(61,50,36)
#362C20
(54,44,32)
#2F261C
(47,38,28)
#282018
(40,32,24)
#211A14
(33,26,20)
#1A1410
(26,20,16)
#130E0C
(19,14,12)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #524430

#524430
(82,68,48)
#615542
(97,85,66)
#706654
(112,102,84)
#7F7766
(127,119,102)
#8E8878
(142,136,120)
#9D998A
(157,153,138)
#ACAA9C
(172,170,156)
#BBBBAE
(187,187,174)
#CACCC0
(202,204,192)
#D9DDD2
(217,221,210)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524430 color. Also use rgb(82,68,48) instead hex code.

Text Font Color

.myTextColor { color: #524430; }

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

This text font color is #524430.


Background Color

.myBgColor { background-color: #524430; }

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

This div background color is #524430.


Border color

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

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

This div border color is #524430.


Opacity

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

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

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

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

This text has shadow with #524430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524430 on black background.


Color preview on white background

This text has color #524430 on white background.



Black color preview on #524430 background

This text has black color on #524430 background.


White color preview on #524430 background

This text has white color on #524430 background.