COLOR #554C2D

HEX: #554C2D
RGB: (85,76,45)

Color info

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

RGB color model

#554C2D color RGB value is (85,76,45).

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

RGB channels and saturation

R 85 of 255 = 33%
G 76 of 255 = 30%
B 45 of 255 = 18%

85
76
45

R + G + B ~ 27%. #554C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 76 + 45 = 206 (100%)
R 85 of 206 ~ 41.26%
G 76 of 206 ~ 36.89%
B 45 of 206 ~ 21.84%

%41.26
%36.89
%21.84

CMYK color model

#554C2D color CMYK value is (0,11,47,67).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(0,11,47,67)
C0M11Y47K67 
(0%,11%,47%,67%)
(0.00/0.11/0.47/0.67)	

CMYK percentages

%0
%10.59
%47.06
%66.67

Codes

Color #554C2D in popluar color models

554C2D
RGB857645
HSL47°30.77%25.49%
HSB/HSV47°47.06%33.33%
CMYK0.00%10.59%47.06%
66.67%

Color #554C2D in popluar number systems.

HEX554C2D
Decimal857645
Binary10101011001100101101
Octal12511455

Shades and tints

Shades of #554C2D

#554C2D
(85,76,45)
#4E4629
(78,70,41)
#474025
(71,64,37)
#403A21
(64,58,33)
#39341D
(57,52,29)
#322E19
(50,46,25)
#2B2815
(43,40,21)
#242211
(36,34,17)
#1D1C0D
(29,28,13)
#161609
(22,22,9)
#0F1005
(15,16,5)
#000000
(0,0,0)

Tints of #554C2D

#554C2D
(85,76,45)
#645C40
(100,92,64)
#736C53
(115,108,83)
#827C66
(130,124,102)
#918C79
(145,140,121)
#A09C8C
(160,156,140)
#AFAC9F
(175,172,159)
#BEBCB2
(190,188,178)
#CDCCC5
(205,204,197)
#DCDCD8
(220,220,216)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554C2D; }

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

This text font color is #554C2D.


Background Color

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

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

This div background color is #554C2D.


Border color

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

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

This div border color is #554C2D.


Opacity

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

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

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

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

This text has shadow with #554C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554C2D on black background.


Color preview on white background

This text has color #554C2D on white background.



Black color preview on #554C2D background

This text has black color on #554C2D background.


White color preview on #554C2D background

This text has white color on #554C2D background.