COLOR #554C2B

HEX: #554C2B
RGB: (85,76,43)

Color info

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

RGB color model

#554C2B color RGB value is (85,76,43).

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

RGB channels and saturation

R 85 of 255 = 33%
G 76 of 255 = 30%
B 43 of 255 = 17%

85
76
43

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

Portions of RGB colors in percentages

R + G + B =
85 + 76 + 43 = 204 (100%)
R 85 of 204 ~ 41.67%
G 76 of 204 ~ 37.25%
B 43 of 204 ~ 21.08%

%41.67
%37.25
%21.08

CMYK color model

#554C2B color CMYK value is (0,11,49,67).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(0,11,49,67)
C0M11Y49K67 
(0%,11%,49%,67%)
(0.00/0.11/0.49/0.67)	

CMYK percentages

%0
%10.59
%49.41
%66.67

Codes

Color #554C2B in popluar color models

554C2B
RGB857643
HSL47°32.81%25.10%
HSB/HSV47°49.41%33.33%
CMYK0.00%10.59%49.41%
66.67%

Color #554C2B in popluar number systems.

HEX554C2B
Decimal857643
Binary10101011001100101011
Octal12511453

Shades and tints

Shades of #554C2B

#554C2B
(85,76,43)
#4E4628
(78,70,40)
#474025
(71,64,37)
#403A22
(64,58,34)
#39341F
(57,52,31)
#322E1C
(50,46,28)
#2B2819
(43,40,25)
#242216
(36,34,22)
#1D1C13
(29,28,19)
#161610
(22,22,16)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #554C2B

#554C2B
(85,76,43)
#645C3E
(100,92,62)
#736C51
(115,108,81)
#827C64
(130,124,100)
#918C77
(145,140,119)
#A09C8A
(160,156,138)
#AFAC9D
(175,172,157)
#BEBCB0
(190,188,176)
#CDCCC3
(205,204,195)
#DCDCD6
(220,220,214)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554C2B; }

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

This text font color is #554C2B.


Background Color

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

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

This div background color is #554C2B.


Border color

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

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

This div border color is #554C2B.


Opacity

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

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

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

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

This text has shadow with #554C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554C2B on black background.


Color preview on white background

This text has color #554C2B on white background.



Black color preview on #554C2B background

This text has black color on #554C2B background.


White color preview on #554C2B background

This text has white color on #554C2B background.