COLOR #55793B

HEX: #55793B RGB: (85,121,59)

Color info

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

RGB color model

#55793B color RGB value is (85,121,59).

RGB: (85,121,59) (33%, 47%, 23%)

RGB channels and saturation

R 85 of 255 = 33%
G 121 of 255 = 47%
B 59 of 255 = 23%

85
121
59

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

Portions of RGB colors in percentages

R + G + B = 85 + 121 + 59 = 265 (100%)
R 85 of 265 ~ 32.08%
G 121 of 265 ~ 45.66%
B 59 of 265 ~ 22.26'%

%32.08
%45.66
%22.26

CMYK color model

#55793B color CMYK value is (30,0,51,53).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 51.24%
  • key color value is 52.55%

CMYK: (30,0,51,53)
C30M0Y51K53 (30%, 0%, 51%, 53%)
(0.30 / 0.00 / 0.51 / 0.53)

CMYK percentages

%29.75
%0
%51.24
%52.55

Codes

Color #55793B in popluar color models

55 79 3B
RGB 85 121 59
HSL 95° 34.44% 35.29%
HSB/HSV 95° 51.24% 47.45%
CMYK 29.75% 0.00% 51.24%
52.55%

Color #55793B in popluar number systems.

HEX 55 79 3B
Decimal 85 121 59
Binary 1010101 1111001 111011
Octal 125 171 73

Shades and tints

Shades of #55793B

#55793B
(85,121,59)
#4E6E36
(78,110,54)
#476331
(71,99,49)
#40582C
(64,88,44)
#394D27
(57,77,39)
#324222
(50,66,34)
#2B371D
(43,55,29)
#242C18
(36,44,24)
#1D2113
(29,33,19)
#16160E
(22,22,14)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #55793B

#55793B
(85,121,59)
#64854C
(100,133,76)
#73915D
(115,145,93)
#829D6E
(130,157,110)
#91A97F
(145,169,127)
#A0B590
(160,181,144)
#AFC1A1
(175,193,161)
#BECDB2
(190,205,178)
#CDD9C3
(205,217,195)
#DCE5D4
(220,229,212)
#EBF1E5
(235,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55793B color. Also use rgb(85,121,59) instead hex code.

Text Font Color

.myTextColor { color: #55793B; }

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

This text font color is #55793B.

Background Color

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

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

This div background color is #55793B.

Border color

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

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

This div border color is #55793B.

Opacity

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

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

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

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

This text has shadow with #55793B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55793B.

Preview

Color preview on black background

This text has color #55793B on black background.


Color preview on white background

This text has color #55793B on white background.


Black color preview on #55793B background

This text has black color on #55793B background.


White color preview on #55793B background

This text has white color on #55793B background.


Related colors

Complementary color

Complementary color for #hex is #AA86C4.


I love getcolorcode.com

Triadic colors

1 #3B5579 and #793B55 with #55793B are triadic colors.

2 #3B7955 and #79553B with #55793B are triadic colors.