COLOR #53383C

HEX: #53383C RGB: (83,56,60)

Color info

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

RGB color model

#53383C color RGB value is (83,56,60).

RGB: (83,56,60) (33%, 22%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 56 of 255 = 22%
B 60 of 255 = 24%

83
56
60

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

Portions of RGB colors in percentages

R + G + B = 83 + 56 + 60 = 199 (100%)
R 83 of 199 ~ 41.71%
G 56 of 199 ~ 28.14%
B 60 of 199 ~ 30.15'%

%41.71
%28.14
%30.15

CMYK color model

#53383C color CMYK value is (0,33,28,67).

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

CMYK: (0,33,28,67)
C0M33Y28K67 (0%, 33%, 28%, 67%)
(0.00 / 0.33 / 0.28 / 0.67)

CMYK percentages

%0
%32.53
%27.71
%67.45

Codes

Color #53383C in popluar color models

53 38 3C
RGB 83 56 60
HSL 351° 19.42% 27.25%
HSB/HSV 351° 32.53% 32.55%
CMYK 0.00% 32.53% 27.71%
67.45%

Color #53383C in popluar number systems.

HEX 53 38 3C
Decimal 83 56 60
Binary 1010011 111000 111100
Octal 123 70 74

Shades and tints

Shades of #53383C

#53383C
(83,56,60)
#4C3337
(76,51,55)
#452E32
(69,46,50)
#3E292D
(62,41,45)
#372428
(55,36,40)
#301F23
(48,31,35)
#291A1E
(41,26,30)
#221519
(34,21,25)
#1B1014
(27,16,20)
#140B0F
(20,11,15)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #53383C

#53383C
(83,56,60)
#624A4D
(98,74,77)
#715C5E
(113,92,94)
#806E6F
(128,110,111)
#8F8080
(143,128,128)
#9E9291
(158,146,145)
#ADA4A2
(173,164,162)
#BCB6B3
(188,182,179)
#CBC8C4
(203,200,196)
#DADAD5
(218,218,213)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53383C; }

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

This text font color is #53383C.

Background Color

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

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

This div background color is #53383C.

Border color

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

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

This div border color is #53383C.

Opacity

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

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

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

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

This text has shadow with #53383C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53383C.

Preview

Color preview on black background

This text has color #53383C on black background.


Color preview on white background

This text has color #53383C on white background.


Black color preview on #53383C background

This text has black color on #53383C background.


White color preview on #53383C background

This text has white color on #53383C background.


Related colors

Complementary color

Complementary color for #hex is #ACC7C3.


I love getcolorcode.com

Triadic colors

1 #3C5338 and #383C53 with #53383C are triadic colors.

2 #3C3853 and #38533C with #53383C are triadic colors.