COLOR #534037

HEX: #534037
RGB: (83,64,55)

Color info

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

RGB color model

#534037 color RGB value is (83,64,55).

  • red value is 83;
  • green value is 64;
  • blue value is 55.
RGB:
(83,64,55)
(33%,25%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 64 of 255 = 25%
B 55 of 255 = 22%

83
64
55

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

Portions of RGB colors in percentages

R + G + B =
83 + 64 + 55 = 202 (100%)
R 83 of 202 ~ 41.09%
G 64 of 202 ~ 31.68%
B 55 of 202 ~ 27.23%

%41.09
%31.68
%27.23

CMYK color model

#534037 color CMYK value is (0,23,34,67).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(0,23,34,67)
C0M23Y34K67 
(0%,23%,34%,67%)
(0.00/0.23/0.34/0.67)	

CMYK percentages

%0
%22.89
%33.73
%67.45

Codes

Color #534037 in popluar color models

534037
RGB836455
HSL19°20.29%27.06%
HSB/HSV19°33.73%32.55%
CMYK0.00%22.89%33.73%
67.45%

Color #534037 in popluar number systems.

HEX534037
Decimal836455
Binary10100111000000110111
Octal12310067

Shades and tints

Shades of #534037

#534037
(83,64,55)
#4C3B32
(76,59,50)
#45362D
(69,54,45)
#3E3128
(62,49,40)
#372C23
(55,44,35)
#30271E
(48,39,30)
#292219
(41,34,25)
#221D14
(34,29,20)
#1B180F
(27,24,15)
#14130A
(20,19,10)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #534037

#534037
(83,64,55)
#625149
(98,81,73)
#71625B
(113,98,91)
#80736D
(128,115,109)
#8F847F
(143,132,127)
#9E9591
(158,149,145)
#ADA6A3
(173,166,163)
#BCB7B5
(188,183,181)
#CBC8C7
(203,200,199)
#DAD9D9
(218,217,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534037 color. Also use rgb(83,64,55) instead hex code.

Text Font Color

.myTextColor { color: #534037; }

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

This text font color is #534037.


Background Color

.myBgColor { background-color: #534037; }

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

This div background color is #534037.


Border color

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

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

This div border color is #534037.


Opacity

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

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

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

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

This text has shadow with #534037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534037 on black background.


Color preview on white background

This text has color #534037 on white background.



Black color preview on #534037 background

This text has black color on #534037 background.


White color preview on #534037 background

This text has white color on #534037 background.