COLOR #55671C

HEX: #55671C
RGB: (85,103,28)

Color info

#55671C contains mainly red and green colors. Web safe color of #55671C is #666633 (or #663).

RGB color model

#55671C color RGB value is (85,103,28).

  • red value is 85;
  • green value is 103;
  • blue value is 28.
RGB:
(85,103,28)
(33%,40%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 28 of 255 = 11%

85
103
28

R + G + B ~ 28%. #55671C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 28 = 216 (100%)
R 85 of 216 ~ 39.35%
G 103 of 216 ~ 47.69%
B 28 of 216 ~ 12.96%

%39.35
%47.69
%12.96

CMYK color model

#55671C color CMYK value is (17,0,73,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 72.82%
  • key color value is 59.61%
CMYK:
(17,0,73,60)
C17M0Y73K60 
(17%,0%,73%,60%)
(0.17/0.00/0.73/0.60)	

CMYK percentages

%17.48
%0
%72.82
%59.61

Codes

Color #55671C in popluar color models

55671C
RGB8510328
HSL74°57.25%25.69%
HSB/HSV74°72.82%40.39%
CMYK17.48%0.00%72.82%
59.61%

Color #55671C in popluar number systems.

HEX55671C
Decimal8510328
Binary1010101110011111100
Octal12514734

Shades and tints

Shades of #55671C

#55671C
(85,103,28)
#4E5E1A
(78,94,26)
#475518
(71,85,24)
#404C16
(64,76,22)
#394314
(57,67,20)
#323A12
(50,58,18)
#2B3110
(43,49,16)
#24280E
(36,40,14)
#1D1F0C
(29,31,12)
#16160A
(22,22,10)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #55671C

#55671C
(85,103,28)
#647430
(100,116,48)
#738144
(115,129,68)
#828E58
(130,142,88)
#919B6C
(145,155,108)
#A0A880
(160,168,128)
#AFB594
(175,181,148)
#BEC2A8
(190,194,168)
#CDCFBC
(205,207,188)
#DCDCD0
(220,220,208)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55671C color. Also use rgb(85,103,28) instead hex code.

Text Font Color

.myTextColor { color: #55671C; }

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

This text font color is #55671C.


Background Color

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

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

This div background color is #55671C.


Border color

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

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

This div border color is #55671C.


Opacity

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

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

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

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

This text has shadow with #55671C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55671C on black background.


Color preview on white background

This text has color #55671C on white background.



Black color preview on #55671C background

This text has black color on #55671C background.


White color preview on #55671C background

This text has white color on #55671C background.