COLOR #55512F

HEX: #55512F
RGB: (85,81,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
81
47

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 47 = 213 (100%)
R 85 of 213 ~ 39.91%
G 81 of 213 ~ 38.03%
B 47 of 213 ~ 22.07%

%39.91
%38.03
%22.07

CMYK color model

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

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

CMYK percentages

%0
%4.71
%44.71
%66.67

Codes

Color #55512F in popluar color models

55512F
RGB858147
HSL54°28.79%25.88%
HSB/HSV54°44.71%33.33%
CMYK0.00%4.71%44.71%
66.67%

Color #55512F in popluar number systems.

HEX55512F
Decimal858147
Binary10101011010001101111
Octal12512157

Shades and tints

Shades of #55512F

#55512F
(85,81,47)
#4E4A2B
(78,74,43)
#474327
(71,67,39)
#403C23
(64,60,35)
#39351F
(57,53,31)
#322E1B
(50,46,27)
#2B2717
(43,39,23)
#242013
(36,32,19)
#1D190F
(29,25,15)
#16120B
(22,18,11)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #55512F

#55512F
(85,81,47)
#646041
(100,96,65)
#736F53
(115,111,83)
#827E65
(130,126,101)
#918D77
(145,141,119)
#A09C89
(160,156,137)
#AFAB9B
(175,171,155)
#BEBAAD
(190,186,173)
#CDC9BF
(205,201,191)
#DCD8D1
(220,216,209)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55512F; }

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

This text font color is #55512F.


Background Color

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

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

This div background color is #55512F.


Border color

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

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

This div border color is #55512F.


Opacity

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

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

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

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

This text has shadow with #55512F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55512F on black background.


Color preview on white background

This text has color #55512F on white background.



Black color preview on #55512F background

This text has black color on #55512F background.


White color preview on #55512F background

This text has white color on #55512F background.