COLOR #554627

HEX: #554627
RGB: (85,70,39)

Color info

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

RGB color model

#554627 color RGB value is (85,70,39).

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

RGB channels and saturation

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

85
70
39

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

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 39 = 194 (100%)
R 85 of 194 ~ 43.81%
G 70 of 194 ~ 36.08%
B 39 of 194 ~ 20.1%

%43.81
%36.08
%20.1

CMYK color model

#554627 color CMYK value is (0,18,54,67).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 54.12%
  • key color value is 66.67%
CMYK:
(0,18,54,67)
C0M18Y54K67 
(0%,18%,54%,67%)
(0.00/0.18/0.54/0.67)	

CMYK percentages

%0
%17.65
%54.12
%66.67

Codes

Color #554627 in popluar color models

554627
RGB857039
HSL40°37.10%24.31%
HSB/HSV40°54.12%33.33%
CMYK0.00%17.65%54.12%
66.67%

Color #554627 in popluar number systems.

HEX554627
Decimal857039
Binary10101011000110100111
Octal12510647

Shades and tints

Shades of #554627

#554627
(85,70,39)
#4E4024
(78,64,36)
#473A21
(71,58,33)
#40341E
(64,52,30)
#392E1B
(57,46,27)
#322818
(50,40,24)
#2B2215
(43,34,21)
#241C12
(36,28,18)
#1D160F
(29,22,15)
#16100C
(22,16,12)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #554627

#554627
(85,70,39)
#64563A
(100,86,58)
#73664D
(115,102,77)
#827660
(130,118,96)
#918673
(145,134,115)
#A09686
(160,150,134)
#AFA699
(175,166,153)
#BEB6AC
(190,182,172)
#CDC6BF
(205,198,191)
#DCD6D2
(220,214,210)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554627; }

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

This text font color is #554627.


Background Color

.myBgColor { background-color: #554627; }

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

This div background color is #554627.


Border color

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

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

This div border color is #554627.


Opacity

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

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

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

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

This text has shadow with #554627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554627 on black background.


Color preview on white background

This text has color #554627 on white background.



Black color preview on #554627 background

This text has black color on #554627 background.


White color preview on #554627 background

This text has white color on #554627 background.