COLOR #533E4D

HEX: #533E4D
RGB: (83,62,77)

Color info

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

RGB color model

#533E4D color RGB value is (83,62,77).

  • red value is 83;
  • green value is 62;
  • blue value is 77.
RGB:
(83,62,77)
(33%,24%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 62 of 255 = 24%
B 77 of 255 = 30%

83
62
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 62 + 77 = 222 (100%)
R 83 of 222 ~ 37.39%
G 62 of 222 ~ 27.93%
B 77 of 222 ~ 34.68%

%37.39
%27.93
%34.68

CMYK color model

#533E4D color CMYK value is (0,25,7,67).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,25,7,67)
C0M25Y7K67 
(0%,25%,7%,67%)
(0.00/0.25/0.07/0.67)	

CMYK percentages

%0
%25.3
%7.23
%67.45

Codes

Color #533E4D in popluar color models

533E4D
RGB836277
HSL317°14.48%28.43%
HSB/HSV317°25.30%32.55%
CMYK0.00%25.30%7.23%
67.45%

Color #533E4D in popluar number systems.

HEX533E4D
Decimal836277
Binary10100111111101001101
Octal12376115

Shades and tints

Shades of #533E4D

#533E4D
(83,62,77)
#4C3946
(76,57,70)
#45343F
(69,52,63)
#3E2F38
(62,47,56)
#372A31
(55,42,49)
#30252A
(48,37,42)
#292023
(41,32,35)
#221B1C
(34,27,28)
#1B1615
(27,22,21)
#14110E
(20,17,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #533E4D

#533E4D
(83,62,77)
#624F5D
(98,79,93)
#71606D
(113,96,109)
#80717D
(128,113,125)
#8F828D
(143,130,141)
#9E939D
(158,147,157)
#ADA4AD
(173,164,173)
#BCB5BD
(188,181,189)
#CBC6CD
(203,198,205)
#DAD7DD
(218,215,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533E4D color. Also use rgb(83,62,77) instead hex code.

Text Font Color

.myTextColor { color: #533E4D; }

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

This text font color is #533E4D.


Background Color

.myBgColor { background-color: #533E4D; }

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

This div background color is #533E4D.


Border color

.myBorderColor { border: 1px solid #533E4D; }

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

This div border color is #533E4D.


Opacity

.myOpacity80 { color: #533E4D; opacity: 0.8; }

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

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

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

This text has shadow with #533E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533E4D on black background.


Color preview on white background

This text has color #533E4D on white background.



Black color preview on #533E4D background

This text has black color on #533E4D background.


White color preview on #533E4D background

This text has white color on #533E4D background.