COLOR #554544

HEX: #554544
RGB: (85,69,68)

Color info

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

RGB color model

#554544 color RGB value is (85,69,68).

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

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 68 of 255 = 27%

85
69
68

R + G + B ~ 29%. #554544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 68 = 222 (100%)
R 85 of 222 ~ 38.29%
G 69 of 222 ~ 31.08%
B 68 of 222 ~ 30.63%

%38.29
%31.08
%30.63

CMYK color model

#554544 color CMYK value is (0,19,20,67).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 20.00%
  • key color value is 66.67%
CMYK:
(0,19,20,67)
C0M19Y20K67 
(0%,19%,20%,67%)
(0.00/0.19/0.20/0.67)	

CMYK percentages

%0
%18.82
%20
%66.67

Codes

Color #554544 in popluar color models

554544
RGB856968
HSL11.11%30.00%
HSB/HSV20.00%33.33%
CMYK0.00%18.82%20.00%
66.67%

Color #554544 in popluar number systems.

HEX554544
Decimal856968
Binary101010110001011000100
Octal125105104

Shades and tints

Shades of #554544

#554544
(85,69,68)
#4E3F3E
(78,63,62)
#473938
(71,57,56)
#403332
(64,51,50)
#392D2C
(57,45,44)
#322726
(50,39,38)
#2B2120
(43,33,32)
#241B1A
(36,27,26)
#1D1514
(29,21,20)
#160F0E
(22,15,14)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #554544

#554544
(85,69,68)
#645555
(100,85,85)
#736566
(115,101,102)
#827577
(130,117,119)
#918588
(145,133,136)
#A09599
(160,149,153)
#AFA5AA
(175,165,170)
#BEB5BB
(190,181,187)
#CDC5CC
(205,197,204)
#DCD5DD
(220,213,221)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554544; }

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

This text font color is #554544.


Background Color

.myBgColor { background-color: #554544; }

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

This div background color is #554544.


Border color

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

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

This div border color is #554544.


Opacity

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

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

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

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

This text has shadow with #554544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554544 on black background.


Color preview on white background

This text has color #554544 on white background.



Black color preview on #554544 background

This text has black color on #554544 background.


White color preview on #554544 background

This text has white color on #554544 background.