COLOR #554731

HEX: #554731
RGB: (85,71,49)

Color info

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

RGB color model

#554731 color RGB value is (85,71,49).

  • red value is 85;
  • green value is 71;
  • blue value is 49.
RGB:
(85,71,49)
(33%,28%,19%)

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 49 of 255 = 19%

85
71
49

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

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 49 = 205 (100%)
R 85 of 205 ~ 41.46%
G 71 of 205 ~ 34.63%
B 49 of 205 ~ 23.9%

%41.46
%34.63
%23.9

CMYK color model

#554731 color CMYK value is (0,16,42,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(0,16,42,67)
C0M16Y42K67 
(0%,16%,42%,67%)
(0.00/0.16/0.42/0.67)	

CMYK percentages

%0
%16.47
%42.35
%66.67

Codes

Color #554731 in popluar color models

554731
RGB857149
HSL37°26.87%26.27%
HSB/HSV37°42.35%33.33%
CMYK0.00%16.47%42.35%
66.67%

Color #554731 in popluar number systems.

HEX554731
Decimal857149
Binary10101011000111110001
Octal12510761

Shades and tints

Shades of #554731

#554731
(85,71,49)
#4E412D
(78,65,45)
#473B29
(71,59,41)
#403525
(64,53,37)
#392F21
(57,47,33)
#32291D
(50,41,29)
#2B2319
(43,35,25)
#241D15
(36,29,21)
#1D1711
(29,23,17)
#16110D
(22,17,13)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #554731

#554731
(85,71,49)
#645743
(100,87,67)
#736755
(115,103,85)
#827767
(130,119,103)
#918779
(145,135,121)
#A0978B
(160,151,139)
#AFA79D
(175,167,157)
#BEB7AF
(190,183,175)
#CDC7C1
(205,199,193)
#DCD7D3
(220,215,211)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554731 color. Also use rgb(85,71,49) instead hex code.

Text Font Color

.myTextColor { color: #554731; }

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

This text font color is #554731.


Background Color

.myBgColor { background-color: #554731; }

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

This div background color is #554731.


Border color

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

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

This div border color is #554731.


Opacity

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

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

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

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

This text has shadow with #554731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554731 on black background.


Color preview on white background

This text has color #554731 on white background.



Black color preview on #554731 background

This text has black color on #554731 background.


White color preview on #554731 background

This text has white color on #554731 background.