COLOR #55642C

HEX: #55642C RGB: (85,100,44)

Color info

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

RGB color model

#55642C color RGB value is (85,100,44).

RGB: (85,100,44) (33%, 39%, 17%)

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 44 of 255 = 17%

85
100
44

R + G + B ~ 30%. #55642C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 100 + 44 = 229 (100%)
R 85 of 229 ~ 37.12%
G 100 of 229 ~ 43.67%
B 44 of 229 ~ 19.21'%

%37.12
%43.67
%19.21

CMYK color model

#55642C color CMYK value is (15,0,56,61).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 60.78%
CMYK: (15,0,56,61) C15M0Y56K61 (15%,0%,56%,61%) (0.15/0.00/0.56/0.61) 

CMYK percentages

%15
%0
%56
%60.78

Codes

Color #55642C in popluar color models

55 64 2C
RGB 85 100 44
HSL 76° 38.89% 28.24%
HSB/HSV 76° 56.00% 39.22%
CMYK 15.00% 0.00% 56.00%
60.78%

Color #55642C in popluar number systems.

HEX 55 64 2C
Decimal 85 100 44
Binary 1010101 1100100 101100
Octal 125 144 54

Shades and tints

Shades of #55642C

#55642C
(85,100,44)
#4E5B28
(78,91,40)
#475224
(71,82,36)
#404920
(64,73,32)
#39401C
(57,64,28)
#323718
(50,55,24)
#2B2E14
(43,46,20)
#242510
(36,37,16)
#1D1C0C
(29,28,12)
#161308
(22,19,8)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #55642C

#55642C
(85,100,44)
#64723F
(100,114,63)
#738052
(115,128,82)
#828E65
(130,142,101)
#919C78
(145,156,120)
#A0AA8B
(160,170,139)
#AFB89E
(175,184,158)
#BEC6B1
(190,198,177)
#CDD4C4
(205,212,196)
#DCE2D7
(220,226,215)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55642C color. Also use rgb(85,100,44) instead hex code.

Text Font Color

.myTextColor { color: #55642C; }

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

This text font color is #55642C.

Background Color

.myBgColor { background-color: #55642C; }

<div style="background-color:#55642C">Inner text</div>

This div background color is #55642C.

Border color

.myBorderColor { border: 1px solid #55642C; }

<div style="border:3px solid #55642C">Div</div>

This div border color is #55642C.

Opacity

.myOpacity80 { color: #55642C; opacity: 0.8; }

<p style="color:#55642C;opacity:0.8;">80%</p>

Text with #55642C 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 #55642C;}

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

This text has shadow with #55642C color.


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

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

This text has shadow with #55642C primary color and red secondary color.


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

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

This text has shadow with #55642C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55642C.

Preview

Color preview on black background

This text has color #55642C on black background.


Color preview on white background

This text has color #55642C on white background.


Black color preview on #55642C background

This text has black color on #55642C background.


White color preview on #55642C background

This text has white color on #55642C background.


Related colors

Complementary color

Complementary color for #hex is #AA9BD3.


I love getcolorcode.com

Triadic colors

1 #2C5564 and #642C55 with #55642C are triadic colors.

2 #2C6455 and #64552C with #55642C are triadic colors.