COLOR #55783C

HEX: #55783C RGB: (85,120,60)

Color info

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

RGB color model

#55783C color RGB value is (85,120,60).

RGB: (85,120,60) (33%, 47%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 120 of 255 = 47%
B 60 of 255 = 24%

85
120
60

R + G + B ~ 35%. #55783C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 120 + 60 = 265 (100%)
R 85 of 265 ~ 32.08%
G 120 of 265 ~ 45.28%
B 60 of 265 ~ 22.64'%

%32.08
%45.28
%22.64

CMYK color model

#55783C color CMYK value is (29,0,50,53).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 52.94%

CMYK: (29,0,50,53)
C29M0Y50K53 (29%, 0%, 50%, 53%)
(0.29 / 0.00 / 0.50 / 0.53)

CMYK percentages

%29.17
%0
%50
%52.94

Codes

Color #55783C in popluar color models

55 78 3C
RGB 85 120 60
HSL 95° 33.33% 35.29%
HSB/HSV 95° 50.00% 47.06%
CMYK 29.17% 0.00% 50.00%
52.94%

Color #55783C in popluar number systems.

HEX 55 78 3C
Decimal 85 120 60
Binary 1010101 1111000 111100
Octal 125 170 74

Shades and tints

Shades of #55783C

#55783C
(85,120,60)
#4E6E37
(78,110,55)
#476432
(71,100,50)
#405A2D
(64,90,45)
#395028
(57,80,40)
#324623
(50,70,35)
#2B3C1E
(43,60,30)
#243219
(36,50,25)
#1D2814
(29,40,20)
#161E0F
(22,30,15)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #55783C

#55783C
(85,120,60)
#64844D
(100,132,77)
#73905E
(115,144,94)
#829C6F
(130,156,111)
#91A880
(145,168,128)
#A0B491
(160,180,145)
#AFC0A2
(175,192,162)
#BECCB3
(190,204,179)
#CDD8C4
(205,216,196)
#DCE4D5
(220,228,213)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55783C color. Also use rgb(85,120,60) instead hex code.

Text Font Color

.myTextColor { color: #55783C; }

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

This text font color is #55783C.

Background Color

.myBgColor { background-color: #55783C; }

<div style="background-color:#55783C">Inner text</div>

This div background color is #55783C.

Border color

.myBorderColor { border: 1px solid #55783C; }

<div style="border:3px solid #55783C">Div</div>

This div border color is #55783C.

Opacity

.myOpacity80 { color: #55783C; opacity: 0.8; }

<p style="color:#55783C;opacity:0.8;">80%</p>

Text with #55783C 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 #55783C;}

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

This text has shadow with #55783C color.


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

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

This text has shadow with #55783C primary color and red secondary color.


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

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

This text has shadow with #55783C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55783C.

Preview

Color preview on black background

This text has color #55783C on black background.


Color preview on white background

This text has color #55783C on white background.


Black color preview on #55783C background

This text has black color on #55783C background.


White color preview on #55783C background

This text has white color on #55783C background.


Related colors

Complementary color

Complementary color for #hex is #AA87C3.


I love getcolorcode.com

Triadic colors

1 #3C5578 and #783C55 with #55783C are triadic colors.

2 #3C7855 and #78553C with #55783C are triadic colors.