COLOR #53414B

HEX: #53414B
RGB: (83,65,75)

Color info

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

RGB color model

#53414B color RGB value is (83,65,75).

  • red value is 83;
  • green value is 65;
  • blue value is 75.
RGB:
(83,65,75)
(33%,25%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 65 of 255 = 25%
B 75 of 255 = 29%

83
65
75

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

Portions of RGB colors in percentages

R + G + B =
83 + 65 + 75 = 223 (100%)
R 83 of 223 ~ 37.22%
G 65 of 223 ~ 29.15%
B 75 of 223 ~ 33.63%

%37.22
%29.15
%33.63

CMYK color model

#53414B color CMYK value is (0,22,10,67).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK:
(0,22,10,67)
C0M22Y10K67 
(0%,22%,10%,67%)
(0.00/0.22/0.10/0.67)	

CMYK percentages

%0
%21.69
%9.64
%67.45

Codes

Color #53414B in popluar color models

53414B
RGB836575
HSL327°12.16%29.02%
HSB/HSV327°21.69%32.55%
CMYK0.00%21.69%9.64%
67.45%

Color #53414B in popluar number systems.

HEX53414B
Decimal836575
Binary101001110000011001011
Octal123101113

Shades and tints

Shades of #53414B

#53414B
(83,65,75)
#4C3C45
(76,60,69)
#45373F
(69,55,63)
#3E3239
(62,50,57)
#372D33
(55,45,51)
#30282D
(48,40,45)
#292327
(41,35,39)
#221E21
(34,30,33)
#1B191B
(27,25,27)
#141415
(20,20,21)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #53414B

#53414B
(83,65,75)
#62525B
(98,82,91)
#71636B
(113,99,107)
#80747B
(128,116,123)
#8F858B
(143,133,139)
#9E969B
(158,150,155)
#ADA7AB
(173,167,171)
#BCB8BB
(188,184,187)
#CBC9CB
(203,201,203)
#DADADB
(218,218,219)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53414B color. Also use rgb(83,65,75) instead hex code.

Text Font Color

.myTextColor { color: #53414B; }

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

This text font color is #53414B.


Background Color

.myBgColor { background-color: #53414B; }

<div style="background-color:#53414B">Inner text</div>

This div background color is #53414B.


Border color

.myBorderColor { border: 1px solid #53414B; }

<div style="border:3px solid #53414B">Div</div>

This div border color is #53414B.


Opacity

.myOpacity80 { color: #53414B; opacity: 0.8; }

<p style="color:#53414B;opacity:0.8;">80%</p>

Text with #53414B 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 #53414B;}

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

This text has shadow with #53414B color.

.textShadow {text-shadow: 3px 3px 1px #53414B, 3px 3px 1px red;}

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

This text has shadow with #53414B primary color and red secondary color.


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

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

This text has shadow with #53414B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53414B on black background.


Color preview on white background

This text has color #53414B on white background.



Black color preview on #53414B background

This text has black color on #53414B background.


White color preview on #53414B background

This text has white color on #53414B background.