COLOR #53514A

HEX: #53514A
RGB: (83,81,74)

Color info

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

RGB color model

#53514A color RGB value is (83,81,74).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 74 of 255 = 29%

83
81
74

R + G + B ~ 31%. #53514A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 74 = 238 (100%)
R 83 of 238 ~ 34.87%
G 81 of 238 ~ 34.03%
B 74 of 238 ~ 31.09%

%34.87
%34.03
%31.09

CMYK color model

#53514A color CMYK value is (0,2,11,67).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 10.84%
  • key color value is 67.45%
CMYK:
(0,2,11,67)
C0M2Y11K67 
(0%,2%,11%,67%)
(0.00/0.02/0.11/0.67)	

CMYK percentages

%0
%2.41
%10.84
%67.45

Codes

Color #53514A in popluar color models

53514A
RGB838174
HSL47°5.73%30.78%
HSB/HSV47°10.84%32.55%
CMYK0.00%2.41%10.84%
67.45%

Color #53514A in popluar number systems.

HEX53514A
Decimal838174
Binary101001110100011001010
Octal123121112

Shades and tints

Shades of #53514A

#53514A
(83,81,74)
#4C4A44
(76,74,68)
#45433E
(69,67,62)
#3E3C38
(62,60,56)
#373532
(55,53,50)
#302E2C
(48,46,44)
#292726
(41,39,38)
#222020
(34,32,32)
#1B191A
(27,25,26)
#141214
(20,18,20)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #53514A

#53514A
(83,81,74)
#62605A
(98,96,90)
#716F6A
(113,111,106)
#807E7A
(128,126,122)
#8F8D8A
(143,141,138)
#9E9C9A
(158,156,154)
#ADABAA
(173,171,170)
#BCBABA
(188,186,186)
#CBC9CA
(203,201,202)
#DAD8DA
(218,216,218)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53514A color. Also use rgb(83,81,74) instead hex code.

Text Font Color

.myTextColor { color: #53514A; }

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

This text font color is #53514A.


Background Color

.myBgColor { background-color: #53514A; }

<div style="background-color:#53514A">Inner text</div>

This div background color is #53514A.


Border color

.myBorderColor { border: 1px solid #53514A; }

<div style="border:3px solid #53514A">Div</div>

This div border color is #53514A.


Opacity

.myOpacity80 { color: #53514A; opacity: 0.8; }

<p style="color:#53514A;opacity:0.8;">80%</p>

Text with #53514A 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 #53514A;}

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

This text has shadow with #53514A color.

.textShadow {text-shadow: 3px 3px 1px #53514A, 3px 3px 1px red;}

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

This text has shadow with #53514A primary color and red secondary color.


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

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

This text has shadow with #53514A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53514A on black background.


Color preview on white background

This text has color #53514A on white background.



Black color preview on #53514A background

This text has black color on #53514A background.


White color preview on #53514A background

This text has white color on #53514A background.