COLOR #534524

HEX: #534524
RGB: (83,69,36)

Color info

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

RGB color model

#534524 color RGB value is (83,69,36).

  • red value is 83;
  • green value is 69;
  • blue value is 36.
RGB:
(83,69,36)
(33%,27%,14%)

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 36 of 255 = 14%

83
69
36

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

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 36 = 188 (100%)
R 83 of 188 ~ 44.15%
G 69 of 188 ~ 36.7%
B 36 of 188 ~ 19.15%

%44.15
%36.7
%19.15

CMYK color model

#534524 color CMYK value is (0,17,57,67).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 56.63%
  • key color value is 67.45%
CMYK:
(0,17,57,67)
C0M17Y57K67 
(0%,17%,57%,67%)
(0.00/0.17/0.57/0.67)	

CMYK percentages

%0
%16.87
%56.63
%67.45

Codes

Color #534524 in popluar color models

534524
RGB836936
HSL42°39.50%23.33%
HSB/HSV42°56.63%32.55%
CMYK0.00%16.87%56.63%
67.45%

Color #534524 in popluar number systems.

HEX534524
Decimal836936
Binary10100111000101100100
Octal12310544

Shades and tints

Shades of #534524

#534524
(83,69,36)
#4C3F21
(76,63,33)
#45391E
(69,57,30)
#3E331B
(62,51,27)
#372D18
(55,45,24)
#302715
(48,39,21)
#292112
(41,33,18)
#221B0F
(34,27,15)
#1B150C
(27,21,12)
#140F09
(20,15,9)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #534524

#534524
(83,69,36)
#625537
(98,85,55)
#71654A
(113,101,74)
#80755D
(128,117,93)
#8F8570
(143,133,112)
#9E9583
(158,149,131)
#ADA596
(173,165,150)
#BCB5A9
(188,181,169)
#CBC5BC
(203,197,188)
#DAD5CF
(218,213,207)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534524 color. Also use rgb(83,69,36) instead hex code.

Text Font Color

.myTextColor { color: #534524; }

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

This text font color is #534524.


Background Color

.myBgColor { background-color: #534524; }

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

This div background color is #534524.


Border color

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

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

This div border color is #534524.


Opacity

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

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

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

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

This text has shadow with #534524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534524 on black background.


Color preview on white background

This text has color #534524 on white background.



Black color preview on #534524 background

This text has black color on #534524 background.


White color preview on #534524 background

This text has white color on #534524 background.