COLOR #53553E

HEX: #53553E
RGB: (83,85,62)

Color info

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

RGB color model

#53553E color RGB value is (83,85,62).

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

RGB channels and saturation

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

83
85
62

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

Portions of RGB colors in percentages

R + G + B =
83 + 85 + 62 = 230 (100%)
R 83 of 230 ~ 36.09%
G 85 of 230 ~ 36.96%
B 62 of 230 ~ 26.96%

%36.09
%36.96
%26.96

CMYK color model

#53553E color CMYK value is (2,0,27,67).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 66.67%
CMYK:
(2,0,27,67)
C2M0Y27K67 
(2%,0%,27%,67%)
(0.02/0.00/0.27/0.67)	

CMYK percentages

%2.35
%0
%27.06
%66.67

Codes

Color #53553E in popluar color models

53553E
RGB838562
HSL65°15.65%28.82%
HSB/HSV65°27.06%33.33%
CMYK2.35%0.00%27.06%
66.67%

Color #53553E in popluar number systems.

HEX53553E
Decimal838562
Binary10100111010101111110
Octal12312576

Shades and tints

Shades of #53553E

#53553E
(83,85,62)
#4C4E39
(76,78,57)
#454734
(69,71,52)
#3E402F
(62,64,47)
#37392A
(55,57,42)
#303225
(48,50,37)
#292B20
(41,43,32)
#22241B
(34,36,27)
#1B1D16
(27,29,22)
#141611
(20,22,17)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #53553E

#53553E
(83,85,62)
#62644F
(98,100,79)
#717360
(113,115,96)
#808271
(128,130,113)
#8F9182
(143,145,130)
#9EA093
(158,160,147)
#ADAFA4
(173,175,164)
#BCBEB5
(188,190,181)
#CBCDC6
(203,205,198)
#DADCD7
(218,220,215)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53553E; }

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

This text font color is #53553E.


Background Color

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

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

This div background color is #53553E.


Border color

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

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

This div border color is #53553E.


Opacity

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

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

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

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

This text has shadow with #53553E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53553E on black background.


Color preview on white background

This text has color #53553E on white background.



Black color preview on #53553E background

This text has black color on #53553E background.


White color preview on #53553E background

This text has white color on #53553E background.