COLOR #55552F

HEX: #55552F
RGB: (85,85,47)

Color info

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

RGB color model

#55552F color RGB value is (85,85,47).

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

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 47 of 255 = 18%

85
85
47

R + G + B ~ 28%. #55552F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 47 = 217 (100%)
R 85 of 217 ~ 39.17%
G 85 of 217 ~ 39.17%
B 47 of 217 ~ 21.66%

%39.17
%39.17
%21.66

CMYK color model

#55552F color CMYK value is (0,0,45,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK:
(0,0,45,67)
C0M0Y45K67 
(0%,0%,45%,67%)
(0.00/0.00/0.45/0.67)	

CMYK percentages

%0
%0
%44.71
%66.67

Codes

Color #55552F in popluar color models

55552F
RGB858547
HSL60°28.79%25.88%
HSB/HSV60°44.71%33.33%
CMYK0.00%0.00%44.71%
66.67%

Color #55552F in popluar number systems.

HEX55552F
Decimal858547
Binary10101011010101101111
Octal12512557

Shades and tints

Shades of #55552F

#55552F
(85,85,47)
#4E4E2B
(78,78,43)
#474727
(71,71,39)
#404023
(64,64,35)
#39391F
(57,57,31)
#32321B
(50,50,27)
#2B2B17
(43,43,23)
#242413
(36,36,19)
#1D1D0F
(29,29,15)
#16160B
(22,22,11)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #55552F

#55552F
(85,85,47)
#646441
(100,100,65)
#737353
(115,115,83)
#828265
(130,130,101)
#919177
(145,145,119)
#A0A089
(160,160,137)
#AFAF9B
(175,175,155)
#BEBEAD
(190,190,173)
#CDCDBF
(205,205,191)
#DCDCD1
(220,220,209)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55552F color. Also use rgb(85,85,47) instead hex code.

Text Font Color

.myTextColor { color: #55552F; }

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

This text font color is #55552F.


Background Color

.myBgColor { background-color: #55552F; }

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

This div background color is #55552F.


Border color

.myBorderColor { border: 1px solid #55552F; }

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

This div border color is #55552F.


Opacity

.myOpacity80 { color: #55552F; opacity: 0.8; }

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

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

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

This text has shadow with #55552F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55552F on black background.


Color preview on white background

This text has color #55552F on white background.



Black color preview on #55552F background

This text has black color on #55552F background.


White color preview on #55552F background

This text has white color on #55552F background.