COLOR #554C40

HEX: #554C40
RGB: (85,76,64)

Color info

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

RGB color model

#554C40 color RGB value is (85,76,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 76 of 255 = 30%
B 64 of 255 = 25%

85
76
64

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

Portions of RGB colors in percentages

R + G + B =
85 + 76 + 64 = 225 (100%)
R 85 of 225 ~ 37.78%
G 76 of 225 ~ 33.78%
B 64 of 225 ~ 28.44%

%37.78
%33.78
%28.44

CMYK color model

#554C40 color CMYK value is (0,11,25,67).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(0,11,25,67)
C0M11Y25K67 
(0%,11%,25%,67%)
(0.00/0.11/0.25/0.67)	

CMYK percentages

%0
%10.59
%24.71
%66.67

Codes

Color #554C40 in popluar color models

554C40
RGB857664
HSL34°14.09%29.22%
HSB/HSV34°24.71%33.33%
CMYK0.00%10.59%24.71%
66.67%

Color #554C40 in popluar number systems.

HEX554C40
Decimal857664
Binary101010110011001000000
Octal125114100

Shades and tints

Shades of #554C40

#554C40
(85,76,64)
#4E463B
(78,70,59)
#474036
(71,64,54)
#403A31
(64,58,49)
#39342C
(57,52,44)
#322E27
(50,46,39)
#2B2822
(43,40,34)
#24221D
(36,34,29)
#1D1C18
(29,28,24)
#161613
(22,22,19)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #554C40

#554C40
(85,76,64)
#645C51
(100,92,81)
#736C62
(115,108,98)
#827C73
(130,124,115)
#918C84
(145,140,132)
#A09C95
(160,156,149)
#AFACA6
(175,172,166)
#BEBCB7
(190,188,183)
#CDCCC8
(205,204,200)
#DCDCD9
(220,220,217)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554C40; }

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

This text font color is #554C40.


Background Color

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

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

This div background color is #554C40.


Border color

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

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

This div border color is #554C40.


Opacity

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

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

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

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

This text has shadow with #554C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554C40 on black background.


Color preview on white background

This text has color #554C40 on white background.



Black color preview on #554C40 background

This text has black color on #554C40 background.


White color preview on #554C40 background

This text has white color on #554C40 background.