COLOR #534242

HEX: #534242
RGB: (83,66,66)

Color info

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

RGB color model

#534242 color RGB value is (83,66,66).

  • red value is 83;
  • green value is 66;
  • blue value is 66.
RGB:
(83,66,66)
(33%,26%,26%)

RGB channels and saturation

R 83 of 255 = 33%
G 66 of 255 = 26%
B 66 of 255 = 26%

83
66
66

R + G + B ~ 28%. #534242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 66 + 66 = 215 (100%)
R 83 of 215 ~ 38.6%
G 66 of 215 ~ 30.7%
B 66 of 215 ~ 30.7%

%38.6
%30.7
%30.7

CMYK color model

#534242 color CMYK value is (0,20,20,67).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 20.48%
  • key color value is 67.45%
CMYK:
(0,20,20,67)
C0M20Y20K67 
(0%,20%,20%,67%)
(0.00/0.20/0.20/0.67)	

CMYK percentages

%0
%20.48
%20.48
%67.45

Codes

Color #534242 in popluar color models

534242
RGB836666
HSL11.41%29.22%
HSB/HSV20.48%32.55%
CMYK0.00%20.48%20.48%
67.45%

Color #534242 in popluar number systems.

HEX534242
Decimal836666
Binary101001110000101000010
Octal123102102

Shades and tints

Shades of #534242

#534242
(83,66,66)
#4C3C3C
(76,60,60)
#453636
(69,54,54)
#3E3030
(62,48,48)
#372A2A
(55,42,42)
#302424
(48,36,36)
#291E1E
(41,30,30)
#221818
(34,24,24)
#1B1212
(27,18,18)
#140C0C
(20,12,12)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #534242

#534242
(83,66,66)
#625353
(98,83,83)
#716464
(113,100,100)
#807575
(128,117,117)
#8F8686
(143,134,134)
#9E9797
(158,151,151)
#ADA8A8
(173,168,168)
#BCB9B9
(188,185,185)
#CBCACA
(203,202,202)
#DADBDB
(218,219,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534242; }

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

This text font color is #534242.


Background Color

.myBgColor { background-color: #534242; }

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

This div background color is #534242.


Border color

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

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

This div border color is #534242.


Opacity

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

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

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

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

This text has shadow with #534242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534242 on black background.


Color preview on white background

This text has color #534242 on white background.



Black color preview on #534242 background

This text has black color on #534242 background.


White color preview on #534242 background

This text has white color on #534242 background.