COLOR #534F49

HEX: #534F49
RGB: (83,79,73)

Color info

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

RGB color model

#534F49 color RGB value is (83,79,73).

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

RGB channels and saturation

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

83
79
73

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

Portions of RGB colors in percentages

R + G + B =
83 + 79 + 73 = 235 (100%)
R 83 of 235 ~ 35.32%
G 79 of 235 ~ 33.62%
B 73 of 235 ~ 31.06%

%35.32
%33.62
%31.06

CMYK color model

#534F49 color CMYK value is (0,5,12,67).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(0,5,12,67)
C0M5Y12K67 
(0%,5%,12%,67%)
(0.00/0.05/0.12/0.67)	

CMYK percentages

%0
%4.82
%12.05
%67.45

Codes

Color #534F49 in popluar color models

534F49
RGB837973
HSL36°6.41%30.59%
HSB/HSV36°12.05%32.55%
CMYK0.00%4.82%12.05%
67.45%

Color #534F49 in popluar number systems.

HEX534F49
Decimal837973
Binary101001110011111001001
Octal123117111

Shades and tints

Shades of #534F49

#534F49
(83,79,73)
#4C4843
(76,72,67)
#45413D
(69,65,61)
#3E3A37
(62,58,55)
#373331
(55,51,49)
#302C2B
(48,44,43)
#292525
(41,37,37)
#221E1F
(34,30,31)
#1B1719
(27,23,25)
#141013
(20,16,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #534F49

#534F49
(83,79,73)
#625F59
(98,95,89)
#716F69
(113,111,105)
#807F79
(128,127,121)
#8F8F89
(143,143,137)
#9E9F99
(158,159,153)
#ADAFA9
(173,175,169)
#BCBFB9
(188,191,185)
#CBCFC9
(203,207,201)
#DADFD9
(218,223,217)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534F49; }

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

This text font color is #534F49.


Background Color

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

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

This div background color is #534F49.


Border color

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

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

This div border color is #534F49.


Opacity

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

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

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

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

This text has shadow with #534F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534F49 on black background.


Color preview on white background

This text has color #534F49 on white background.



Black color preview on #534F49 background

This text has black color on #534F49 background.


White color preview on #534F49 background

This text has white color on #534F49 background.