COLOR #55680D

HEX: #55680D RGB: (85,104,13)

Color info

#55680D contains mainly red and green colors. Web safe color of #55680D is #666600 (or #660).

RGB color model

#55680D color RGB value is (85,104,13).

RGB: (85,104,13) (33%, 41%, 5%)

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 13 of 255 = 5%

85
104
13

R + G + B ~ 26%. #55680D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 104 + 13 = 202 (100%)
R 85 of 202 ~ 42.08%
G 104 of 202 ~ 51.49%
B 13 of 202 ~ 6.44'%

%42.08
%51.49

CMYK color model

#55680D color CMYK value is (18,0,88,59).

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

CMYK: (18,0,88,59)
C18M0Y88K59 (18%, 0%, 88%, 59%)
(0.18 / 0.00 / 0.88 / 0.59)

CMYK percentages

%18.27
%0
%87.5
%59.22

Codes

Color #55680D in popluar color models

55 68 0D
RGB 85 104 13
HSL 73° 77.78% 22.94%
HSB/HSV 73° 87.50% 40.78%
CMYK 18.27% 0.00% 87.50%
59.22%

Color #55680D in popluar number systems.

HEX 55 68 0D
Decimal 85 104 13
Binary 1010101 1101000 1101
Octal 125 150 15

Shades and tints

Shades of #55680D

#55680D
(85,104,13)
#4E5F0C
(78,95,12)
#47560B
(71,86,11)
#404D0A
(64,77,10)
#394409
(57,68,9)
#323B08
(50,59,8)
#2B3207
(43,50,7)
#242906
(36,41,6)
#1D2005
(29,32,5)
#161704
(22,23,4)
#0F0E03
(15,14,3)
#000000
(0,0,0)

Tints of #55680D

#55680D
(85,104,13)
#647523
(100,117,35)
#738239
(115,130,57)
#828F4F
(130,143,79)
#919C65
(145,156,101)
#A0A97B
(160,169,123)
#AFB691
(175,182,145)
#BEC3A7
(190,195,167)
#CDD0BD
(205,208,189)
#DCDDD3
(220,221,211)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55680D; }

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

This text font color is #55680D.

Background Color

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

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

This div background color is #55680D.

Border color

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

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

This div border color is #55680D.

Opacity

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

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

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

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

This text has shadow with #55680D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55680D.

Preview

Color preview on black background

This text has color #55680D on black background.


Color preview on white background

This text has color #55680D on white background.


Black color preview on #55680D background

This text has black color on #55680D background.


White color preview on #55680D background

This text has white color on #55680D background.


Related colors

Complementary color

Complementary color for #hex is #AA97F2.


I love getcolorcode.com

Triadic colors

1 #0D5568 and #680D55 with #55680D are triadic colors.

2 #0D6855 and #68550D with #55680D are triadic colors.