COLOR #554829

HEX: #554829
RGB: (85,72,41)

Color info

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

RGB color model

#554829 color RGB value is (85,72,41).

  • red value is 85;
  • green value is 72;
  • blue value is 41.
RGB:
(85,72,41)
(33%,28%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 41 of 255 = 16%

85
72
41

R + G + B ~ 26%. #554829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 41 = 198 (100%)
R 85 of 198 ~ 42.93%
G 72 of 198 ~ 36.36%
B 41 of 198 ~ 20.71%

%42.93
%36.36
%20.71

CMYK color model

#554829 color CMYK value is (0,15,52,67).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 51.76%
  • key color value is 66.67%
CMYK:
(0,15,52,67)
C0M15Y52K67 
(0%,15%,52%,67%)
(0.00/0.15/0.52/0.67)	

CMYK percentages

%0
%15.29
%51.76
%66.67

Codes

Color #554829 in popluar color models

554829
RGB857241
HSL42°34.92%24.71%
HSB/HSV42°51.76%33.33%
CMYK0.00%15.29%51.76%
66.67%

Color #554829 in popluar number systems.

HEX554829
Decimal857241
Binary10101011001000101001
Octal12511051

Shades and tints

Shades of #554829

#554829
(85,72,41)
#4E4226
(78,66,38)
#473C23
(71,60,35)
#403620
(64,54,32)
#39301D
(57,48,29)
#322A1A
(50,42,26)
#2B2417
(43,36,23)
#241E14
(36,30,20)
#1D1811
(29,24,17)
#16120E
(22,18,14)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #554829

#554829
(85,72,41)
#64583C
(100,88,60)
#73684F
(115,104,79)
#827862
(130,120,98)
#918875
(145,136,117)
#A09888
(160,152,136)
#AFA89B
(175,168,155)
#BEB8AE
(190,184,174)
#CDC8C1
(205,200,193)
#DCD8D4
(220,216,212)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554829 color. Also use rgb(85,72,41) instead hex code.

Text Font Color

.myTextColor { color: #554829; }

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

This text font color is #554829.


Background Color

.myBgColor { background-color: #554829; }

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

This div background color is #554829.


Border color

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

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

This div border color is #554829.


Opacity

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

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

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

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

This text has shadow with #554829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554829 on black background.


Color preview on white background

This text has color #554829 on white background.



Black color preview on #554829 background

This text has black color on #554829 background.


White color preview on #554829 background

This text has white color on #554829 background.