COLOR #553235

HEX: #553235
RGB: (85,50,53)

Color info

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

RGB color model

#553235 color RGB value is (85,50,53).

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

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 53 of 255 = 21%

85
50
53

R + G + B ~ 25%. #553235 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 50 + 53 = 188 (100%)
R 85 of 188 ~ 45.21%
G 50 of 188 ~ 26.6%
B 53 of 188 ~ 28.19%

%45.21
%26.6
%28.19

CMYK color model

#553235 color CMYK value is (0,41,38,67).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 37.65%
  • key color value is 66.67%
CMYK:
(0,41,38,67)
C0M41Y38K67 
(0%,41%,38%,67%)
(0.00/0.41/0.38/0.67)	

CMYK percentages

%0
%41.18
%37.65
%66.67

Codes

Color #553235 in popluar color models

553235
RGB855053
HSL355°25.93%26.47%
HSB/HSV355°41.18%33.33%
CMYK0.00%41.18%37.65%
66.67%

Color #553235 in popluar number systems.

HEX553235
Decimal855053
Binary1010101110010110101
Octal1256265

Shades and tints

Shades of #553235

#553235
(85,50,53)
#4E2E31
(78,46,49)
#472A2D
(71,42,45)
#402629
(64,38,41)
#392225
(57,34,37)
#321E21
(50,30,33)
#2B1A1D
(43,26,29)
#241619
(36,22,25)
#1D1215
(29,18,21)
#160E11
(22,14,17)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #553235

#553235
(85,50,53)
#644447
(100,68,71)
#735659
(115,86,89)
#82686B
(130,104,107)
#917A7D
(145,122,125)
#A08C8F
(160,140,143)
#AF9EA1
(175,158,161)
#BEB0B3
(190,176,179)
#CDC2C5
(205,194,197)
#DCD4D7
(220,212,215)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553235; }

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

This text font color is #553235.


Background Color

.myBgColor { background-color: #553235; }

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

This div background color is #553235.


Border color

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

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

This div border color is #553235.


Opacity

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

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

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

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

This text has shadow with #553235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553235 on black background.


Color preview on white background

This text has color #553235 on white background.



Black color preview on #553235 background

This text has black color on #553235 background.


White color preview on #553235 background

This text has white color on #553235 background.