COLOR #55722D

HEX: #55722D
RGB: (85,114,45)

Color info

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

RGB color model

#55722D color RGB value is (85,114,45).

  • red value is 85;
  • green value is 114;
  • blue value is 45.
RGB:
(85,114,45)
(33%,45%,18%)

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 45 of 255 = 18%

85
114
45

R + G + B ~ 32%. #55722D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 45 = 244 (100%)
R 85 of 244 ~ 34.84%
G 114 of 244 ~ 46.72%
B 45 of 244 ~ 18.44%

%34.84
%46.72
%18.44

CMYK color model

#55722D color CMYK value is (25,0,61,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 60.53%
  • key color value is 55.29%
CMYK:
(25,0,61,55)
C25M0Y61K55 
(25%,0%,61%,55%)
(0.25/0.00/0.61/0.55)	

CMYK percentages

%25.44
%0
%60.53
%55.29

Codes

Color #55722D in popluar color models

55722D
RGB8511445
HSL85°43.40%31.18%
HSB/HSV85°60.53%44.71%
CMYK25.44%0.00%60.53%
55.29%

Color #55722D in popluar number systems.

HEX55722D
Decimal8511445
Binary10101011110010101101
Octal12516255

Shades and tints

Shades of #55722D

#55722D
(85,114,45)
#4E6829
(78,104,41)
#475E25
(71,94,37)
#405421
(64,84,33)
#394A1D
(57,74,29)
#324019
(50,64,25)
#2B3615
(43,54,21)
#242C11
(36,44,17)
#1D220D
(29,34,13)
#161809
(22,24,9)
#0F0E05
(15,14,5)
#000000
(0,0,0)

Tints of #55722D

#55722D
(85,114,45)
#647E40
(100,126,64)
#738A53
(115,138,83)
#829666
(130,150,102)
#91A279
(145,162,121)
#A0AE8C
(160,174,140)
#AFBA9F
(175,186,159)
#BEC6B2
(190,198,178)
#CDD2C5
(205,210,197)
#DCDED8
(220,222,216)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55722D color. Also use rgb(85,114,45) instead hex code.

Text Font Color

.myTextColor { color: #55722D; }

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

This text font color is #55722D.


Background Color

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

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

This div background color is #55722D.


Border color

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

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

This div border color is #55722D.


Opacity

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

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

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

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

This text has shadow with #55722D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55722D on black background.


Color preview on white background

This text has color #55722D on white background.



Black color preview on #55722D background

This text has black color on #55722D background.


White color preview on #55722D background

This text has white color on #55722D background.