COLOR #534735

HEX: #534735
RGB: (83,71,53)

Color info

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

RGB color model

#534735 color RGB value is (83,71,53).

  • red value is 83;
  • green value is 71;
  • blue value is 53.
RGB:
(83,71,53)
(33%,28%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 53 of 255 = 21%

83
71
53

R + G + B ~ 27%. #534735 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 53 = 207 (100%)
R 83 of 207 ~ 40.1%
G 71 of 207 ~ 34.3%
B 53 of 207 ~ 25.6%

%40.1
%34.3
%25.6

CMYK color model

#534735 color CMYK value is (0,14,36,67).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(0,14,36,67)
C0M14Y36K67 
(0%,14%,36%,67%)
(0.00/0.14/0.36/0.67)	

CMYK percentages

%0
%14.46
%36.14
%67.45

Codes

Color #534735 in popluar color models

534735
RGB837153
HSL36°22.06%26.67%
HSB/HSV36°36.14%32.55%
CMYK0.00%14.46%36.14%
67.45%

Color #534735 in popluar number systems.

HEX534735
Decimal837153
Binary10100111000111110101
Octal12310765

Shades and tints

Shades of #534735

#534735
(83,71,53)
#4C4131
(76,65,49)
#453B2D
(69,59,45)
#3E3529
(62,53,41)
#372F25
(55,47,37)
#302921
(48,41,33)
#29231D
(41,35,29)
#221D19
(34,29,25)
#1B1715
(27,23,21)
#141111
(20,17,17)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #534735

#534735
(83,71,53)
#625747
(98,87,71)
#716759
(113,103,89)
#80776B
(128,119,107)
#8F877D
(143,135,125)
#9E978F
(158,151,143)
#ADA7A1
(173,167,161)
#BCB7B3
(188,183,179)
#CBC7C5
(203,199,197)
#DAD7D7
(218,215,215)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534735 color. Also use rgb(83,71,53) instead hex code.

Text Font Color

.myTextColor { color: #534735; }

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

This text font color is #534735.


Background Color

.myBgColor { background-color: #534735; }

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

This div background color is #534735.


Border color

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

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

This div border color is #534735.


Opacity

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

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

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

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

This text has shadow with #534735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534735 on black background.


Color preview on white background

This text has color #534735 on white background.



Black color preview on #534735 background

This text has black color on #534735 background.


White color preview on #534735 background

This text has white color on #534735 background.