COLOR #55682E

HEX: #55682E RGB: (85,104,46)

Color info

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

RGB color model

#55682E color RGB value is (85,104,46).

RGB: (85,104,46) (33%, 41%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 46 of 255 = 18%

85
104
46

R + G + B ~ 31%. #55682E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 104 + 46 = 235 (100%)
R 85 of 235 ~ 36.17%
G 104 of 235 ~ 44.26%
B 46 of 235 ~ 19.57'%

%36.17
%44.26
%19.57

CMYK color model

#55682E color CMYK value is (18,0,56,59).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 55.77%
  • key color value is 59.22%

CMYK: (18,0,56,59)
C18M0Y56K59 (18%, 0%, 56%, 59%)
(0.18 / 0.00 / 0.56 / 0.59)

CMYK percentages

%18.27
%0
%55.77
%59.22

Codes

Color #55682E in popluar color models

55 68 2E
RGB 85 104 46
HSL 80° 38.67% 29.41%
HSB/HSV 80° 55.77% 40.78%
CMYK 18.27% 0.00% 55.77%
59.22%

Color #55682E in popluar number systems.

HEX 55 68 2E
Decimal 85 104 46
Binary 1010101 1101000 101110
Octal 125 150 56

Shades and tints

Shades of #55682E

#55682E
(85,104,46)
#4E5F2A
(78,95,42)
#475626
(71,86,38)
#404D22
(64,77,34)
#39441E
(57,68,30)
#323B1A
(50,59,26)
#2B3216
(43,50,22)
#242912
(36,41,18)
#1D200E
(29,32,14)
#16170A
(22,23,10)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #55682E

#55682E
(85,104,46)
#647541
(100,117,65)
#738254
(115,130,84)
#828F67
(130,143,103)
#919C7A
(145,156,122)
#A0A98D
(160,169,141)
#AFB6A0
(175,182,160)
#BEC3B3
(190,195,179)
#CDD0C6
(205,208,198)
#DCDDD9
(220,221,217)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55682E color. Also use rgb(85,104,46) instead hex code.

Text Font Color

.myTextColor { color: #55682E; }

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

This text font color is #55682E.

Background Color

.myBgColor { background-color: #55682E; }

<div style="background-color:#55682E">Inner text</div>

This div background color is #55682E.

Border color

.myBorderColor { border: 1px solid #55682E; }

<div style="border:3px solid #55682E">Div</div>

This div border color is #55682E.

Opacity

.myOpacity80 { color: #55682E; opacity: 0.8; }

<p style="color:#55682E;opacity:0.8;">80%</p>

Text with #55682E 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 #55682E;}

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

This text has shadow with #55682E color.


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

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

This text has shadow with #55682E primary color and red secondary color.


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

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

This text has shadow with #55682E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55682E.

Preview

Color preview on black background

This text has color #55682E on black background.


Color preview on white background

This text has color #55682E on white background.


Black color preview on #55682E background

This text has black color on #55682E background.


White color preview on #55682E background

This text has white color on #55682E background.


Related colors

Complementary color

Complementary color for #hex is #AA97D1.


I love getcolorcode.com

Triadic colors

1 #2E5568 and #682E55 with #55682E are triadic colors.

2 #2E6855 and #68552E with #55682E are triadic colors.