COLOR #553335

HEX: #553335
RGB: (85,51,53)

Color info

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

RGB color model

#553335 color RGB value is (85,51,53).

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

RGB channels and saturation

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

85
51
53

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

Portions of RGB colors in percentages

R + G + B =
85 + 51 + 53 = 189 (100%)
R 85 of 189 ~ 44.97%
G 51 of 189 ~ 26.98%
B 53 of 189 ~ 28.04%

%44.97
%26.98
%28.04

CMYK color model

#553335 color CMYK value is (0,40,38,67).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 37.65%
  • key color value is 66.67%
CMYK:
(0,40,38,67)
C0M40Y38K67 
(0%,40%,38%,67%)
(0.00/0.40/0.38/0.67)	

CMYK percentages

%0
%40
%37.65
%66.67

Codes

Color #553335 in popluar color models

553335
RGB855153
HSL356°25.00%26.67%
HSB/HSV356°40.00%33.33%
CMYK0.00%40.00%37.65%
66.67%

Color #553335 in popluar number systems.

HEX553335
Decimal855153
Binary1010101110011110101
Octal1256365

Shades and tints

Shades of #553335

#553335
(85,51,53)
#4E2F31
(78,47,49)
#472B2D
(71,43,45)
#402729
(64,39,41)
#392325
(57,35,37)
#321F21
(50,31,33)
#2B1B1D
(43,27,29)
#241719
(36,23,25)
#1D1315
(29,19,21)
#160F11
(22,15,17)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #553335

#553335
(85,51,53)
#644547
(100,69,71)
#735759
(115,87,89)
#82696B
(130,105,107)
#917B7D
(145,123,125)
#A08D8F
(160,141,143)
#AF9FA1
(175,159,161)
#BEB1B3
(190,177,179)
#CDC3C5
(205,195,197)
#DCD5D7
(220,213,215)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553335; }

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

This text font color is #553335.


Background Color

.myBgColor { background-color: #553335; }

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

This div background color is #553335.


Border color

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

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

This div border color is #553335.


Opacity

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

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

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

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

This text has shadow with #553335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553335 on black background.


Color preview on white background

This text has color #553335 on white background.



Black color preview on #553335 background

This text has black color on #553335 background.


White color preview on #553335 background

This text has white color on #553335 background.