COLOR #534851

HEX: #534851
RGB: (83,72,81)

Color info

#534851 contains red, green and blue colors in about the same proportion. Web safe color of #534851 is #663366 (or #636).

RGB color model

#534851 color RGB value is (83,72,81).

  • red value is 83;
  • green value is 72;
  • blue value is 81.
RGB:
(83,72,81)
(33%,28%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 81 of 255 = 32%

83
72
81

R + G + B ~ 31%. #534851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 81 = 236 (100%)
R 83 of 236 ~ 35.17%
G 72 of 236 ~ 30.51%
B 81 of 236 ~ 34.32%

%35.17
%30.51
%34.32

CMYK color model

#534851 color CMYK value is (0,13,2,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,13,2,67)
C0M13Y2K67 
(0%,13%,2%,67%)
(0.00/0.13/0.02/0.67)	

CMYK percentages

%0
%13.25
%2.41
%67.45

Codes

Color #534851 in popluar color models

534851
RGB837281
HSL311°7.10%30.39%
HSB/HSV311°13.25%32.55%
CMYK0.00%13.25%2.41%
67.45%

Color #534851 in popluar number systems.

HEX534851
Decimal837281
Binary101001110010001010001
Octal123110121

Shades and tints

Shades of #534851

#534851
(83,72,81)
#4C424A
(76,66,74)
#453C43
(69,60,67)
#3E363C
(62,54,60)
#373035
(55,48,53)
#302A2E
(48,42,46)
#292427
(41,36,39)
#221E20
(34,30,32)
#1B1819
(27,24,25)
#141212
(20,18,18)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #534851

#534851
(83,72,81)
#625860
(98,88,96)
#71686F
(113,104,111)
#80787E
(128,120,126)
#8F888D
(143,136,141)
#9E989C
(158,152,156)
#ADA8AB
(173,168,171)
#BCB8BA
(188,184,186)
#CBC8C9
(203,200,201)
#DAD8D8
(218,216,216)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534851 color. Also use rgb(83,72,81) instead hex code.

Text Font Color

.myTextColor { color: #534851; }

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

This text font color is #534851.


Background Color

.myBgColor { background-color: #534851; }

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

This div background color is #534851.


Border color

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

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

This div border color is #534851.


Opacity

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

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

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

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

This text has shadow with #534851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534851 on black background.


Color preview on white background

This text has color #534851 on white background.



Black color preview on #534851 background

This text has black color on #534851 background.


White color preview on #534851 background

This text has white color on #534851 background.