COLOR #55682A

HEX: #55682A
RGB: (85,104,42)

Color info

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

RGB color model

#55682A color RGB value is (85,104,42).

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

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 42 of 255 = 16%

85
104
42

R + G + B ~ 30%. #55682A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 104 + 42 = 231 (100%)
R 85 of 231 ~ 36.8%
G 104 of 231 ~ 45.02%
B 42 of 231 ~ 18.18%

%36.8
%45.02
%18.18

CMYK color model

#55682A color CMYK value is (18,0,60,59).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 59.62%
  • key color value is 59.22%
CMYK: (18,0,60,59) C18M0Y60K59 (18%,0%,60%,59%) (0.18/0.00/0.60/0.59)

CMYK percentages

%18.27
%0
%59.62
%59.22

Codes

Color #55682A in popluar color models

55682A
RGB8510442
HSL78°42.47%28.63%
HSB/HSV78°59.62%40.78%
CMYK18.27%0.00%59.62%
59.22%

Color #55682A in popluar number systems.

HEX55682A
Decimal8510442
Binary10101011101000101010
Octal12515052

Shades and tints

Shades of #55682A

#55682A
(85,104,42)
#4E5F27
(78,95,39)
#475624
(71,86,36)
#404D21
(64,77,33)
#39441E
(57,68,30)
#323B1B
(50,59,27)
#2B3218
(43,50,24)
#242915
(36,41,21)
#1D2012
(29,32,18)
#16170F
(22,23,15)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #55682A

#55682A
(85,104,42)
#64753D
(100,117,61)
#738250
(115,130,80)
#828F63
(130,143,99)
#919C76
(145,156,118)
#A0A989
(160,169,137)
#AFB69C
(175,182,156)
#BEC3AF
(190,195,175)
#CDD0C2
(205,208,194)
#DCDDD5
(220,221,213)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55682A; }

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

This text font color is #55682A.


Background Color

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

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

This div background color is #55682A.


Border color

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

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

This div border color is #55682A.


Opacity

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

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

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

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

This text has shadow with #55682A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #55682A on black background.


Color preview on white background

This text has color #55682A on white background.



Black color preview on #55682A background

This text has black color on #55682A background.


White color preview on #55682A background

This text has white color on #55682A background.