COLOR #554945

HEX: #554945
RGB: (85,73,69)

Color info

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

RGB color model

#554945 color RGB value is (85,73,69).

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

RGB channels and saturation

R 85 of 255 = 33%
G 73 of 255 = 29%
B 69 of 255 = 27%

85
73
69

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

Portions of RGB colors in percentages

R + G + B =
85 + 73 + 69 = 227 (100%)
R 85 of 227 ~ 37.44%
G 73 of 227 ~ 32.16%
B 69 of 227 ~ 30.4%

%37.44
%32.16
%30.4

CMYK color model

#554945 color CMYK value is (0,14,19,67).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 18.82%
  • key color value is 66.67%
CMYK:
(0,14,19,67)
C0M14Y19K67 
(0%,14%,19%,67%)
(0.00/0.14/0.19/0.67)	

CMYK percentages

%0
%14.12
%18.82
%66.67

Codes

Color #554945 in popluar color models

554945
RGB857369
HSL15°10.39%30.20%
HSB/HSV15°18.82%33.33%
CMYK0.00%14.12%18.82%
66.67%

Color #554945 in popluar number systems.

HEX554945
Decimal857369
Binary101010110010011000101
Octal125111105

Shades and tints

Shades of #554945

#554945
(85,73,69)
#4E433F
(78,67,63)
#473D39
(71,61,57)
#403733
(64,55,51)
#39312D
(57,49,45)
#322B27
(50,43,39)
#2B2521
(43,37,33)
#241F1B
(36,31,27)
#1D1915
(29,25,21)
#16130F
(22,19,15)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #554945

#554945
(85,73,69)
#645955
(100,89,85)
#736965
(115,105,101)
#827975
(130,121,117)
#918985
(145,137,133)
#A09995
(160,153,149)
#AFA9A5
(175,169,165)
#BEB9B5
(190,185,181)
#CDC9C5
(205,201,197)
#DCD9D5
(220,217,213)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554945; }

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

This text font color is #554945.


Background Color

.myBgColor { background-color: #554945; }

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

This div background color is #554945.


Border color

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

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

This div border color is #554945.


Opacity

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

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

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

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

This text has shadow with #554945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554945 on black background.


Color preview on white background

This text has color #554945 on white background.



Black color preview on #554945 background

This text has black color on #554945 background.


White color preview on #554945 background

This text has white color on #554945 background.