COLOR #554146

HEX: #554146
RGB: (85,65,70)

Color info

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

RGB color model

#554146 color RGB value is (85,65,70).

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

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 70 of 255 = 27%

85
65
70

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

Portions of RGB colors in percentages

R + G + B =
85 + 65 + 70 = 220 (100%)
R 85 of 220 ~ 38.64%
G 65 of 220 ~ 29.55%
B 70 of 220 ~ 31.82%

%38.64
%29.55
%31.82

CMYK color model

#554146 color CMYK value is (0,24,18,67).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,24,18,67)
C0M24Y18K67 
(0%,24%,18%,67%)
(0.00/0.24/0.18/0.67)	

CMYK percentages

%0
%23.53
%17.65
%66.67

Codes

Color #554146 in popluar color models

554146
RGB856570
HSL345°13.33%29.41%
HSB/HSV345°23.53%33.33%
CMYK0.00%23.53%17.65%
66.67%

Color #554146 in popluar number systems.

HEX554146
Decimal856570
Binary101010110000011000110
Octal125101106

Shades and tints

Shades of #554146

#554146
(85,65,70)
#4E3C40
(78,60,64)
#47373A
(71,55,58)
#403234
(64,50,52)
#392D2E
(57,45,46)
#322828
(50,40,40)
#2B2322
(43,35,34)
#241E1C
(36,30,28)
#1D1916
(29,25,22)
#161410
(22,20,16)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #554146

#554146
(85,65,70)
#645256
(100,82,86)
#736366
(115,99,102)
#827476
(130,116,118)
#918586
(145,133,134)
#A09696
(160,150,150)
#AFA7A6
(175,167,166)
#BEB8B6
(190,184,182)
#CDC9C6
(205,201,198)
#DCDAD6
(220,218,214)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554146; }

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

This text font color is #554146.


Background Color

.myBgColor { background-color: #554146; }

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

This div background color is #554146.


Border color

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

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

This div border color is #554146.


Opacity

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

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

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

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

This text has shadow with #554146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554146 on black background.


Color preview on white background

This text has color #554146 on white background.



Black color preview on #554146 background

This text has black color on #554146 background.


White color preview on #554146 background

This text has white color on #554146 background.