COLOR #554E3C

HEX: #554E3C RGB: (85,78,60)

Color info

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

RGB color model

#554E3C color RGB value is (85,78,60).

RGB: (85,78,60) (33%, 31%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 60 of 255 = 24%

85
78
60

R + G + B ~ 29%. #554E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 78 + 60 = 223 (100%)
R 85 of 223 ~ 38.12%
G 78 of 223 ~ 34.98%
B 60 of 223 ~ 26.91'%

%38.12
%34.98
%26.91

CMYK color model

#554E3C color CMYK value is (0,8,29,67).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 29.41%
  • key color value is 66.67%

CMYK: (0,8,29,67)
C0M8Y29K67 (0%, 8%, 29%, 67%)
(0.00 / 0.08 / 0.29 / 0.67)

CMYK percentages

%0
%8.24
%29.41
%66.67

Codes

Color #554E3C in popluar color models

55 4E 3C
RGB 85 78 60
HSL 43° 17.24% 28.43%
HSB/HSV 43° 29.41% 33.33%
CMYK 0.00% 8.24% 29.41%
66.67%

Color #554E3C in popluar number systems.

HEX 55 4E 3C
Decimal 85 78 60
Binary 1010101 1001110 111100
Octal 125 116 74

Shades and tints

Shades of #554E3C

#554E3C
(85,78,60)
#4E4737
(78,71,55)
#474032
(71,64,50)
#40392D
(64,57,45)
#393228
(57,50,40)
#322B23
(50,43,35)
#2B241E
(43,36,30)
#241D19
(36,29,25)
#1D1614
(29,22,20)
#160F0F
(22,15,15)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #554E3C

#554E3C
(85,78,60)
#645E4D
(100,94,77)
#736E5E
(115,110,94)
#827E6F
(130,126,111)
#918E80
(145,142,128)
#A09E91
(160,158,145)
#AFAEA2
(175,174,162)
#BEBEB3
(190,190,179)
#CDCEC4
(205,206,196)
#DCDED5
(220,222,213)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E3C color. Also use rgb(85,78,60) instead hex code.

Text Font Color

.myTextColor { color: #554E3C; }

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

This text font color is #554E3C.

Background Color

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

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

This div background color is #554E3C.

Border color

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

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

This div border color is #554E3C.

Opacity

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

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

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

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

This text has shadow with #554E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554E3C.

Preview

Color preview on black background

This text has color #554E3C on black background.


Color preview on white background

This text has color #554E3C on white background.


Black color preview on #554E3C background

This text has black color on #554E3C background.


White color preview on #554E3C background

This text has white color on #554E3C background.


Related colors

Complementary color

Complementary color for #hex is #AAB1C3.


I love getcolorcode.com

Triadic colors

1 #3C554E and #4E3C55 with #554E3C are triadic colors.

2 #3C4E55 and #4E553C with #554E3C are triadic colors.