COLOR #53553C

HEX: #53553C
RGB: (83,85,60)

Color info

#53553C contains red, green and blue colors in about the same proportion. Web safe color of #53553C is #666633 (or #663).

RGB color model

#53553C color RGB value is (83,85,60).

  • red value is 83;
  • green value is 85;
  • blue value is 60.
RGB:
(83,85,60)
(33%,33%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 85 of 255 = 33%
B 60 of 255 = 24%

83
85
60

R + G + B ~ 30%. #53553C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 85 + 60 = 228 (100%)
R 83 of 228 ~ 36.4%
G 85 of 228 ~ 37.28%
B 60 of 228 ~ 26.32%

%36.4
%37.28
%26.32

CMYK color model

#53553C color CMYK value is (2,0,29,67).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 66.67%
CMYK:
(2,0,29,67)
C2M0Y29K67 
(2%,0%,29%,67%)
(0.02/0.00/0.29/0.67)	

CMYK percentages

%2.35
%0
%29.41
%66.67

Codes

Color #53553C in popluar color models

53553C
RGB838560
HSL65°17.24%28.43%
HSB/HSV65°29.41%33.33%
CMYK2.35%0.00%29.41%
66.67%

Color #53553C in popluar number systems.

HEX53553C
Decimal838560
Binary10100111010101111100
Octal12312574

Shades and tints

Shades of #53553C

#53553C
(83,85,60)
#4C4E37
(76,78,55)
#454732
(69,71,50)
#3E402D
(62,64,45)
#373928
(55,57,40)
#303223
(48,50,35)
#292B1E
(41,43,30)
#222419
(34,36,25)
#1B1D14
(27,29,20)
#14160F
(20,22,15)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #53553C

#53553C
(83,85,60)
#62644D
(98,100,77)
#71735E
(113,115,94)
#80826F
(128,130,111)
#8F9180
(143,145,128)
#9EA091
(158,160,145)
#ADAFA2
(173,175,162)
#BCBEB3
(188,190,179)
#CBCDC4
(203,205,196)
#DADCD5
(218,220,213)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53553C; }

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

This text font color is #53553C.


Background Color

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

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

This div background color is #53553C.


Border color

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

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

This div border color is #53553C.


Opacity

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

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

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

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

This text has shadow with #53553C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53553C on black background.


Color preview on white background

This text has color #53553C on white background.



Black color preview on #53553C background

This text has black color on #53553C background.


White color preview on #53553C background

This text has white color on #53553C background.