COLOR #55734D

HEX: #55734D
RGB: (85,115,77)

Color info

#55734D contains red, green and blue colors in about the same proportion. Web safe color of #55734D is #666633 (or #663).

RGB color model

#55734D color RGB value is (85,115,77).

  • red value is 85;
  • green value is 115;
  • blue value is 77.
RGB:
(85,115,77)
(33%,45%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 115 of 255 = 45%
B 77 of 255 = 30%

85
115
77

R + G + B ~ 36%. #55734D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 115 + 77 = 277 (100%)
R 85 of 277 ~ 30.69%
G 115 of 277 ~ 41.52%
B 77 of 277 ~ 27.8%

%30.69
%41.52
%27.8

CMYK color model

#55734D color CMYK value is (26,0,33,55).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(26,0,33,55)
C26M0Y33K55 
(26%,0%,33%,55%)
(0.26/0.00/0.33/0.55)	

CMYK percentages

%26.09
%0
%33.04
%54.9

Codes

Color #55734D in popluar color models

55734D
RGB8511577
HSL107°19.79%37.65%
HSB/HSV107°33.04%45.10%
CMYK26.09%0.00%33.04%
54.90%

Color #55734D in popluar number systems.

HEX55734D
Decimal8511577
Binary101010111100111001101
Octal125163115

Shades and tints

Shades of #55734D

#55734D
(85,115,77)
#4E6946
(78,105,70)
#475F3F
(71,95,63)
#405538
(64,85,56)
#394B31
(57,75,49)
#32412A
(50,65,42)
#2B3723
(43,55,35)
#242D1C
(36,45,28)
#1D2315
(29,35,21)
#16190E
(22,25,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #55734D

#55734D
(85,115,77)
#647F5D
(100,127,93)
#738B6D
(115,139,109)
#82977D
(130,151,125)
#91A38D
(145,163,141)
#A0AF9D
(160,175,157)
#AFBBAD
(175,187,173)
#BEC7BD
(190,199,189)
#CDD3CD
(205,211,205)
#DCDFDD
(220,223,221)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55734D color. Also use rgb(85,115,77) instead hex code.

Text Font Color

.myTextColor { color: #55734D; }

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

This text font color is #55734D.


Background Color

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

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

This div background color is #55734D.


Border color

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

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

This div border color is #55734D.


Opacity

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

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

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

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

This text has shadow with #55734D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55734D on black background.


Color preview on white background

This text has color #55734D on white background.



Black color preview on #55734D background

This text has black color on #55734D background.


White color preview on #55734D background

This text has white color on #55734D background.