COLOR #53443D

HEX: #53443D
RGB: (83,68,61)

Color info

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

RGB color model

#53443D color RGB value is (83,68,61).

  • red value is 83;
  • green value is 68;
  • blue value is 61.
RGB:
(83,68,61)
(33%,27%,24%)

RGB channels and saturation

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

83
68
61

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

Portions of RGB colors in percentages

R + G + B =
83 + 68 + 61 = 212 (100%)
R 83 of 212 ~ 39.15%
G 68 of 212 ~ 32.08%
B 61 of 212 ~ 28.77%

%39.15
%32.08
%28.77

CMYK color model

#53443D color CMYK value is (0,18,27,67).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 26.51%
  • key color value is 67.45%
CMYK:
(0,18,27,67)
C0M18Y27K67 
(0%,18%,27%,67%)
(0.00/0.18/0.27/0.67)	

CMYK percentages

%0
%18.07
%26.51
%67.45

Codes

Color #53443D in popluar color models

53443D
RGB836861
HSL19°15.28%28.24%
HSB/HSV19°26.51%32.55%
CMYK0.00%18.07%26.51%
67.45%

Color #53443D in popluar number systems.

HEX53443D
Decimal836861
Binary10100111000100111101
Octal12310475

Shades and tints

Shades of #53443D

#53443D
(83,68,61)
#4C3E38
(76,62,56)
#453833
(69,56,51)
#3E322E
(62,50,46)
#372C29
(55,44,41)
#302624
(48,38,36)
#29201F
(41,32,31)
#221A1A
(34,26,26)
#1B1415
(27,20,21)
#140E10
(20,14,16)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #53443D

#53443D
(83,68,61)
#62554E
(98,85,78)
#71665F
(113,102,95)
#807770
(128,119,112)
#8F8881
(143,136,129)
#9E9992
(158,153,146)
#ADAAA3
(173,170,163)
#BCBBB4
(188,187,180)
#CBCCC5
(203,204,197)
#DADDD6
(218,221,214)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53443D; }

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

This text font color is #53443D.


Background Color

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

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

This div background color is #53443D.


Border color

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

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

This div border color is #53443D.


Opacity

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

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

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

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

This text has shadow with #53443D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53443D on black background.


Color preview on white background

This text has color #53443D on white background.



Black color preview on #53443D background

This text has black color on #53443D background.


White color preview on #53443D background

This text has white color on #53443D background.