COLOR #53282B

HEX: #53282B RGB: (83,40,43)

Color info

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

RGB color model

#53282B color RGB value is (83,40,43).

RGB: (83,40,43) (33%, 16%, 17%)

RGB channels and saturation

R 83 of 255 = 33%
G 40 of 255 = 16%
B 43 of 255 = 17%

83
40
43

R + G + B ~ 22%. #53282B is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 40 + 43 = 166 (100%)
R 83 of 166 ~ 50%
G 40 of 166 ~ 24.1%
B 43 of 166 ~ 25.9'%

%50
%24.1
%25.9

CMYK color model

#53282B color CMYK value is (0,52,48,67).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 48.19%
  • key color value is 67.45%

CMYK: (0,52,48,67)
C0M52Y48K67 (0%, 52%, 48%, 67%)
(0.00 / 0.52 / 0.48 / 0.67)

CMYK percentages

%0
%51.81
%48.19
%67.45

Codes

Color #53282B in popluar color models

53 28 2B
RGB 83 40 43
HSL 356° 34.96% 24.12%
HSB/HSV 356° 51.81% 32.55%
CMYK 0.00% 51.81% 48.19%
67.45%

Color #53282B in popluar number systems.

HEX 53 28 2B
Decimal 83 40 43
Binary 1010011 101000 101011
Octal 123 50 53

Shades and tints

Shades of #53282B

#53282B
(83,40,43)
#4C2528
(76,37,40)
#452225
(69,34,37)
#3E1F22
(62,31,34)
#371C1F
(55,28,31)
#30191C
(48,25,28)
#291619
(41,22,25)
#221316
(34,19,22)
#1B1013
(27,16,19)
#140D10
(20,13,16)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #53282B

#53282B
(83,40,43)
#623B3E
(98,59,62)
#714E51
(113,78,81)
#806164
(128,97,100)
#8F7477
(143,116,119)
#9E878A
(158,135,138)
#AD9A9D
(173,154,157)
#BCADB0
(188,173,176)
#CBC0C3
(203,192,195)
#DAD3D6
(218,211,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53282B color. Also use rgb(83,40,43) instead hex code.

Text Font Color

.myTextColor { color: #53282B; }

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

This text font color is #53282B.

Background Color

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

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

This div background color is #53282B.

Border color

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

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

This div border color is #53282B.

Opacity

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

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

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

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

This text has shadow with #53282B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53282B.

Preview

Color preview on black background

This text has color #53282B on black background.


Color preview on white background

This text has color #53282B on white background.


Black color preview on #53282B background

This text has black color on #53282B background.


White color preview on #53282B background

This text has white color on #53282B background.


Related colors

Complementary color

Complementary color for #hex is #ACD7D4.


I love getcolorcode.com

Triadic colors

1 #2B5328 and #282B53 with #53282B are triadic colors.

2 #2B2853 and #28532B with #53282B are triadic colors.