COLOR #554737

HEX: #554737
RGB: (85,71,55)

Color info

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

RGB color model

#554737 color RGB value is (85,71,55).

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

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 55 of 255 = 22%

85
71
55

R + G + B ~ 28%. #554737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 55 = 211 (100%)
R 85 of 211 ~ 40.28%
G 71 of 211 ~ 33.65%
B 55 of 211 ~ 26.07%

%40.28
%33.65
%26.07

CMYK color model

#554737 color CMYK value is (0,16,35,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(0,16,35,67)
C0M16Y35K67 
(0%,16%,35%,67%)
(0.00/0.16/0.35/0.67)	

CMYK percentages

%0
%16.47
%35.29
%66.67

Codes

Color #554737 in popluar color models

554737
RGB857155
HSL32°21.43%27.45%
HSB/HSV32°35.29%33.33%
CMYK0.00%16.47%35.29%
66.67%

Color #554737 in popluar number systems.

HEX554737
Decimal857155
Binary10101011000111110111
Octal12510767

Shades and tints

Shades of #554737

#554737
(85,71,55)
#4E4132
(78,65,50)
#473B2D
(71,59,45)
#403528
(64,53,40)
#392F23
(57,47,35)
#32291E
(50,41,30)
#2B2319
(43,35,25)
#241D14
(36,29,20)
#1D170F
(29,23,15)
#16110A
(22,17,10)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #554737

#554737
(85,71,55)
#645749
(100,87,73)
#73675B
(115,103,91)
#82776D
(130,119,109)
#91877F
(145,135,127)
#A09791
(160,151,145)
#AFA7A3
(175,167,163)
#BEB7B5
(190,183,181)
#CDC7C7
(205,199,199)
#DCD7D9
(220,215,217)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554737; }

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

This text font color is #554737.


Background Color

.myBgColor { background-color: #554737; }

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

This div background color is #554737.


Border color

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

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

This div border color is #554737.


Opacity

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

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

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

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

This text has shadow with #554737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554737 on black background.


Color preview on white background

This text has color #554737 on white background.



Black color preview on #554737 background

This text has black color on #554737 background.


White color preview on #554737 background

This text has white color on #554737 background.