COLOR #553525

HEX: #553525
RGB: (85,53,37)

Color info

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

RGB color model

#553525 color RGB value is (85,53,37).

  • red value is 85;
  • green value is 53;
  • blue value is 37.
RGB:
(85,53,37)
(33%,21%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 53 of 255 = 21%
B 37 of 255 = 15%

85
53
37

R + G + B ~ 23%. #553525 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 53 + 37 = 175 (100%)
R 85 of 175 ~ 48.57%
G 53 of 175 ~ 30.29%
B 37 of 175 ~ 21.14%

%48.57
%30.29
%21.14

CMYK color model

#553525 color CMYK value is (0,38,56,67).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,38,56,67)
C0M38Y56K67 
(0%,38%,56%,67%)
(0.00/0.38/0.56/0.67)	

CMYK percentages

%0
%37.65
%56.47
%66.67

Codes

Color #553525 in popluar color models

553525
RGB855337
HSL20°39.34%23.92%
HSB/HSV20°56.47%33.33%
CMYK0.00%37.65%56.47%
66.67%

Color #553525 in popluar number systems.

HEX553525
Decimal855337
Binary1010101110101100101
Octal1256545

Shades and tints

Shades of #553525

#553525
(85,53,37)
#4E3122
(78,49,34)
#472D1F
(71,45,31)
#40291C
(64,41,28)
#392519
(57,37,25)
#322116
(50,33,22)
#2B1D13
(43,29,19)
#241910
(36,25,16)
#1D150D
(29,21,13)
#16110A
(22,17,10)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #553525

#553525
(85,53,37)
#644738
(100,71,56)
#73594B
(115,89,75)
#826B5E
(130,107,94)
#917D71
(145,125,113)
#A08F84
(160,143,132)
#AFA197
(175,161,151)
#BEB3AA
(190,179,170)
#CDC5BD
(205,197,189)
#DCD7D0
(220,215,208)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553525 color. Also use rgb(85,53,37) instead hex code.

Text Font Color

.myTextColor { color: #553525; }

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

This text font color is #553525.


Background Color

.myBgColor { background-color: #553525; }

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

This div background color is #553525.


Border color

.myBorderColor { border: 1px solid #553525; }

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

This div border color is #553525.


Opacity

.myOpacity80 { color: #553525; opacity: 0.8; }

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

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

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

This text has shadow with #553525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553525 on black background.


Color preview on white background

This text has color #553525 on white background.



Black color preview on #553525 background

This text has black color on #553525 background.


White color preview on #553525 background

This text has white color on #553525 background.