COLOR #534D45

HEX: #534D45
RGB: (83,77,69)

Color info

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

RGB color model

#534D45 color RGB value is (83,77,69).

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

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 69 of 255 = 27%

83
77
69

R + G + B ~ 30%. #534D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 77 + 69 = 229 (100%)
R 83 of 229 ~ 36.24%
G 77 of 229 ~ 33.62%
B 69 of 229 ~ 30.13%

%36.24
%33.62
%30.13

CMYK color model

#534D45 color CMYK value is (0,7,17,67).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 16.87%
  • key color value is 67.45%
CMYK:
(0,7,17,67)
C0M7Y17K67 
(0%,7%,17%,67%)
(0.00/0.07/0.17/0.67)	

CMYK percentages

%0
%7.23
%16.87
%67.45

Codes

Color #534D45 in popluar color models

534D45
RGB837769
HSL34°9.21%29.80%
HSB/HSV34°16.87%32.55%
CMYK0.00%7.23%16.87%
67.45%

Color #534D45 in popluar number systems.

HEX534D45
Decimal837769
Binary101001110011011000101
Octal123115105

Shades and tints

Shades of #534D45

#534D45
(83,77,69)
#4C463F
(76,70,63)
#453F39
(69,63,57)
#3E3833
(62,56,51)
#37312D
(55,49,45)
#302A27
(48,42,39)
#292321
(41,35,33)
#221C1B
(34,28,27)
#1B1515
(27,21,21)
#140E0F
(20,14,15)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #534D45

#534D45
(83,77,69)
#625D55
(98,93,85)
#716D65
(113,109,101)
#807D75
(128,125,117)
#8F8D85
(143,141,133)
#9E9D95
(158,157,149)
#ADADA5
(173,173,165)
#BCBDB5
(188,189,181)
#CBCDC5
(203,205,197)
#DADDD5
(218,221,213)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534D45 color. Also use rgb(83,77,69) instead hex code.

Text Font Color

.myTextColor { color: #534D45; }

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

This text font color is #534D45.


Background Color

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

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

This div background color is #534D45.


Border color

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

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

This div border color is #534D45.


Opacity

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

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

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

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

This text has shadow with #534D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534D45 on black background.


Color preview on white background

This text has color #534D45 on white background.



Black color preview on #534D45 background

This text has black color on #534D45 background.


White color preview on #534D45 background

This text has white color on #534D45 background.