COLOR #554137

HEX: #554137
RGB: (85,65,55)

Color info

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

RGB color model

#554137 color RGB value is (85,65,55).

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

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 55 of 255 = 22%

85
65
55

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

Portions of RGB colors in percentages

R + G + B =
85 + 65 + 55 = 205 (100%)
R 85 of 205 ~ 41.46%
G 65 of 205 ~ 31.71%
B 55 of 205 ~ 26.83%

%41.46
%31.71
%26.83

CMYK color model

#554137 color CMYK value is (0,24,35,67).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(0,24,35,67)
C0M24Y35K67 
(0%,24%,35%,67%)
(0.00/0.24/0.35/0.67)	

CMYK percentages

%0
%23.53
%35.29
%66.67

Codes

Color #554137 in popluar color models

554137
RGB856555
HSL20°21.43%27.45%
HSB/HSV20°35.29%33.33%
CMYK0.00%23.53%35.29%
66.67%

Color #554137 in popluar number systems.

HEX554137
Decimal856555
Binary10101011000001110111
Octal12510167

Shades and tints

Shades of #554137

#554137
(85,65,55)
#4E3C32
(78,60,50)
#47372D
(71,55,45)
#403228
(64,50,40)
#392D23
(57,45,35)
#32281E
(50,40,30)
#2B2319
(43,35,25)
#241E14
(36,30,20)
#1D190F
(29,25,15)
#16140A
(22,20,10)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #554137

#554137
(85,65,55)
#645249
(100,82,73)
#73635B
(115,99,91)
#82746D
(130,116,109)
#91857F
(145,133,127)
#A09691
(160,150,145)
#AFA7A3
(175,167,163)
#BEB8B5
(190,184,181)
#CDC9C7
(205,201,199)
#DCDAD9
(220,218,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554137; }

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

This text font color is #554137.


Background Color

.myBgColor { background-color: #554137; }

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

This div background color is #554137.


Border color

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

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

This div border color is #554137.


Opacity

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

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

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

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

This text has shadow with #554137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554137 on black background.


Color preview on white background

This text has color #554137 on white background.



Black color preview on #554137 background

This text has black color on #554137 background.


White color preview on #554137 background

This text has white color on #554137 background.