COLOR #534231

HEX: #534231
RGB: (83,66,49)

Color info

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

RGB color model

#534231 color RGB value is (83,66,49).

  • red value is 83;
  • green value is 66;
  • blue value is 49.
RGB:
(83,66,49)
(33%,26%,19%)

RGB channels and saturation

R 83 of 255 = 33%
G 66 of 255 = 26%
B 49 of 255 = 19%

83
66
49

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

Portions of RGB colors in percentages

R + G + B =
83 + 66 + 49 = 198 (100%)
R 83 of 198 ~ 41.92%
G 66 of 198 ~ 33.33%
B 49 of 198 ~ 24.75%

%41.92
%33.33
%24.75

CMYK color model

#534231 color CMYK value is (0,20,41,67).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 40.96%
  • key color value is 67.45%
CMYK:
(0,20,41,67)
C0M20Y41K67 
(0%,20%,41%,67%)
(0.00/0.20/0.41/0.67)	

CMYK percentages

%0
%20.48
%40.96
%67.45

Codes

Color #534231 in popluar color models

534231
RGB836649
HSL30°25.76%25.88%
HSB/HSV30°40.96%32.55%
CMYK0.00%20.48%40.96%
67.45%

Color #534231 in popluar number systems.

HEX534231
Decimal836649
Binary10100111000010110001
Octal12310261

Shades and tints

Shades of #534231

#534231
(83,66,49)
#4C3C2D
(76,60,45)
#453629
(69,54,41)
#3E3025
(62,48,37)
#372A21
(55,42,33)
#30241D
(48,36,29)
#291E19
(41,30,25)
#221815
(34,24,21)
#1B1211
(27,18,17)
#140C0D
(20,12,13)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #534231

#534231
(83,66,49)
#625343
(98,83,67)
#716455
(113,100,85)
#807567
(128,117,103)
#8F8679
(143,134,121)
#9E978B
(158,151,139)
#ADA89D
(173,168,157)
#BCB9AF
(188,185,175)
#CBCAC1
(203,202,193)
#DADBD3
(218,219,211)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534231 color. Also use rgb(83,66,49) instead hex code.

Text Font Color

.myTextColor { color: #534231; }

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

This text font color is #534231.


Background Color

.myBgColor { background-color: #534231; }

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

This div background color is #534231.


Border color

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

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

This div border color is #534231.


Opacity

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

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

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

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

This text has shadow with #534231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534231 on black background.


Color preview on white background

This text has color #534231 on white background.



Black color preview on #534231 background

This text has black color on #534231 background.


White color preview on #534231 background

This text has white color on #534231 background.