COLOR #534E49

HEX: #534E49
RGB: (83,78,73)

Color info

#534E49 contains red, green and blue colors in about the same proportion. Web safe color of #534E49 is #666633 (or #663).

RGB color model

#534E49 color RGB value is (83,78,73).

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

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 73 of 255 = 29%

83
78
73

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

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 73 = 234 (100%)
R 83 of 234 ~ 35.47%
G 78 of 234 ~ 33.33%
B 73 of 234 ~ 31.2%

%35.47
%33.33
%31.2

CMYK color model

#534E49 color CMYK value is (0,6,12,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(0,6,12,67)
C0M6Y12K67 
(0%,6%,12%,67%)
(0.00/0.06/0.12/0.67)	

CMYK percentages

%0
%6.02
%12.05
%67.45

Codes

Color #534E49 in popluar color models

534E49
RGB837873
HSL30°6.41%30.59%
HSB/HSV30°12.05%32.55%
CMYK0.00%6.02%12.05%
67.45%

Color #534E49 in popluar number systems.

HEX534E49
Decimal837873
Binary101001110011101001001
Octal123116111

Shades and tints

Shades of #534E49

#534E49
(83,78,73)
#4C4743
(76,71,67)
#45403D
(69,64,61)
#3E3937
(62,57,55)
#373231
(55,50,49)
#302B2B
(48,43,43)
#292425
(41,36,37)
#221D1F
(34,29,31)
#1B1619
(27,22,25)
#140F13
(20,15,19)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #534E49

#534E49
(83,78,73)
#625E59
(98,94,89)
#716E69
(113,110,105)
#807E79
(128,126,121)
#8F8E89
(143,142,137)
#9E9E99
(158,158,153)
#ADAEA9
(173,174,169)
#BCBEB9
(188,190,185)
#CBCEC9
(203,206,201)
#DADED9
(218,222,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E49; }

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

This text font color is #534E49.


Background Color

.myBgColor { background-color: #534E49; }

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

This div background color is #534E49.


Border color

.myBorderColor { border: 1px solid #534E49; }

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

This div border color is #534E49.


Opacity

.myOpacity80 { color: #534E49; opacity: 0.8; }

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

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

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

This text has shadow with #534E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E49 on black background.


Color preview on white background

This text has color #534E49 on white background.



Black color preview on #534E49 background

This text has black color on #534E49 background.


White color preview on #534E49 background

This text has white color on #534E49 background.