COLOR #56795B

HEX: #56795B
RGB: (86,121,91)

Color info

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

RGB color model

#56795B color RGB value is (86,121,91).

  • red value is 86;
  • green value is 121;
  • blue value is 91.
RGB:
(86,121,91)
(34%,47%,36%)

RGB channels and saturation

R 86 of 255 = 34%
G 121 of 255 = 47%
B 91 of 255 = 36%

86
121
91

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

Portions of RGB colors in percentages

R + G + B =
86 + 121 + 91 = 298 (100%)
R 86 of 298 ~ 28.86%
G 121 of 298 ~ 40.6%
B 91 of 298 ~ 30.54%

%28.86
%40.6
%30.54

CMYK color model

#56795B color CMYK value is (29,0,25,53).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(29,0,25,53)
C29M0Y25K53 
(29%,0%,25%,53%)
(0.29/0.00/0.25/0.53)	

CMYK percentages

%28.93
%0
%24.79
%52.55

Codes

Color #56795B in popluar color models

56795B
RGB8612191
HSL129°16.91%40.59%
HSB/HSV129°28.93%47.45%
CMYK28.93%0.00%24.79%
52.55%

Color #56795B in popluar number systems.

HEX56795B
Decimal8612191
Binary101011011110011011011
Octal126171133

Shades and tints

Shades of #56795B

#56795B
(86,121,91)
#4F6E53
(79,110,83)
#48634B
(72,99,75)
#415843
(65,88,67)
#3A4D3B
(58,77,59)
#334233
(51,66,51)
#2C372B
(44,55,43)
#252C23
(37,44,35)
#1E211B
(30,33,27)
#171613
(23,22,19)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #56795B

#56795B
(86,121,91)
#658569
(101,133,105)
#749177
(116,145,119)
#839D85
(131,157,133)
#92A993
(146,169,147)
#A1B5A1
(161,181,161)
#B0C1AF
(176,193,175)
#BFCDBD
(191,205,189)
#CED9CB
(206,217,203)
#DDE5D9
(221,229,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56795B color. Also use rgb(86,121,91) instead hex code.

Text Font Color

.myTextColor { color: #56795B; }

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

This text font color is #56795B.


Background Color

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

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

This div background color is #56795B.


Border color

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

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

This div border color is #56795B.


Opacity

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

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

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

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

This text has shadow with #56795B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56795B on black background.


Color preview on white background

This text has color #56795B on white background.



Black color preview on #56795B background

This text has black color on #56795B background.


White color preview on #56795B background

This text has white color on #56795B background.