COLOR #534A46

HEX: #534A46
RGB: (83,74,70)

Color info

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

RGB color model

#534A46 color RGB value is (83,74,70).

  • red value is 83;
  • green value is 74;
  • blue value is 70.
RGB:
(83,74,70)
(33%,29%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 74 of 255 = 29%
B 70 of 255 = 27%

83
74
70

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

Portions of RGB colors in percentages

R + G + B =
83 + 74 + 70 = 227 (100%)
R 83 of 227 ~ 36.56%
G 74 of 227 ~ 32.6%
B 70 of 227 ~ 30.84%

%36.56
%32.6
%30.84

CMYK color model

#534A46 color CMYK value is (0,11,16,67).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(0,11,16,67)
C0M11Y16K67 
(0%,11%,16%,67%)
(0.00/0.11/0.16/0.67)	

CMYK percentages

%0
%10.84
%15.66
%67.45

Codes

Color #534A46 in popluar color models

534A46
RGB837470
HSL18°8.50%30.00%
HSB/HSV18°15.66%32.55%
CMYK0.00%10.84%15.66%
67.45%

Color #534A46 in popluar number systems.

HEX534A46
Decimal837470
Binary101001110010101000110
Octal123112106

Shades and tints

Shades of #534A46

#534A46
(83,74,70)
#4C4440
(76,68,64)
#453E3A
(69,62,58)
#3E3834
(62,56,52)
#37322E
(55,50,46)
#302C28
(48,44,40)
#292622
(41,38,34)
#22201C
(34,32,28)
#1B1A16
(27,26,22)
#141410
(20,20,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #534A46

#534A46
(83,74,70)
#625A56
(98,90,86)
#716A66
(113,106,102)
#807A76
(128,122,118)
#8F8A86
(143,138,134)
#9E9A96
(158,154,150)
#ADAAA6
(173,170,166)
#BCBAB6
(188,186,182)
#CBCAC6
(203,202,198)
#DADAD6
(218,218,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534A46 color. Also use rgb(83,74,70) instead hex code.

Text Font Color

.myTextColor { color: #534A46; }

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

This text font color is #534A46.


Background Color

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

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

This div background color is #534A46.


Border color

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

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

This div border color is #534A46.


Opacity

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

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

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

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

This text has shadow with #534A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534A46 on black background.


Color preview on white background

This text has color #534A46 on white background.



Black color preview on #534A46 background

This text has black color on #534A46 background.


White color preview on #534A46 background

This text has white color on #534A46 background.