COLOR #534C41

HEX: #534C41
RGB: (83,76,65)

Color info

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

RGB color model

#534C41 color RGB value is (83,76,65).

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

RGB channels and saturation

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

83
76
65

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

Portions of RGB colors in percentages

R + G + B =
83 + 76 + 65 = 224 (100%)
R 83 of 224 ~ 37.05%
G 76 of 224 ~ 33.93%
B 65 of 224 ~ 29.02%

%37.05
%33.93
%29.02

CMYK color model

#534C41 color CMYK value is (0,8,22,67).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 21.69%
  • key color value is 67.45%
CMYK:
(0,8,22,67)
C0M8Y22K67 
(0%,8%,22%,67%)
(0.00/0.08/0.22/0.67)	

CMYK percentages

%0
%8.43
%21.69
%67.45

Codes

Color #534C41 in popluar color models

534C41
RGB837665
HSL37°12.16%29.02%
HSB/HSV37°21.69%32.55%
CMYK0.00%8.43%21.69%
67.45%

Color #534C41 in popluar number systems.

HEX534C41
Decimal837665
Binary101001110011001000001
Octal123114101

Shades and tints

Shades of #534C41

#534C41
(83,76,65)
#4C463C
(76,70,60)
#454037
(69,64,55)
#3E3A32
(62,58,50)
#37342D
(55,52,45)
#302E28
(48,46,40)
#292823
(41,40,35)
#22221E
(34,34,30)
#1B1C19
(27,28,25)
#141614
(20,22,20)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #534C41

#534C41
(83,76,65)
#625C52
(98,92,82)
#716C63
(113,108,99)
#807C74
(128,124,116)
#8F8C85
(143,140,133)
#9E9C96
(158,156,150)
#ADACA7
(173,172,167)
#BCBCB8
(188,188,184)
#CBCCC9
(203,204,201)
#DADCDA
(218,220,218)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534C41; }

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

This text font color is #534C41.


Background Color

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

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

This div background color is #534C41.


Border color

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

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

This div border color is #534C41.


Opacity

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

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

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

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

This text has shadow with #534C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534C41 on black background.


Color preview on white background

This text has color #534C41 on white background.



Black color preview on #534C41 background

This text has black color on #534C41 background.


White color preview on #534C41 background

This text has white color on #534C41 background.