COLOR #534D41

HEX: #534D41
RGB: (83,77,65)

Color info

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

RGB color model

#534D41 color RGB value is (83,77,65).

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

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 65 of 255 = 25%

83
77
65

R + G + B ~ 29%. #534D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 77 + 65 = 225 (100%)
R 83 of 225 ~ 36.89%
G 77 of 225 ~ 34.22%
B 65 of 225 ~ 28.89%

%36.89
%34.22
%28.89

CMYK color model

#534D41 color CMYK value is (0,7,22,67).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 21.69%
  • key color value is 67.45%
CMYK:
(0,7,22,67)
C0M7Y22K67 
(0%,7%,22%,67%)
(0.00/0.07/0.22/0.67)	

CMYK percentages

%0
%7.23
%21.69
%67.45

Codes

Color #534D41 in popluar color models

534D41
RGB837765
HSL40°12.16%29.02%
HSB/HSV40°21.69%32.55%
CMYK0.00%7.23%21.69%
67.45%

Color #534D41 in popluar number systems.

HEX534D41
Decimal837765
Binary101001110011011000001
Octal123115101

Shades and tints

Shades of #534D41

#534D41
(83,77,65)
#4C463C
(76,70,60)
#453F37
(69,63,55)
#3E3832
(62,56,50)
#37312D
(55,49,45)
#302A28
(48,42,40)
#292323
(41,35,35)
#221C1E
(34,28,30)
#1B1519
(27,21,25)
#140E14
(20,14,20)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #534D41

#534D41
(83,77,65)
#625D52
(98,93,82)
#716D63
(113,109,99)
#807D74
(128,125,116)
#8F8D85
(143,141,133)
#9E9D96
(158,157,150)
#ADADA7
(173,173,167)
#BCBDB8
(188,189,184)
#CBCDC9
(203,205,201)
#DADDDA
(218,221,218)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D41; }

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

This text font color is #534D41.


Background Color

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

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

This div background color is #534D41.


Border color

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

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

This div border color is #534D41.


Opacity

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

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

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

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

This text has shadow with #534D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534D41 on black background.


Color preview on white background

This text has color #534D41 on white background.



Black color preview on #534D41 background

This text has black color on #534D41 background.


White color preview on #534D41 background

This text has white color on #534D41 background.