COLOR #524B23

HEX: #524B23
RGB: (82,75,35)

Color info

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

RGB color model

#524B23 color RGB value is (82,75,35).

  • red value is 82;
  • green value is 75;
  • blue value is 35.
RGB:
(82,75,35)
(32%,29%,14%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 35 of 255 = 14%

82
75
35

R + G + B ~ 25%. #524B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 75 + 35 = 192 (100%)
R 82 of 192 ~ 42.71%
G 75 of 192 ~ 39.06%
B 35 of 192 ~ 18.23%

%42.71
%39.06
%18.23

CMYK color model

#524B23 color CMYK value is (0,9,57,68).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 57.32%
  • key color value is 67.84%
CMYK:
(0,9,57,68)
C0M9Y57K68 
(0%,9%,57%,68%)
(0.00/0.09/0.57/0.68)	

CMYK percentages

%0
%8.54
%57.32
%67.84

Codes

Color #524B23 in popluar color models

524B23
RGB827535
HSL51°40.17%22.94%
HSB/HSV51°57.32%32.16%
CMYK0.00%8.54%57.32%
67.84%

Color #524B23 in popluar number systems.

HEX524B23
Decimal827535
Binary10100101001011100011
Octal12211343

Shades and tints

Shades of #524B23

#524B23
(82,75,35)
#4B4520
(75,69,32)
#443F1D
(68,63,29)
#3D391A
(61,57,26)
#363317
(54,51,23)
#2F2D14
(47,45,20)
#282711
(40,39,17)
#21210E
(33,33,14)
#1A1B0B
(26,27,11)
#131508
(19,21,8)
#0C0F05
(12,15,5)
#000000
(0,0,0)

Tints of #524B23

#524B23
(82,75,35)
#615B37
(97,91,55)
#706B4B
(112,107,75)
#7F7B5F
(127,123,95)
#8E8B73
(142,139,115)
#9D9B87
(157,155,135)
#ACAB9B
(172,171,155)
#BBBBAF
(187,187,175)
#CACBC3
(202,203,195)
#D9DBD7
(217,219,215)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524B23 color. Also use rgb(82,75,35) instead hex code.

Text Font Color

.myTextColor { color: #524B23; }

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

This text font color is #524B23.


Background Color

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

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

This div background color is #524B23.


Border color

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

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

This div border color is #524B23.


Opacity

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

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

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

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

This text has shadow with #524B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524B23 on black background.


Color preview on white background

This text has color #524B23 on white background.



Black color preview on #524B23 background

This text has black color on #524B23 background.


White color preview on #524B23 background

This text has white color on #524B23 background.