COLOR #55795C

HEX: #55795C
RGB: (85,121,92)

Color info

#55795C contains red, green and blue colors in about the same proportion. Web safe color of #55795C is #666666 (or #666).

RGB color model

#55795C color RGB value is (85,121,92).

  • red value is 85;
  • green value is 121;
  • blue value is 92.
RGB:
(85,121,92)
(33%,47%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 121 of 255 = 47%
B 92 of 255 = 36%

85
121
92

R + G + B ~ 39%. #55795C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 121 + 92 = 298 (100%)
R 85 of 298 ~ 28.52%
G 121 of 298 ~ 40.6%
B 92 of 298 ~ 30.87%

%28.52
%40.6
%30.87

CMYK color model

#55795C color CMYK value is (30,0,24,53).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 52.55%
CMYK:
(30,0,24,53)
C30M0Y24K53 
(30%,0%,24%,53%)
(0.30/0.00/0.24/0.53)	

CMYK percentages

%29.75
%0
%23.97
%52.55

Codes

Color #55795C in popluar color models

55795C
RGB8512192
HSL132°17.48%40.39%
HSB/HSV132°29.75%47.45%
CMYK29.75%0.00%23.97%
52.55%

Color #55795C in popluar number systems.

HEX55795C
Decimal8512192
Binary101010111110011011100
Octal125171134

Shades and tints

Shades of #55795C

#55795C
(85,121,92)
#4E6E54
(78,110,84)
#47634C
(71,99,76)
#405844
(64,88,68)
#394D3C
(57,77,60)
#324234
(50,66,52)
#2B372C
(43,55,44)
#242C24
(36,44,36)
#1D211C
(29,33,28)
#161614
(22,22,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #55795C

#55795C
(85,121,92)
#64856A
(100,133,106)
#739178
(115,145,120)
#829D86
(130,157,134)
#91A994
(145,169,148)
#A0B5A2
(160,181,162)
#AFC1B0
(175,193,176)
#BECDBE
(190,205,190)
#CDD9CC
(205,217,204)
#DCE5DA
(220,229,218)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55795C color. Also use rgb(85,121,92) instead hex code.

Text Font Color

.myTextColor { color: #55795C; }

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

This text font color is #55795C.


Background Color

.myBgColor { background-color: #55795C; }

<div style="background-color:#55795C">Inner text</div>

This div background color is #55795C.


Border color

.myBorderColor { border: 1px solid #55795C; }

<div style="border:3px solid #55795C">Div</div>

This div border color is #55795C.


Opacity

.myOpacity80 { color: #55795C; opacity: 0.8; }

<p style="color:#55795C;opacity:0.8;">80%</p>

Text with #55795C 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 #55795C;}

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

This text has shadow with #55795C color.

.textShadow {text-shadow: 3px 3px 1px #55795C, 3px 3px 1px red;}

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

This text has shadow with #55795C primary color and red secondary color.


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

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

This text has shadow with #55795C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55795C on black background.


Color preview on white background

This text has color #55795C on white background.



Black color preview on #55795C background

This text has black color on #55795C background.


White color preview on #55795C background

This text has white color on #55795C background.