COLOR #534329

HEX: #534329
RGB: (83,67,41)

Color info

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

RGB color model

#534329 color RGB value is (83,67,41).

  • red value is 83;
  • green value is 67;
  • blue value is 41.
RGB:
(83,67,41)
(33%,26%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 67 of 255 = 26%
B 41 of 255 = 16%

83
67
41

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

Portions of RGB colors in percentages

R + G + B =
83 + 67 + 41 = 191 (100%)
R 83 of 191 ~ 43.46%
G 67 of 191 ~ 35.08%
B 41 of 191 ~ 21.47%

%43.46
%35.08
%21.47

CMYK color model

#534329 color CMYK value is (0,19,51,67).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 50.60%
  • key color value is 67.45%
CMYK:
(0,19,51,67)
C0M19Y51K67 
(0%,19%,51%,67%)
(0.00/0.19/0.51/0.67)	

CMYK percentages

%0
%19.28
%50.6
%67.45

Codes

Color #534329 in popluar color models

534329
RGB836741
HSL37°33.87%24.31%
HSB/HSV37°50.60%32.55%
CMYK0.00%19.28%50.60%
67.45%

Color #534329 in popluar number systems.

HEX534329
Decimal836741
Binary10100111000011101001
Octal12310351

Shades and tints

Shades of #534329

#534329
(83,67,41)
#4C3D26
(76,61,38)
#453723
(69,55,35)
#3E3120
(62,49,32)
#372B1D
(55,43,29)
#30251A
(48,37,26)
#291F17
(41,31,23)
#221914
(34,25,20)
#1B1311
(27,19,17)
#140D0E
(20,13,14)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #534329

#534329
(83,67,41)
#62543C
(98,84,60)
#71654F
(113,101,79)
#807662
(128,118,98)
#8F8775
(143,135,117)
#9E9888
(158,152,136)
#ADA99B
(173,169,155)
#BCBAAE
(188,186,174)
#CBCBC1
(203,203,193)
#DADCD4
(218,220,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534329 color. Also use rgb(83,67,41) instead hex code.

Text Font Color

.myTextColor { color: #534329; }

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

This text font color is #534329.


Background Color

.myBgColor { background-color: #534329; }

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

This div background color is #534329.


Border color

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

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

This div border color is #534329.


Opacity

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

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

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

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

This text has shadow with #534329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534329 on black background.


Color preview on white background

This text has color #534329 on white background.



Black color preview on #534329 background

This text has black color on #534329 background.


White color preview on #534329 background

This text has white color on #534329 background.