COLOR #554427

HEX: #554427
RGB: (85,68,39)

Color info

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

RGB color model

#554427 color RGB value is (85,68,39).

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

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 39 of 255 = 15%

85
68
39

R + G + B ~ 25%. #554427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 39 = 192 (100%)
R 85 of 192 ~ 44.27%
G 68 of 192 ~ 35.42%
B 39 of 192 ~ 20.31%

%44.27
%35.42
%20.31

CMYK color model

#554427 color CMYK value is (0,20,54,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 54.12%
  • key color value is 66.67%
CMYK:
(0,20,54,67)
C0M20Y54K67 
(0%,20%,54%,67%)
(0.00/0.20/0.54/0.67)	

CMYK percentages

%0
%20
%54.12
%66.67

Codes

Color #554427 in popluar color models

554427
RGB856839
HSL38°37.10%24.31%
HSB/HSV38°54.12%33.33%
CMYK0.00%20.00%54.12%
66.67%

Color #554427 in popluar number systems.

HEX554427
Decimal856839
Binary10101011000100100111
Octal12510447

Shades and tints

Shades of #554427

#554427
(85,68,39)
#4E3E24
(78,62,36)
#473821
(71,56,33)
#40321E
(64,50,30)
#392C1B
(57,44,27)
#322618
(50,38,24)
#2B2015
(43,32,21)
#241A12
(36,26,18)
#1D140F
(29,20,15)
#160E0C
(22,14,12)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #554427

#554427
(85,68,39)
#64553A
(100,85,58)
#73664D
(115,102,77)
#827760
(130,119,96)
#918873
(145,136,115)
#A09986
(160,153,134)
#AFAA99
(175,170,153)
#BEBBAC
(190,187,172)
#CDCCBF
(205,204,191)
#DCDDD2
(220,221,210)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554427; }

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

This text font color is #554427.


Background Color

.myBgColor { background-color: #554427; }

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

This div background color is #554427.


Border color

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

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

This div border color is #554427.


Opacity

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

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

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

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

This text has shadow with #554427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554427 on black background.


Color preview on white background

This text has color #554427 on white background.



Black color preview on #554427 background

This text has black color on #554427 background.


White color preview on #554427 background

This text has white color on #554427 background.