COLOR #554432

HEX: #554432
RGB: (85,68,50)

Color info

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

RGB color model

#554432 color RGB value is (85,68,50).

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

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 50 of 255 = 20%

85
68
50

R + G + B ~ 27%. #554432 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 50 = 203 (100%)
R 85 of 203 ~ 41.87%
G 68 of 203 ~ 33.5%
B 50 of 203 ~ 24.63%

%41.87
%33.5
%24.63

CMYK color model

#554432 color CMYK value is (0,20,41,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 41.18%
  • key color value is 66.67%
CMYK:
(0,20,41,67)
C0M20Y41K67 
(0%,20%,41%,67%)
(0.00/0.20/0.41/0.67)	

CMYK percentages

%0
%20
%41.18
%66.67

Codes

Color #554432 in popluar color models

554432
RGB856850
HSL31°25.93%26.47%
HSB/HSV31°41.18%33.33%
CMYK0.00%20.00%41.18%
66.67%

Color #554432 in popluar number systems.

HEX554432
Decimal856850
Binary10101011000100110010
Octal12510462

Shades and tints

Shades of #554432

#554432
(85,68,50)
#4E3E2E
(78,62,46)
#47382A
(71,56,42)
#403226
(64,50,38)
#392C22
(57,44,34)
#32261E
(50,38,30)
#2B201A
(43,32,26)
#241A16
(36,26,22)
#1D1412
(29,20,18)
#160E0E
(22,14,14)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #554432

#554432
(85,68,50)
#645544
(100,85,68)
#736656
(115,102,86)
#827768
(130,119,104)
#91887A
(145,136,122)
#A0998C
(160,153,140)
#AFAA9E
(175,170,158)
#BEBBB0
(190,187,176)
#CDCCC2
(205,204,194)
#DCDDD4
(220,221,212)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554432; }

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

This text font color is #554432.


Background Color

.myBgColor { background-color: #554432; }

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

This div background color is #554432.


Border color

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

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

This div border color is #554432.


Opacity

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

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

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

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

This text has shadow with #554432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554432 on black background.


Color preview on white background

This text has color #554432 on white background.



Black color preview on #554432 background

This text has black color on #554432 background.


White color preview on #554432 background

This text has white color on #554432 background.