COLOR #554531

HEX: #554531
RGB: (85,69,49)

Color info

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

RGB color model

#554531 color RGB value is (85,69,49).

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

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 49 of 255 = 19%

85
69
49

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

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 49 = 203 (100%)
R 85 of 203 ~ 41.87%
G 69 of 203 ~ 33.99%
B 49 of 203 ~ 24.14%

%41.87
%33.99
%24.14

CMYK color model

#554531 color CMYK value is (0,19,42,67).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(0,19,42,67)
C0M19Y42K67 
(0%,19%,42%,67%)
(0.00/0.19/0.42/0.67)	

CMYK percentages

%0
%18.82
%42.35
%66.67

Codes

Color #554531 in popluar color models

554531
RGB856949
HSL33°26.87%26.27%
HSB/HSV33°42.35%33.33%
CMYK0.00%18.82%42.35%
66.67%

Color #554531 in popluar number systems.

HEX554531
Decimal856949
Binary10101011000101110001
Octal12510561

Shades and tints

Shades of #554531

#554531
(85,69,49)
#4E3F2D
(78,63,45)
#473929
(71,57,41)
#403325
(64,51,37)
#392D21
(57,45,33)
#32271D
(50,39,29)
#2B2119
(43,33,25)
#241B15
(36,27,21)
#1D1511
(29,21,17)
#160F0D
(22,15,13)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #554531

#554531
(85,69,49)
#645543
(100,85,67)
#736555
(115,101,85)
#827567
(130,117,103)
#918579
(145,133,121)
#A0958B
(160,149,139)
#AFA59D
(175,165,157)
#BEB5AF
(190,181,175)
#CDC5C1
(205,197,193)
#DCD5D3
(220,213,211)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554531; }

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

This text font color is #554531.


Background Color

.myBgColor { background-color: #554531; }

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

This div background color is #554531.


Border color

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

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

This div border color is #554531.


Opacity

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

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

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

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

This text has shadow with #554531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554531 on black background.


Color preview on white background

This text has color #554531 on white background.



Black color preview on #554531 background

This text has black color on #554531 background.


White color preview on #554531 background

This text has white color on #554531 background.