COLOR #534047

HEX: #534047
RGB: (83,64,71)

Color info

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

RGB color model

#534047 color RGB value is (83,64,71).

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

RGB channels and saturation

R 83 of 255 = 33%
G 64 of 255 = 25%
B 71 of 255 = 28%

83
64
71

R + G + B ~ 29%. #534047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 64 + 71 = 218 (100%)
R 83 of 218 ~ 38.07%
G 64 of 218 ~ 29.36%
B 71 of 218 ~ 32.57%

%38.07
%29.36
%32.57

CMYK color model

#534047 color CMYK value is (0,23,14,67).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(0,23,14,67)
C0M23Y14K67 
(0%,23%,14%,67%)
(0.00/0.23/0.14/0.67)	

CMYK percentages

%0
%22.89
%14.46
%67.45

Codes

Color #534047 in popluar color models

534047
RGB836471
HSL338°12.93%28.82%
HSB/HSV338°22.89%32.55%
CMYK0.00%22.89%14.46%
67.45%

Color #534047 in popluar number systems.

HEX534047
Decimal836471
Binary101001110000001000111
Octal123100107

Shades and tints

Shades of #534047

#534047
(83,64,71)
#4C3B41
(76,59,65)
#45363B
(69,54,59)
#3E3135
(62,49,53)
#372C2F
(55,44,47)
#302729
(48,39,41)
#292223
(41,34,35)
#221D1D
(34,29,29)
#1B1817
(27,24,23)
#141311
(20,19,17)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #534047

#534047
(83,64,71)
#625157
(98,81,87)
#716267
(113,98,103)
#807377
(128,115,119)
#8F8487
(143,132,135)
#9E9597
(158,149,151)
#ADA6A7
(173,166,167)
#BCB7B7
(188,183,183)
#CBC8C7
(203,200,199)
#DAD9D7
(218,217,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534047; }

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

This text font color is #534047.


Background Color

.myBgColor { background-color: #534047; }

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

This div background color is #534047.


Border color

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

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

This div border color is #534047.


Opacity

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

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

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

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

This text has shadow with #534047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534047 on black background.


Color preview on white background

This text has color #534047 on white background.



Black color preview on #534047 background

This text has black color on #534047 background.


White color preview on #534047 background

This text has white color on #534047 background.