COLOR #554C37

HEX: #554C37
RGB: (85,76,55)

Color info

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

RGB color model

#554C37 color RGB value is (85,76,55).

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

RGB channels and saturation

R 85 of 255 = 33%
G 76 of 255 = 30%
B 55 of 255 = 22%

85
76
55

R + G + B ~ 28%. #554C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 76 + 55 = 216 (100%)
R 85 of 216 ~ 39.35%
G 76 of 216 ~ 35.19%
B 55 of 216 ~ 25.46%

%39.35
%35.19
%25.46

CMYK color model

#554C37 color CMYK value is (0,11,35,67).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK: (0,11,35,67) C0M11Y35K67 (0%,11%,35%,67%) (0.00/0.11/0.35/0.67)

CMYK percentages

%0
%10.59
%35.29
%66.67

Codes

Color #554C37 in popluar color models

554C37
RGB857655
HSL42°21.43%27.45%
HSB/HSV42°35.29%33.33%
CMYK0.00%10.59%35.29%
66.67%

Color #554C37 in popluar number systems.

HEX554C37
Decimal857655
Binary10101011001100110111
Octal12511467

Shades and tints

Shades of #554C37

#554C37
(85,76,55)
#4E4632
(78,70,50)
#47402D
(71,64,45)
#403A28
(64,58,40)
#393423
(57,52,35)
#322E1E
(50,46,30)
#2B2819
(43,40,25)
#242214
(36,34,20)
#1D1C0F
(29,28,15)
#16160A
(22,22,10)
#0F1005
(15,16,5)
#000000
(0,0,0)

Tints of #554C37

#554C37
(85,76,55)
#645C49
(100,92,73)
#736C5B
(115,108,91)
#827C6D
(130,124,109)
#918C7F
(145,140,127)
#A09C91
(160,156,145)
#AFACA3
(175,172,163)
#BEBCB5
(190,188,181)
#CDCCC7
(205,204,199)
#DCDCD9
(220,220,217)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554C37; }

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

This text font color is #554C37.


Background Color

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

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

This div background color is #554C37.


Border color

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

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

This div border color is #554C37.


Opacity

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

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

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

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

This text has shadow with #554C37 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #554C37 on black background.


Color preview on white background

This text has color #554C37 on white background.



Black color preview on #554C37 background

This text has black color on #554C37 background.


White color preview on #554C37 background

This text has white color on #554C37 background.