COLOR #55773A

HEX: #55773A
RGB: (85,119,58)

Color info

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

RGB color model

#55773A color RGB value is (85,119,58).

  • red value is 85;
  • green value is 119;
  • blue value is 58.
RGB:
(85,119,58)
(33%,47%,23%)

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 58 of 255 = 23%

85
119
58

R + G + B ~ 34%. #55773A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 58 = 262 (100%)
R 85 of 262 ~ 32.44%
G 119 of 262 ~ 45.42%
B 58 of 262 ~ 22.14%

%32.44
%45.42
%22.14

CMYK color model

#55773A color CMYK value is (29,0,51,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 51.26%
  • key color value is 53.33%
CMYK:
(29,0,51,53)
C29M0Y51K53 
(29%,0%,51%,53%)
(0.29/0.00/0.51/0.53)	

CMYK percentages

%28.57
%0
%51.26
%53.33

Codes

Color #55773A in popluar color models

55773A
RGB8511958
HSL93°34.46%34.71%
HSB/HSV93°51.26%46.67%
CMYK28.57%0.00%51.26%
53.33%

Color #55773A in popluar number systems.

HEX55773A
Decimal8511958
Binary10101011110111111010
Octal12516772

Shades and tints

Shades of #55773A

#55773A
(85,119,58)
#4E6D35
(78,109,53)
#476330
(71,99,48)
#40592B
(64,89,43)
#394F26
(57,79,38)
#324521
(50,69,33)
#2B3B1C
(43,59,28)
#243117
(36,49,23)
#1D2712
(29,39,18)
#161D0D
(22,29,13)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #55773A

#55773A
(85,119,58)
#64834B
(100,131,75)
#738F5C
(115,143,92)
#829B6D
(130,155,109)
#91A77E
(145,167,126)
#A0B38F
(160,179,143)
#AFBFA0
(175,191,160)
#BECBB1
(190,203,177)
#CDD7C2
(205,215,194)
#DCE3D3
(220,227,211)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55773A color. Also use rgb(85,119,58) instead hex code.

Text Font Color

.myTextColor { color: #55773A; }

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

This text font color is #55773A.


Background Color

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

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

This div background color is #55773A.


Border color

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

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

This div border color is #55773A.


Opacity

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

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

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

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

This text has shadow with #55773A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55773A on black background.


Color preview on white background

This text has color #55773A on white background.



Black color preview on #55773A background

This text has black color on #55773A background.


White color preview on #55773A background

This text has white color on #55773A background.