COLOR #53433E

HEX: #53433E
RGB: (83,67,62)

Color info

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

RGB color model

#53433E color RGB value is (83,67,62).

  • red value is 83;
  • green value is 67;
  • blue value is 62.
RGB:
(83,67,62)
(33%,26%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 67 of 255 = 26%
B 62 of 255 = 24%

83
67
62

R + G + B ~ 28%. #53433E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 67 + 62 = 212 (100%)
R 83 of 212 ~ 39.15%
G 67 of 212 ~ 31.6%
B 62 of 212 ~ 29.25%

%39.15
%31.6
%29.25

CMYK color model

#53433E color CMYK value is (0,19,25,67).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(0,19,25,67)
C0M19Y25K67 
(0%,19%,25%,67%)
(0.00/0.19/0.25/0.67)	

CMYK percentages

%0
%19.28
%25.3
%67.45

Codes

Color #53433E in popluar color models

53433E
RGB836762
HSL14°14.48%28.43%
HSB/HSV14°25.30%32.55%
CMYK0.00%19.28%25.30%
67.45%

Color #53433E in popluar number systems.

HEX53433E
Decimal836762
Binary10100111000011111110
Octal12310376

Shades and tints

Shades of #53433E

#53433E
(83,67,62)
#4C3D39
(76,61,57)
#453734
(69,55,52)
#3E312F
(62,49,47)
#372B2A
(55,43,42)
#302525
(48,37,37)
#291F20
(41,31,32)
#22191B
(34,25,27)
#1B1316
(27,19,22)
#140D11
(20,13,17)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #53433E

#53433E
(83,67,62)
#62544F
(98,84,79)
#716560
(113,101,96)
#807671
(128,118,113)
#8F8782
(143,135,130)
#9E9893
(158,152,147)
#ADA9A4
(173,169,164)
#BCBAB5
(188,186,181)
#CBCBC6
(203,203,198)
#DADCD7
(218,220,215)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53433E color. Also use rgb(83,67,62) instead hex code.

Text Font Color

.myTextColor { color: #53433E; }

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

This text font color is #53433E.


Background Color

.myBgColor { background-color: #53433E; }

<div style="background-color:#53433E">Inner text</div>

This div background color is #53433E.


Border color

.myBorderColor { border: 1px solid #53433E; }

<div style="border:3px solid #53433E">Div</div>

This div border color is #53433E.


Opacity

.myOpacity80 { color: #53433E; opacity: 0.8; }

<p style="color:#53433E;opacity:0.8;">80%</p>

Text with #53433E 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 #53433E;}

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

This text has shadow with #53433E color.

.textShadow {text-shadow: 3px 3px 1px #53433E, 3px 3px 1px red;}

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

This text has shadow with #53433E primary color and red secondary color.


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

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

This text has shadow with #53433E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53433E on black background.


Color preview on white background

This text has color #53433E on white background.



Black color preview on #53433E background

This text has black color on #53433E background.


White color preview on #53433E background

This text has white color on #53433E background.