COLOR #53443A

HEX: #53443A
RGB: (83,68,58)

Color info

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

RGB color model

#53443A color RGB value is (83,68,58).

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

RGB channels and saturation

R 83 of 255 = 33%
G 68 of 255 = 27%
B 58 of 255 = 23%

83
68
58

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

Portions of RGB colors in percentages

R + G + B =
83 + 68 + 58 = 209 (100%)
R 83 of 209 ~ 39.71%
G 68 of 209 ~ 32.54%
B 58 of 209 ~ 27.75%

%39.71
%32.54
%27.75

CMYK color model

#53443A color CMYK value is (0,18,30,67).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(0,18,30,67)
C0M18Y30K67 
(0%,18%,30%,67%)
(0.00/0.18/0.30/0.67)	

CMYK percentages

%0
%18.07
%30.12
%67.45

Codes

Color #53443A in popluar color models

53443A
RGB836858
HSL24°17.73%27.65%
HSB/HSV24°30.12%32.55%
CMYK0.00%18.07%30.12%
67.45%

Color #53443A in popluar number systems.

HEX53443A
Decimal836858
Binary10100111000100111010
Octal12310472

Shades and tints

Shades of #53443A

#53443A
(83,68,58)
#4C3E35
(76,62,53)
#453830
(69,56,48)
#3E322B
(62,50,43)
#372C26
(55,44,38)
#302621
(48,38,33)
#29201C
(41,32,28)
#221A17
(34,26,23)
#1B1412
(27,20,18)
#140E0D
(20,14,13)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #53443A

#53443A
(83,68,58)
#62554B
(98,85,75)
#71665C
(113,102,92)
#80776D
(128,119,109)
#8F887E
(143,136,126)
#9E998F
(158,153,143)
#ADAAA0
(173,170,160)
#BCBBB1
(188,187,177)
#CBCCC2
(203,204,194)
#DADDD3
(218,221,211)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53443A; }

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

This text font color is #53443A.


Background Color

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

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

This div background color is #53443A.


Border color

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

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

This div border color is #53443A.


Opacity

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

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

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

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

This text has shadow with #53443A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53443A on black background.


Color preview on white background

This text has color #53443A on white background.



Black color preview on #53443A background

This text has black color on #53443A background.


White color preview on #53443A background

This text has white color on #53443A background.