COLOR #554F45

HEX: #554F45
RGB: (85,79,69)

Color info

#554F45 contains red, green and blue colors in about the same proportion. Web safe color of #554F45 is #666633 (or #663).

RGB color model

#554F45 color RGB value is (85,79,69).

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

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 69 of 255 = 27%

85
79
69

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 69 = 233 (100%)
R 85 of 233 ~ 36.48%
G 79 of 233 ~ 33.91%
B 69 of 233 ~ 29.61%

%36.48
%33.91
%29.61

CMYK color model

#554F45 color CMYK value is (0,7,19,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 18.82%
  • key color value is 66.67%
CMYK:
(0,7,19,67)
C0M7Y19K67 
(0%,7%,19%,67%)
(0.00/0.07/0.19/0.67)	

CMYK percentages

%0
%7.06
%18.82
%66.67

Codes

Color #554F45 in popluar color models

554F45
RGB857969
HSL38°10.39%30.20%
HSB/HSV38°18.82%33.33%
CMYK0.00%7.06%18.82%
66.67%

Color #554F45 in popluar number systems.

HEX554F45
Decimal857969
Binary101010110011111000101
Octal125117105

Shades and tints

Shades of #554F45

#554F45
(85,79,69)
#4E483F
(78,72,63)
#474139
(71,65,57)
#403A33
(64,58,51)
#39332D
(57,51,45)
#322C27
(50,44,39)
#2B2521
(43,37,33)
#241E1B
(36,30,27)
#1D1715
(29,23,21)
#16100F
(22,16,15)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #554F45

#554F45
(85,79,69)
#645F55
(100,95,85)
#736F65
(115,111,101)
#827F75
(130,127,117)
#918F85
(145,143,133)
#A09F95
(160,159,149)
#AFAFA5
(175,175,165)
#BEBFB5
(190,191,181)
#CDCFC5
(205,207,197)
#DCDFD5
(220,223,213)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F45; }

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

This text font color is #554F45.


Background Color

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

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

This div background color is #554F45.


Border color

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

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

This div border color is #554F45.


Opacity

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

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

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

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

This text has shadow with #554F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F45 on black background.


Color preview on white background

This text has color #554F45 on white background.



Black color preview on #554F45 background

This text has black color on #554F45 background.


White color preview on #554F45 background

This text has white color on #554F45 background.