COLOR #53383B

HEX: #53383B RGB: (83,56,59)

Color info

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

RGB color model

#53383B color RGB value is (83,56,59).

RGB: (83,56,59) (33%, 22%, 23%)

RGB channels and saturation

R 83 of 255 = 33%
G 56 of 255 = 22%
B 59 of 255 = 23%

83
56
59

R + G + B ~ 26%. #53383B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 56 + 59 = 198 (100%)
R 83 of 198 ~ 41.92%
G 56 of 198 ~ 28.28%
B 59 of 198 ~ 29.8'%

%41.92
%28.28
%29.8

CMYK color model

#53383B color CMYK value is (0,33,29,67).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 28.92%
  • key color value is 67.45%

CMYK: (0,33,29,67)
C0M33Y29K67 (0%, 33%, 29%, 67%)
(0.00 / 0.33 / 0.29 / 0.67)

CMYK percentages

%0
%32.53
%28.92
%67.45

Codes

Color #53383B in popluar color models

53 38 3B
RGB 83 56 59
HSL 353° 19.42% 27.25%
HSB/HSV 353° 32.53% 32.55%
CMYK 0.00% 32.53% 28.92%
67.45%

Color #53383B in popluar number systems.

HEX 53 38 3B
Decimal 83 56 59
Binary 1010011 111000 111011
Octal 123 70 73

Shades and tints

Shades of #53383B

#53383B
(83,56,59)
#4C3336
(76,51,54)
#452E31
(69,46,49)
#3E292C
(62,41,44)
#372427
(55,36,39)
#301F22
(48,31,34)
#291A1D
(41,26,29)
#221518
(34,21,24)
#1B1013
(27,16,19)
#140B0E
(20,11,14)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #53383B

#53383B
(83,56,59)
#624A4C
(98,74,76)
#715C5D
(113,92,93)
#806E6E
(128,110,110)
#8F807F
(143,128,127)
#9E9290
(158,146,144)
#ADA4A1
(173,164,161)
#BCB6B2
(188,182,178)
#CBC8C3
(203,200,195)
#DADAD4
(218,218,212)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53383B color. Also use rgb(83,56,59) instead hex code.

Text Font Color

.myTextColor { color: #53383B; }

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

This text font color is #53383B.

Background Color

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

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

This div background color is #53383B.

Border color

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

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

This div border color is #53383B.

Opacity

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

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

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

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

This text has shadow with #53383B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53383B.

Preview

Color preview on black background

This text has color #53383B on black background.


Color preview on white background

This text has color #53383B on white background.


Black color preview on #53383B background

This text has black color on #53383B background.


White color preview on #53383B background

This text has white color on #53383B background.


Related colors

Complementary color

Complementary color for #hex is #ACC7C4.


I love getcolorcode.com

Triadic colors

1 #3B5338 and #383B53 with #53383B are triadic colors.

2 #3B3853 and #38533B with #53383B are triadic colors.