COLOR #554439

HEX: #554439
RGB: (85,68,57)

Color info

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

RGB color model

#554439 color RGB value is (85,68,57).

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

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 57 of 255 = 22%

85
68
57

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

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 57 = 210 (100%)
R 85 of 210 ~ 40.48%
G 68 of 210 ~ 32.38%
B 57 of 210 ~ 27.14%

%40.48
%32.38
%27.14

CMYK color model

#554439 color CMYK value is (0,20,33,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(0,20,33,67)
C0M20Y33K67 
(0%,20%,33%,67%)
(0.00/0.20/0.33/0.67)	

CMYK percentages

%0
%20
%32.94
%66.67

Codes

Color #554439 in popluar color models

554439
RGB856857
HSL24°19.72%27.84%
HSB/HSV24°32.94%33.33%
CMYK0.00%20.00%32.94%
66.67%

Color #554439 in popluar number systems.

HEX554439
Decimal856857
Binary10101011000100111001
Octal12510471

Shades and tints

Shades of #554439

#554439
(85,68,57)
#4E3E34
(78,62,52)
#47382F
(71,56,47)
#40322A
(64,50,42)
#392C25
(57,44,37)
#322620
(50,38,32)
#2B201B
(43,32,27)
#241A16
(36,26,22)
#1D1411
(29,20,17)
#160E0C
(22,14,12)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #554439

#554439
(85,68,57)
#64554B
(100,85,75)
#73665D
(115,102,93)
#82776F
(130,119,111)
#918881
(145,136,129)
#A09993
(160,153,147)
#AFAAA5
(175,170,165)
#BEBBB7
(190,187,183)
#CDCCC9
(205,204,201)
#DCDDDB
(220,221,219)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554439; }

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

This text font color is #554439.


Background Color

.myBgColor { background-color: #554439; }

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

This div background color is #554439.


Border color

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

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

This div border color is #554439.


Opacity

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

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

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

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

This text has shadow with #554439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554439 on black background.


Color preview on white background

This text has color #554439 on white background.



Black color preview on #554439 background

This text has black color on #554439 background.


White color preview on #554439 background

This text has white color on #554439 background.