COLOR #55721A

HEX: #55721A RGB: (85,114,26)

Color info

#55721A contains mainly red and green colors. Web safe color of #55721A is #666600 (or #660).

RGB color model

#55721A color RGB value is (85,114,26).

RGB: (85,114,26) (33%, 45%, 10%)

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 26 of 255 = 10%

85
114
26

R + G + B ~ 29%. #55721A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 114 + 26 = 225 (100%)
R 85 of 225 ~ 37.78%
G 114 of 225 ~ 50.67%
B 26 of 225 ~ 11.56'%

%37.78
%50.67
%11.56

CMYK color model

#55721A color CMYK value is (25,0,77,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 77.19%
  • key color value is 55.29%

CMYK: (25,0,77,55)
C25M0Y77K55 (25%, 0%, 77%, 55%)
(0.25 / 0.00 / 0.77 / 0.55)

CMYK percentages

%25.44
%0
%77.19
%55.29

Codes

Color #55721A in popluar color models

55 72 1A
RGB 85 114 26
HSL 80° 62.86% 27.45%
HSB/HSV 80° 77.19% 44.71%
CMYK 25.44% 0.00% 77.19%
55.29%

Color #55721A in popluar number systems.

HEX 55 72 1A
Decimal 85 114 26
Binary 1010101 1110010 11010
Octal 125 162 32

Shades and tints

Shades of #55721A

#55721A
(85,114,26)
#4E6818
(78,104,24)
#475E16
(71,94,22)
#405414
(64,84,20)
#394A12
(57,74,18)
#324010
(50,64,16)
#2B360E
(43,54,14)
#242C0C
(36,44,12)
#1D220A
(29,34,10)
#161808
(22,24,8)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #55721A

#55721A
(85,114,26)
#647E2E
(100,126,46)
#738A42
(115,138,66)
#829656
(130,150,86)
#91A26A
(145,162,106)
#A0AE7E
(160,174,126)
#AFBA92
(175,186,146)
#BEC6A6
(190,198,166)
#CDD2BA
(205,210,186)
#DCDECE
(220,222,206)
#EBEAE2
(235,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55721A color. Also use rgb(85,114,26) instead hex code.

Text Font Color

.myTextColor { color: #55721A; }

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

This text font color is #55721A.

Background Color

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

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

This div background color is #55721A.

Border color

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

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

This div border color is #55721A.

Opacity

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

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

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

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

This text has shadow with #55721A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55721A.

Preview

Color preview on black background

This text has color #55721A on black background.


Color preview on white background

This text has color #55721A on white background.


Black color preview on #55721A background

This text has black color on #55721A background.


White color preview on #55721A background

This text has white color on #55721A background.


Related colors

Complementary color

Complementary color for #hex is #AA8DE5.


I love getcolorcode.com

Triadic colors

1 #1A5572 and #721A55 with #55721A are triadic colors.

2 #1A7255 and #72551A with #55721A are triadic colors.