COLOR #55822F

HEX: #55822F
RGB: (85,130,47)

Color info

#55822F contains mainly red and green colors. Web safe color of #55822F is #669933 (or #693).

RGB color model

#55822F color RGB value is (85,130,47).

  • red value is 85;
  • green value is 130;
  • blue value is 47.
RGB:
(85,130,47)
(33%,51%,18%)

RGB channels and saturation

R 85 of 255 = 33%
G 130 of 255 = 51%
B 47 of 255 = 18%

85
130
47

R + G + B ~ 34%. #55822F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 130 + 47 = 262 (100%)
R 85 of 262 ~ 32.44%
G 130 of 262 ~ 49.62%
B 47 of 262 ~ 17.94%

%32.44
%49.62
%17.94

CMYK color model

#55822F color CMYK value is (35,0,64,49).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 63.85%
  • key color value is 49.02%
CMYK:
(35,0,64,49)
C35M0Y64K49 
(35%,0%,64%,49%)
(0.35/0.00/0.64/0.49)	

CMYK percentages

%34.62
%0
%63.85
%49.02

Codes

Color #55822F in popluar color models

55822F
RGB8513047
HSL93°46.89%34.71%
HSB/HSV93°63.85%50.98%
CMYK34.62%0.00%63.85%
49.02%

Color #55822F in popluar number systems.

HEX55822F
Decimal8513047
Binary101010110000010101111
Octal12520257

Shades and tints

Shades of #55822F

#55822F
(85,130,47)
#4E772B
(78,119,43)
#476C27
(71,108,39)
#406123
(64,97,35)
#39561F
(57,86,31)
#324B1B
(50,75,27)
#2B4017
(43,64,23)
#243513
(36,53,19)
#1D2A0F
(29,42,15)
#161F0B
(22,31,11)
#0F1407
(15,20,7)
#000000
(0,0,0)

Tints of #55822F

#55822F
(85,130,47)
#648D41
(100,141,65)
#739853
(115,152,83)
#82A365
(130,163,101)
#91AE77
(145,174,119)
#A0B989
(160,185,137)
#AFC49B
(175,196,155)
#BECFAD
(190,207,173)
#CDDABF
(205,218,191)
#DCE5D1
(220,229,209)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55822F color. Also use rgb(85,130,47) instead hex code.

Text Font Color

.myTextColor { color: #55822F; }

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

This text font color is #55822F.


Background Color

.myBgColor { background-color: #55822F; }

<div style="background-color:#55822F">Inner text</div>

This div background color is #55822F.


Border color

.myBorderColor { border: 1px solid #55822F; }

<div style="border:3px solid #55822F">Div</div>

This div border color is #55822F.


Opacity

.myOpacity80 { color: #55822F; opacity: 0.8; }

<p style="color:#55822F;opacity:0.8;">80%</p>

Text with #55822F 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 #55822F;}

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

This text has shadow with #55822F color.

.textShadow {text-shadow: 3px 3px 1px #55822F, 3px 3px 1px red;}

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

This text has shadow with #55822F primary color and red secondary color.


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

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

This text has shadow with #55822F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55822F on black background.


Color preview on white background

This text has color #55822F on white background.



Black color preview on #55822F background

This text has black color on #55822F background.


White color preview on #55822F background

This text has white color on #55822F background.