COLOR #55785A

HEX: #55785A
RGB: (85,120,90)

Color info

#55785A contains red, green and blue colors in about the same proportion. Web safe color of #55785A is #666666 (or #666).

RGB color model

#55785A color RGB value is (85,120,90).

  • red value is 85;
  • green value is 120;
  • blue value is 90.
RGB:
(85,120,90)
(33%,47%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 120 of 255 = 47%
B 90 of 255 = 35%

85
120
90

R + G + B ~ 38%. #55785A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 120 + 90 = 295 (100%)
R 85 of 295 ~ 28.81%
G 120 of 295 ~ 40.68%
B 90 of 295 ~ 30.51%

%28.81
%40.68
%30.51

CMYK color model

#55785A color CMYK value is (29,0,25,53).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(29,0,25,53)
C29M0Y25K53 
(29%,0%,25%,53%)
(0.29/0.00/0.25/0.53)	

CMYK percentages

%29.17
%0
%25
%52.94

Codes

Color #55785A in popluar color models

55785A
RGB8512090
HSL129°17.07%40.20%
HSB/HSV129°29.17%47.06%
CMYK29.17%0.00%25.00%
52.94%

Color #55785A in popluar number systems.

HEX55785A
Decimal8512090
Binary101010111110001011010
Octal125170132

Shades and tints

Shades of #55785A

#55785A
(85,120,90)
#4E6E52
(78,110,82)
#47644A
(71,100,74)
#405A42
(64,90,66)
#39503A
(57,80,58)
#324632
(50,70,50)
#2B3C2A
(43,60,42)
#243222
(36,50,34)
#1D281A
(29,40,26)
#161E12
(22,30,18)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #55785A

#55785A
(85,120,90)
#648469
(100,132,105)
#739078
(115,144,120)
#829C87
(130,156,135)
#91A896
(145,168,150)
#A0B4A5
(160,180,165)
#AFC0B4
(175,192,180)
#BECCC3
(190,204,195)
#CDD8D2
(205,216,210)
#DCE4E1
(220,228,225)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55785A color. Also use rgb(85,120,90) instead hex code.

Text Font Color

.myTextColor { color: #55785A; }

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

This text font color is #55785A.


Background Color

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

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

This div background color is #55785A.


Border color

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

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

This div border color is #55785A.


Opacity

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

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

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

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

This text has shadow with #55785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55785A on black background.


Color preview on white background

This text has color #55785A on white background.



Black color preview on #55785A background

This text has black color on #55785A background.


White color preview on #55785A background

This text has white color on #55785A background.