COLOR #53454A

HEX: #53454A
RGB: (83,69,74)

Color info

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

RGB color model

#53454A color RGB value is (83,69,74).

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

RGB channels and saturation

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

83
69
74

R + G + B ~ 30%. #53454A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 74 = 226 (100%)
R 83 of 226 ~ 36.73%
G 69 of 226 ~ 30.53%
B 74 of 226 ~ 32.74%

%36.73
%30.53
%32.74

CMYK color model

#53454A color CMYK value is (0,17,11,67).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 10.84%
  • key color value is 67.45%
CMYK:
(0,17,11,67)
C0M17Y11K67 
(0%,17%,11%,67%)
(0.00/0.17/0.11/0.67)	

CMYK percentages

%0
%16.87
%10.84
%67.45

Codes

Color #53454A in popluar color models

53454A
RGB836974
HSL339°9.21%29.80%
HSB/HSV339°16.87%32.55%
CMYK0.00%16.87%10.84%
67.45%

Color #53454A in popluar number systems.

HEX53454A
Decimal836974
Binary101001110001011001010
Octal123105112

Shades and tints

Shades of #53454A

#53454A
(83,69,74)
#4C3F44
(76,63,68)
#45393E
(69,57,62)
#3E3338
(62,51,56)
#372D32
(55,45,50)
#30272C
(48,39,44)
#292126
(41,33,38)
#221B20
(34,27,32)
#1B151A
(27,21,26)
#140F14
(20,15,20)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #53454A

#53454A
(83,69,74)
#62555A
(98,85,90)
#71656A
(113,101,106)
#80757A
(128,117,122)
#8F858A
(143,133,138)
#9E959A
(158,149,154)
#ADA5AA
(173,165,170)
#BCB5BA
(188,181,186)
#CBC5CA
(203,197,202)
#DAD5DA
(218,213,218)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53454A; }

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

This text font color is #53454A.


Background Color

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

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

This div background color is #53454A.


Border color

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

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

This div border color is #53454A.


Opacity

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

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

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

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

This text has shadow with #53454A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53454A on black background.


Color preview on white background

This text has color #53454A on white background.



Black color preview on #53454A background

This text has black color on #53454A background.


White color preview on #53454A background

This text has white color on #53454A background.