COLOR #55722B

HEX: #55722B
RGB: (85,114,43)

Color info

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

RGB color model

#55722B color RGB value is (85,114,43).

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

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 43 of 255 = 17%

85
114
43

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

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 43 = 242 (100%)
R 85 of 242 ~ 35.12%
G 114 of 242 ~ 47.11%
B 43 of 242 ~ 17.77%

%35.12
%47.11
%17.77

CMYK color model

#55722B color CMYK value is (25,0,62,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 62.28%
  • key color value is 55.29%
CMYK: (25,0,62,55) C25M0Y62K55 (25%,0%,62%,55%) (0.25/0.00/0.62/0.55)

CMYK percentages

%25.44
%0
%62.28
%55.29

Codes

Color #55722B in popluar color models

55722B
RGB8511443
HSL85°45.22%30.78%
HSB/HSV85°62.28%44.71%
CMYK25.44%0.00%62.28%
55.29%

Color #55722B in popluar number systems.

HEX55722B
Decimal8511443
Binary10101011110010101011
Octal12516253

Shades and tints

Shades of #55722B

#55722B
(85,114,43)
#4E6828
(78,104,40)
#475E25
(71,94,37)
#405422
(64,84,34)
#394A1F
(57,74,31)
#32401C
(50,64,28)
#2B3619
(43,54,25)
#242C16
(36,44,22)
#1D2213
(29,34,19)
#161810
(22,24,16)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #55722B

#55722B
(85,114,43)
#647E3E
(100,126,62)
#738A51
(115,138,81)
#829664
(130,150,100)
#91A277
(145,162,119)
#A0AE8A
(160,174,138)
#AFBA9D
(175,186,157)
#BEC6B0
(190,198,176)
#CDD2C3
(205,210,195)
#DCDED6
(220,222,214)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55722B; }

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

This text font color is #55722B.


Background Color

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

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

This div background color is #55722B.


Border color

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

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

This div border color is #55722B.


Opacity

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

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

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

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

This text has shadow with #55722B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #55722B on black background.


Color preview on white background

This text has color #55722B on white background.



Black color preview on #55722B background

This text has black color on #55722B background.


White color preview on #55722B background

This text has white color on #55722B background.