COLOR #534F4A

HEX: #534F4A RGB: (83,79,74)

Color info

#534F4A contains red, green and blue colors in about the same proportion. Web safe color of #534F4A is #666633 (or #663).

RGB color model

#534F4A color RGB value is (83,79,74).

RGB: (83,79,74) (33%, 31%, 29%)

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 74 of 255 = 29%

83
79
74

R + G + B ~ 31%. #534F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 79 + 74 = 236 (100%)
R 83 of 236 ~ 35.17%
G 79 of 236 ~ 33.47%
B 74 of 236 ~ 31.36'%

%35.17
%33.47
%31.36

CMYK color model

#534F4A color CMYK value is (0,5,11,67).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 10.84%
  • key color value is 67.45%

CMYK: (0,5,11,67)
C0M5Y11K67 (0%, 5%, 11%, 67%)
(0.00 / 0.05 / 0.11 / 0.67)

CMYK percentages

%0
%4.82
%10.84
%67.45

Codes

Color #534F4A in popluar color models

53 4F 4A
RGB 83 79 74
HSL 33° 5.73% 30.78%
HSB/HSV 33° 10.84% 32.55%
CMYK 0.00% 4.82% 10.84%
67.45%

Color #534F4A in popluar number systems.

HEX 53 4F 4A
Decimal 83 79 74
Binary 1010011 1001111 1001010
Octal 123 117 112

Shades and tints

Shades of #534F4A

#534F4A
(83,79,74)
#4C4844
(76,72,68)
#45413E
(69,65,62)
#3E3A38
(62,58,56)
#373332
(55,51,50)
#302C2C
(48,44,44)
#292526
(41,37,38)
#221E20
(34,30,32)
#1B171A
(27,23,26)
#141014
(20,16,20)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #534F4A

#534F4A
(83,79,74)
#625F5A
(98,95,90)
#716F6A
(113,111,106)
#807F7A
(128,127,122)
#8F8F8A
(143,143,138)
#9E9F9A
(158,159,154)
#ADAFAA
(173,175,170)
#BCBFBA
(188,191,186)
#CBCFCA
(203,207,202)
#DADFDA
(218,223,218)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534F4A; }

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

This text font color is #534F4A.

Background Color

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

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

This div background color is #534F4A.

Border color

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

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

This div border color is #534F4A.

Opacity

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

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

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

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

This text has shadow with #534F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534F4A.

Preview

Color preview on black background

This text has color #534F4A on black background.


Color preview on white background

This text has color #534F4A on white background.


Black color preview on #534F4A background

This text has black color on #534F4A background.


White color preview on #534F4A background

This text has white color on #534F4A background.


Related colors

Complementary color

Complementary color for #hex is #ACB0B5.


I love getcolorcode.com

Triadic colors

1 #4A534F and #4F4A53 with #534F4A are triadic colors.

2 #4A4F53 and #4F534A with #534F4A are triadic colors.