COLOR #55553D

HEX: #55553D
RGB: (85,85,61)

Color info

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

RGB color model

#55553D color RGB value is (85,85,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 61 of 255 = 24%

85
85
61

R + G + B ~ 30%. #55553D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 61 = 231 (100%)
R 85 of 231 ~ 36.8%
G 85 of 231 ~ 36.8%
B 61 of 231 ~ 26.41%

%36.8
%36.8
%26.41

CMYK color model

#55553D color CMYK value is (0,0,28,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(0,0,28,67)
C0M0Y28K67 
(0%,0%,28%,67%)
(0.00/0.00/0.28/0.67)	

CMYK percentages

%0
%0
%28.24
%66.67

Codes

Color #55553D in popluar color models

55553D
RGB858561
HSL60°16.44%28.63%
HSB/HSV60°28.24%33.33%
CMYK0.00%0.00%28.24%
66.67%

Color #55553D in popluar number systems.

HEX55553D
Decimal858561
Binary10101011010101111101
Octal12512575

Shades and tints

Shades of #55553D

#55553D
(85,85,61)
#4E4E38
(78,78,56)
#474733
(71,71,51)
#40402E
(64,64,46)
#393929
(57,57,41)
#323224
(50,50,36)
#2B2B1F
(43,43,31)
#24241A
(36,36,26)
#1D1D15
(29,29,21)
#161610
(22,22,16)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #55553D

#55553D
(85,85,61)
#64644E
(100,100,78)
#73735F
(115,115,95)
#828270
(130,130,112)
#919181
(145,145,129)
#A0A092
(160,160,146)
#AFAFA3
(175,175,163)
#BEBEB4
(190,190,180)
#CDCDC5
(205,205,197)
#DCDCD6
(220,220,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55553D color. Also use rgb(85,85,61) instead hex code.

Text Font Color

.myTextColor { color: #55553D; }

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

This text font color is #55553D.


Background Color

.myBgColor { background-color: #55553D; }

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

This div background color is #55553D.


Border color

.myBorderColor { border: 1px solid #55553D; }

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

This div border color is #55553D.


Opacity

.myOpacity80 { color: #55553D; opacity: 0.8; }

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

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

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

This text has shadow with #55553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55553D on black background.


Color preview on white background

This text has color #55553D on white background.



Black color preview on #55553D background

This text has black color on #55553D background.


White color preview on #55553D background

This text has white color on #55553D background.