COLOR #53452F

HEX: #53452F
RGB: (83,69,47)

Color info

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

RGB color model

#53452F color RGB value is (83,69,47).

  • red value is 83;
  • green value is 69;
  • blue value is 47.
RGB:
(83,69,47)
(33%,27%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 47 of 255 = 18%

83
69
47

R + G + B ~ 26%. #53452F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 47 = 199 (100%)
R 83 of 199 ~ 41.71%
G 69 of 199 ~ 34.67%
B 47 of 199 ~ 23.62%

%41.71
%34.67
%23.62

CMYK color model

#53452F color CMYK value is (0,17,43,67).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 43.37%
  • key color value is 67.45%
CMYK:
(0,17,43,67)
C0M17Y43K67 
(0%,17%,43%,67%)
(0.00/0.17/0.43/0.67)	

CMYK percentages

%0
%16.87
%43.37
%67.45

Codes

Color #53452F in popluar color models

53452F
RGB836947
HSL37°27.69%25.49%
HSB/HSV37°43.37%32.55%
CMYK0.00%16.87%43.37%
67.45%

Color #53452F in popluar number systems.

HEX53452F
Decimal836947
Binary10100111000101101111
Octal12310557

Shades and tints

Shades of #53452F

#53452F
(83,69,47)
#4C3F2B
(76,63,43)
#453927
(69,57,39)
#3E3323
(62,51,35)
#372D1F
(55,45,31)
#30271B
(48,39,27)
#292117
(41,33,23)
#221B13
(34,27,19)
#1B150F
(27,21,15)
#140F0B
(20,15,11)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #53452F

#53452F
(83,69,47)
#625541
(98,85,65)
#716553
(113,101,83)
#807565
(128,117,101)
#8F8577
(143,133,119)
#9E9589
(158,149,137)
#ADA59B
(173,165,155)
#BCB5AD
(188,181,173)
#CBC5BF
(203,197,191)
#DAD5D1
(218,213,209)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53452F color. Also use rgb(83,69,47) instead hex code.

Text Font Color

.myTextColor { color: #53452F; }

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

This text font color is #53452F.


Background Color

.myBgColor { background-color: #53452F; }

<div style="background-color:#53452F">Inner text</div>

This div background color is #53452F.


Border color

.myBorderColor { border: 1px solid #53452F; }

<div style="border:3px solid #53452F">Div</div>

This div border color is #53452F.


Opacity

.myOpacity80 { color: #53452F; opacity: 0.8; }

<p style="color:#53452F;opacity:0.8;">80%</p>

Text with #53452F 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 #53452F;}

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

This text has shadow with #53452F color.

.textShadow {text-shadow: 3px 3px 1px #53452F, 3px 3px 1px red;}

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

This text has shadow with #53452F primary color and red secondary color.


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

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

This text has shadow with #53452F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53452F on black background.


Color preview on white background

This text has color #53452F on white background.



Black color preview on #53452F background

This text has black color on #53452F background.


White color preview on #53452F background

This text has white color on #53452F background.