COLOR #554045

HEX: #554045
RGB: (85,64,69)

Color info

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

RGB color model

#554045 color RGB value is (85,64,69).

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

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 69 of 255 = 27%

85
64
69

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

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 69 = 218 (100%)
R 85 of 218 ~ 38.99%
G 64 of 218 ~ 29.36%
B 69 of 218 ~ 31.65%

%38.99
%29.36
%31.65

CMYK color model

#554045 color CMYK value is (0,25,19,67).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 18.82%
  • key color value is 66.67%
CMYK:
(0,25,19,67)
C0M25Y19K67 
(0%,25%,19%,67%)
(0.00/0.25/0.19/0.67)	

CMYK percentages

%0
%24.71
%18.82
%66.67

Codes

Color #554045 in popluar color models

554045
RGB856469
HSL346°14.09%29.22%
HSB/HSV346°24.71%33.33%
CMYK0.00%24.71%18.82%
66.67%

Color #554045 in popluar number systems.

HEX554045
Decimal856469
Binary101010110000001000101
Octal125100105

Shades and tints

Shades of #554045

#554045
(85,64,69)
#4E3B3F
(78,59,63)
#473639
(71,54,57)
#403133
(64,49,51)
#392C2D
(57,44,45)
#322727
(50,39,39)
#2B2221
(43,34,33)
#241D1B
(36,29,27)
#1D1815
(29,24,21)
#16130F
(22,19,15)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #554045

#554045
(85,64,69)
#645155
(100,81,85)
#736265
(115,98,101)
#827375
(130,115,117)
#918485
(145,132,133)
#A09595
(160,149,149)
#AFA6A5
(175,166,165)
#BEB7B5
(190,183,181)
#CDC8C5
(205,200,197)
#DCD9D5
(220,217,213)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554045; }

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

This text font color is #554045.


Background Color

.myBgColor { background-color: #554045; }

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

This div background color is #554045.


Border color

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

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

This div border color is #554045.


Opacity

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

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

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

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

This text has shadow with #554045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554045 on black background.


Color preview on white background

This text has color #554045 on white background.



Black color preview on #554045 background

This text has black color on #554045 background.


White color preview on #554045 background

This text has white color on #554045 background.