COLOR #534952

HEX: #534952
RGB: (83,73,82)

Color info

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

RGB color model

#534952 color RGB value is (83,73,82).

  • red value is 83;
  • green value is 73;
  • blue value is 82.
RGB:
(83,73,82)
(33%,29%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 82 of 255 = 32%

83
73
82

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

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 82 = 238 (100%)
R 83 of 238 ~ 34.87%
G 73 of 238 ~ 30.67%
B 82 of 238 ~ 34.45%

%34.87
%30.67
%34.45

CMYK color model

#534952 color CMYK value is (0,12,1,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 1.20%
  • key color value is 67.45%
CMYK:
(0,12,1,67)
C0M12Y1K67 
(0%,12%,1%,67%)
(0.00/0.12/0.01/0.67)	

CMYK percentages

%0
%12.05
%1.2
%67.45

Codes

Color #534952 in popluar color models

534952
RGB837382
HSL306°6.41%30.59%
HSB/HSV306°12.05%32.55%
CMYK0.00%12.05%1.20%
67.45%

Color #534952 in popluar number systems.

HEX534952
Decimal837382
Binary101001110010011010010
Octal123111122

Shades and tints

Shades of #534952

#534952
(83,73,82)
#4C434B
(76,67,75)
#453D44
(69,61,68)
#3E373D
(62,55,61)
#373136
(55,49,54)
#302B2F
(48,43,47)
#292528
(41,37,40)
#221F21
(34,31,33)
#1B191A
(27,25,26)
#141313
(20,19,19)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #534952

#534952
(83,73,82)
#625961
(98,89,97)
#716970
(113,105,112)
#80797F
(128,121,127)
#8F898E
(143,137,142)
#9E999D
(158,153,157)
#ADA9AC
(173,169,172)
#BCB9BB
(188,185,187)
#CBC9CA
(203,201,202)
#DAD9D9
(218,217,217)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534952 color. Also use rgb(83,73,82) instead hex code.

Text Font Color

.myTextColor { color: #534952; }

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

This text font color is #534952.


Background Color

.myBgColor { background-color: #534952; }

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

This div background color is #534952.


Border color

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

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

This div border color is #534952.


Opacity

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

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

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

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

This text has shadow with #534952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534952 on black background.


Color preview on white background

This text has color #534952 on white background.



Black color preview on #534952 background

This text has black color on #534952 background.


White color preview on #534952 background

This text has white color on #534952 background.