COLOR #55682D

HEX: #55682D
RGB: (85,104,45)

Color info

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

RGB color model

#55682D color RGB value is (85,104,45).

  • red value is 85;
  • green value is 104;
  • blue value is 45.
RGB:
(85,104,45)
(33%,41%,18%)

RGB channels and saturation

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

85
104
45

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

Portions of RGB colors in percentages

R + G + B =
85 + 104 + 45 = 234 (100%)
R 85 of 234 ~ 36.32%
G 104 of 234 ~ 44.44%
B 45 of 234 ~ 19.23%

%36.32
%44.44
%19.23

CMYK color model

#55682D color CMYK value is (18,0,57,59).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 56.73%
  • key color value is 59.22%
CMYK:
(18,0,57,59)
C18M0Y57K59 
(18%,0%,57%,59%)
(0.18/0.00/0.57/0.59)	

CMYK percentages

%18.27
%0
%56.73
%59.22

Codes

Color #55682D in popluar color models

55682D
RGB8510445
HSL79°39.60%29.22%
HSB/HSV79°56.73%40.78%
CMYK18.27%0.00%56.73%
59.22%

Color #55682D in popluar number systems.

HEX55682D
Decimal8510445
Binary10101011101000101101
Octal12515055

Shades and tints

Shades of #55682D

#55682D
(85,104,45)
#4E5F29
(78,95,41)
#475625
(71,86,37)
#404D21
(64,77,33)
#39441D
(57,68,29)
#323B19
(50,59,25)
#2B3215
(43,50,21)
#242911
(36,41,17)
#1D200D
(29,32,13)
#161709
(22,23,9)
#0F0E05
(15,14,5)
#000000
(0,0,0)

Tints of #55682D

#55682D
(85,104,45)
#647540
(100,117,64)
#738253
(115,130,83)
#828F66
(130,143,102)
#919C79
(145,156,121)
#A0A98C
(160,169,140)
#AFB69F
(175,182,159)
#BEC3B2
(190,195,178)
#CDD0C5
(205,208,197)
#DCDDD8
(220,221,216)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55682D; }

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

This text font color is #55682D.


Background Color

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

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

This div background color is #55682D.


Border color

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

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

This div border color is #55682D.


Opacity

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

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

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

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

This text has shadow with #55682D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55682D on black background.


Color preview on white background

This text has color #55682D on white background.



Black color preview on #55682D background

This text has black color on #55682D background.


White color preview on #55682D background

This text has white color on #55682D background.