COLOR #53443C

HEX: #53443C RGB: (83,68,60)

Color info

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

RGB color model

#53443C color RGB value is (83,68,60).

RGB: (83,68,60) (33%, 27%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 68 of 255 = 27%
B 60 of 255 = 24%

83
68
60

R + G + B ~ 28%. #53443C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 68 + 60 = 211 (100%)
R 83 of 211 ~ 39.34%
G 68 of 211 ~ 32.23%
B 60 of 211 ~ 28.44'%

%39.34
%32.23
%28.44

CMYK color model

#53443C color CMYK value is (0,18,28,67).

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

CMYK: (0,18,28,67)
C0M18Y28K67 (0%, 18%, 28%, 67%)
(0.00 / 0.18 / 0.28 / 0.67)

CMYK percentages

%0
%18.07
%27.71
%67.45

Codes

Color #53443C in popluar color models

53 44 3C
RGB 83 68 60
HSL 21° 16.08% 28.04%
HSB/HSV 21° 27.71% 32.55%
CMYK 0.00% 18.07% 27.71%
67.45%

Color #53443C in popluar number systems.

HEX 53 44 3C
Decimal 83 68 60
Binary 1010011 1000100 111100
Octal 123 104 74

Shades and tints

Shades of #53443C

#53443C
(83,68,60)
#4C3E37
(76,62,55)
#453832
(69,56,50)
#3E322D
(62,50,45)
#372C28
(55,44,40)
#302623
(48,38,35)
#29201E
(41,32,30)
#221A19
(34,26,25)
#1B1414
(27,20,20)
#140E0F
(20,14,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #53443C

#53443C
(83,68,60)
#62554D
(98,85,77)
#71665E
(113,102,94)
#80776F
(128,119,111)
#8F8880
(143,136,128)
#9E9991
(158,153,145)
#ADAAA2
(173,170,162)
#BCBBB3
(188,187,179)
#CBCCC4
(203,204,196)
#DADDD5
(218,221,213)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53443C; }

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

This text font color is #53443C.

Background Color

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

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

This div background color is #53443C.

Border color

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

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

This div border color is #53443C.

Opacity

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

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

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

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

This text has shadow with #53443C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53443C.

Preview

Color preview on black background

This text has color #53443C on black background.


Color preview on white background

This text has color #53443C on white background.


Black color preview on #53443C background

This text has black color on #53443C background.


White color preview on #53443C background

This text has white color on #53443C background.


Related colors

Complementary color

Complementary color for #hex is #ACBBC3.


I love getcolorcode.com

Triadic colors

1 #3C5344 and #443C53 with #53443C are triadic colors.

2 #3C4453 and #44533C with #53443C are triadic colors.