COLOR #55795A

HEX: #55795A
RGB: (85,121,90)

Color info

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

RGB color model

#55795A color RGB value is (85,121,90).

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

RGB channels and saturation

R 85 of 255 = 33%
G 121 of 255 = 47%
B 90 of 255 = 35%

85
121
90

R + G + B ~ 38%. #55795A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 121 + 90 = 296 (100%)
R 85 of 296 ~ 28.72%
G 121 of 296 ~ 40.88%
B 90 of 296 ~ 30.41%

%28.72
%40.88
%30.41

CMYK color model

#55795A color CMYK value is (30,0,26,53).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 52.55%
CMYK:
(30,0,26,53)
C30M0Y26K53 
(30%,0%,26%,53%)
(0.30/0.00/0.26/0.53)	

CMYK percentages

%29.75
%0
%25.62
%52.55

Codes

Color #55795A in popluar color models

55795A
RGB8512190
HSL128°17.48%40.39%
HSB/HSV128°29.75%47.45%
CMYK29.75%0.00%25.62%
52.55%

Color #55795A in popluar number systems.

HEX55795A
Decimal8512190
Binary101010111110011011010
Octal125171132

Shades and tints

Shades of #55795A

#55795A
(85,121,90)
#4E6E52
(78,110,82)
#47634A
(71,99,74)
#405842
(64,88,66)
#394D3A
(57,77,58)
#324232
(50,66,50)
#2B372A
(43,55,42)
#242C22
(36,44,34)
#1D211A
(29,33,26)
#161612
(22,22,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #55795A

#55795A
(85,121,90)
#648569
(100,133,105)
#739178
(115,145,120)
#829D87
(130,157,135)
#91A996
(145,169,150)
#A0B5A5
(160,181,165)
#AFC1B4
(175,193,180)
#BECDC3
(190,205,195)
#CDD9D2
(205,217,210)
#DCE5E1
(220,229,225)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55795A; }

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

This text font color is #55795A.


Background Color

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

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

This div background color is #55795A.


Border color

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

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

This div border color is #55795A.


Opacity

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

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

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

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

This text has shadow with #55795A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55795A on black background.


Color preview on white background

This text has color #55795A on white background.



Black color preview on #55795A background

This text has black color on #55795A background.


White color preview on #55795A background

This text has white color on #55795A background.