COLOR #534647

HEX: #534647
RGB: (83,70,71)

Color info

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

RGB color model

#534647 color RGB value is (83,70,71).

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

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 71 of 255 = 28%

83
70
71

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

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 71 = 224 (100%)
R 83 of 224 ~ 37.05%
G 70 of 224 ~ 31.25%
B 71 of 224 ~ 31.7%

%37.05
%31.25
%31.7

CMYK color model

#534647 color CMYK value is (0,16,14,67).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(0,16,14,67)
C0M16Y14K67 
(0%,16%,14%,67%)
(0.00/0.16/0.14/0.67)	

CMYK percentages

%0
%15.66
%14.46
%67.45

Codes

Color #534647 in popluar color models

534647
RGB837071
HSL355°8.50%30.00%
HSB/HSV355°15.66%32.55%
CMYK0.00%15.66%14.46%
67.45%

Color #534647 in popluar number systems.

HEX534647
Decimal837071
Binary101001110001101000111
Octal123106107

Shades and tints

Shades of #534647

#534647
(83,70,71)
#4C4041
(76,64,65)
#453A3B
(69,58,59)
#3E3435
(62,52,53)
#372E2F
(55,46,47)
#302829
(48,40,41)
#292223
(41,34,35)
#221C1D
(34,28,29)
#1B1617
(27,22,23)
#141011
(20,16,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #534647

#534647
(83,70,71)
#625657
(98,86,87)
#716667
(113,102,103)
#807677
(128,118,119)
#8F8687
(143,134,135)
#9E9697
(158,150,151)
#ADA6A7
(173,166,167)
#BCB6B7
(188,182,183)
#CBC6C7
(203,198,199)
#DAD6D7
(218,214,215)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534647; }

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

This text font color is #534647.


Background Color

.myBgColor { background-color: #534647; }

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

This div background color is #534647.


Border color

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

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

This div border color is #534647.


Opacity

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

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

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

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

This text has shadow with #534647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534647 on black background.


Color preview on white background

This text has color #534647 on white background.



Black color preview on #534647 background

This text has black color on #534647 background.


White color preview on #534647 background

This text has white color on #534647 background.