COLOR #53552A

HEX: #53552A
RGB: (83,85,42)

Color info

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

RGB color model

#53552A color RGB value is (83,85,42).

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

RGB channels and saturation

R 83 of 255 = 33%
G 85 of 255 = 33%
B 42 of 255 = 16%

83
85
42

R + G + B ~ 27%. #53552A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 85 + 42 = 210 (100%)
R 83 of 210 ~ 39.52%
G 85 of 210 ~ 40.48%
B 42 of 210 ~ 20%

%39.52
%40.48
%20

CMYK color model

#53552A color CMYK value is (2,0,51,67).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 50.59%
  • key color value is 66.67%
CMYK:
(2,0,51,67)
C2M0Y51K67 
(2%,0%,51%,67%)
(0.02/0.00/0.51/0.67)	

CMYK percentages

%2.35
%0
%50.59
%66.67

Codes

Color #53552A in popluar color models

53552A
RGB838542
HSL63°33.86%24.90%
HSB/HSV63°50.59%33.33%
CMYK2.35%0.00%50.59%
66.67%

Color #53552A in popluar number systems.

HEX53552A
Decimal838542
Binary10100111010101101010
Octal12312552

Shades and tints

Shades of #53552A

#53552A
(83,85,42)
#4C4E27
(76,78,39)
#454724
(69,71,36)
#3E4021
(62,64,33)
#37391E
(55,57,30)
#30321B
(48,50,27)
#292B18
(41,43,24)
#222415
(34,36,21)
#1B1D12
(27,29,18)
#14160F
(20,22,15)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #53552A

#53552A
(83,85,42)
#62643D
(98,100,61)
#717350
(113,115,80)
#808263
(128,130,99)
#8F9176
(143,145,118)
#9EA089
(158,160,137)
#ADAF9C
(173,175,156)
#BCBEAF
(188,190,175)
#CBCDC2
(203,205,194)
#DADCD5
(218,220,213)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53552A color. Also use rgb(83,85,42) instead hex code.

Text Font Color

.myTextColor { color: #53552A; }

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

This text font color is #53552A.


Background Color

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

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

This div background color is #53552A.


Border color

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

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

This div border color is #53552A.


Opacity

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

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

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

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

This text has shadow with #53552A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53552A on black background.


Color preview on white background

This text has color #53552A on white background.



Black color preview on #53552A background

This text has black color on #53552A background.


White color preview on #53552A background

This text has white color on #53552A background.