COLOR #554A46

HEX: #554A46
RGB: (85,74,70)

Color info

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

RGB color model

#554A46 color RGB value is (85,74,70).

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

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 70 of 255 = 27%

85
74
70

R + G + B ~ 30%. #554A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 74 + 70 = 229 (100%)
R 85 of 229 ~ 37.12%
G 74 of 229 ~ 32.31%
B 70 of 229 ~ 30.57%

%37.12
%32.31
%30.57

CMYK color model

#554A46 color CMYK value is (0,13,18,67).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,13,18,67)
C0M13Y18K67 
(0%,13%,18%,67%)
(0.00/0.13/0.18/0.67)	

CMYK percentages

%0
%12.94
%17.65
%66.67

Codes

Color #554A46 in popluar color models

554A46
RGB857470
HSL16°9.68%30.39%
HSB/HSV16°17.65%33.33%
CMYK0.00%12.94%17.65%
66.67%

Color #554A46 in popluar number systems.

HEX554A46
Decimal857470
Binary101010110010101000110
Octal125112106

Shades and tints

Shades of #554A46

#554A46
(85,74,70)
#4E4440
(78,68,64)
#473E3A
(71,62,58)
#403834
(64,56,52)
#39322E
(57,50,46)
#322C28
(50,44,40)
#2B2622
(43,38,34)
#24201C
(36,32,28)
#1D1A16
(29,26,22)
#161410
(22,20,16)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #554A46

#554A46
(85,74,70)
#645A56
(100,90,86)
#736A66
(115,106,102)
#827A76
(130,122,118)
#918A86
(145,138,134)
#A09A96
(160,154,150)
#AFAAA6
(175,170,166)
#BEBAB6
(190,186,182)
#CDCAC6
(205,202,198)
#DCDAD6
(220,218,214)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554A46; }

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

This text font color is #554A46.


Background Color

.myBgColor { background-color: #554A46; }

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

This div background color is #554A46.


Border color

.myBorderColor { border: 1px solid #554A46; }

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

This div border color is #554A46.


Opacity

.myOpacity80 { color: #554A46; opacity: 0.8; }

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

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

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

This text has shadow with #554A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554A46 on black background.


Color preview on white background

This text has color #554A46 on white background.



Black color preview on #554A46 background

This text has black color on #554A46 background.


White color preview on #554A46 background

This text has white color on #554A46 background.