COLOR #55731A

HEX: #55731A RGB: (85,115,26)

Color info

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

RGB color model

#55731A color RGB value is (85,115,26).

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

RGB channels and saturation

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

85
115
26

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

Portions of RGB colors in percentages

R + G + B = 85 + 115 + 26 = 226 (100%)
R 85 of 226 ~ 37.61%
G 115 of 226 ~ 50.88%
B 26 of 226 ~ 11.5'%

%37.61
%50.88
%11.5

CMYK color model

#55731A color CMYK value is (26,0,77,55).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 77.39%
  • key color value is 54.90%

CMYK: (26,0,77,55)
C26M0Y77K55 (26%, 0%, 77%, 55%)
(0.26 / 0.00 / 0.77 / 0.55)

CMYK percentages

%26.09
%0
%77.39
%54.9

Codes

Color #55731A in popluar color models

55 73 1A
RGB 85 115 26
HSL 80° 63.12% 27.65%
HSB/HSV 80° 77.39% 45.10%
CMYK 26.09% 0.00% 77.39%
54.90%

Color #55731A in popluar number systems.

HEX 55 73 1A
Decimal 85 115 26
Binary 1010101 1110011 11010
Octal 125 163 32

Shades and tints

Shades of #55731A

#55731A
(85,115,26)
#4E6918
(78,105,24)
#475F16
(71,95,22)
#405514
(64,85,20)
#394B12
(57,75,18)
#324110
(50,65,16)
#2B370E
(43,55,14)
#242D0C
(36,45,12)
#1D230A
(29,35,10)
#161908
(22,25,8)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #55731A

#55731A
(85,115,26)
#647F2E
(100,127,46)
#738B42
(115,139,66)
#829756
(130,151,86)
#91A36A
(145,163,106)
#A0AF7E
(160,175,126)
#AFBB92
(175,187,146)
#BEC7A6
(190,199,166)
#CDD3BA
(205,211,186)
#DCDFCE
(220,223,206)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55731A; }

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

This text font color is #55731A.

Background Color

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

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

This div background color is #55731A.

Border color

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

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

This div border color is #55731A.

Opacity

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

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

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

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

This text has shadow with #55731A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55731A.

Preview

Color preview on black background

This text has color #55731A on black background.


Color preview on white background

This text has color #55731A on white background.


Black color preview on #55731A background

This text has black color on #55731A background.


White color preview on #55731A background

This text has white color on #55731A background.


Related colors

Complementary color

Complementary color for #hex is #AA8CE5.


I love getcolorcode.com

Triadic colors

1 #1A5573 and #731A55 with #55731A are triadic colors.

2 #1A7355 and #73551A with #55731A are triadic colors.