COLOR #534C3A

HEX: #534C3A
RGB: (83,76,58)

Color info

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

RGB color model

#534C3A color RGB value is (83,76,58).

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

RGB channels and saturation

R 83 of 255 = 33%
G 76 of 255 = 30%
B 58 of 255 = 23%

83
76
58

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

Portions of RGB colors in percentages

R + G + B =
83 + 76 + 58 = 217 (100%)
R 83 of 217 ~ 38.25%
G 76 of 217 ~ 35.02%
B 58 of 217 ~ 26.73%

%38.25
%35.02
%26.73

CMYK color model

#534C3A color CMYK value is (0,8,30,67).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(0,8,30,67)
C0M8Y30K67 
(0%,8%,30%,67%)
(0.00/0.08/0.30/0.67)	

CMYK percentages

%0
%8.43
%30.12
%67.45

Codes

Color #534C3A in popluar color models

534C3A
RGB837658
HSL43°17.73%27.65%
HSB/HSV43°30.12%32.55%
CMYK0.00%8.43%30.12%
67.45%

Color #534C3A in popluar number systems.

HEX534C3A
Decimal837658
Binary10100111001100111010
Octal12311472

Shades and tints

Shades of #534C3A

#534C3A
(83,76,58)
#4C4635
(76,70,53)
#454030
(69,64,48)
#3E3A2B
(62,58,43)
#373426
(55,52,38)
#302E21
(48,46,33)
#29281C
(41,40,28)
#222217
(34,34,23)
#1B1C12
(27,28,18)
#14160D
(20,22,13)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #534C3A

#534C3A
(83,76,58)
#625C4B
(98,92,75)
#716C5C
(113,108,92)
#807C6D
(128,124,109)
#8F8C7E
(143,140,126)
#9E9C8F
(158,156,143)
#ADACA0
(173,172,160)
#BCBCB1
(188,188,177)
#CBCCC2
(203,204,194)
#DADCD3
(218,220,211)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534C3A; }

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

This text font color is #534C3A.


Background Color

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

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

This div background color is #534C3A.


Border color

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

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

This div border color is #534C3A.


Opacity

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

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

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

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

This text has shadow with #534C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534C3A on black background.


Color preview on white background

This text has color #534C3A on white background.



Black color preview on #534C3A background

This text has black color on #534C3A background.


White color preview on #534C3A background

This text has white color on #534C3A background.