COLOR #56826A

HEX: #56826A
RGB: (86,130,106)

Color info

#56826A contains red, green and blue colors in about the same proportion. Web safe color of #56826A is #669966 (or #696).

RGB color model

#56826A color RGB value is (86,130,106).

  • red value is 86;
  • green value is 130;
  • blue value is 106.
RGB:
(86,130,106)
(34%,51%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 130 of 255 = 51%
B 106 of 255 = 42%

86
130
106

R + G + B ~ 42%. #56826A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 130 + 106 = 322 (100%)
R 86 of 322 ~ 26.71%
G 130 of 322 ~ 40.37%
B 106 of 322 ~ 32.92%

%26.71
%40.37
%32.92

CMYK color model

#56826A color CMYK value is (34,0,18,49).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 49.02%
CMYK:
(34,0,18,49)
C34M0Y18K49 
(34%,0%,18%,49%)
(0.34/0.00/0.18/0.49)	

CMYK percentages

%33.85
%0
%18.46
%49.02

Codes

Color #56826A in popluar color models

56826A
RGB86130106
HSL147°20.37%42.35%
HSB/HSV147°33.85%50.98%
CMYK33.85%0.00%18.46%
49.02%

Color #56826A in popluar number systems.

HEX56826A
Decimal86130106
Binary1010110100000101101010
Octal126202152

Shades and tints

Shades of #56826A

#56826A
(86,130,106)
#4F7761
(79,119,97)
#486C58
(72,108,88)
#41614F
(65,97,79)
#3A5646
(58,86,70)
#334B3D
(51,75,61)
#2C4034
(44,64,52)
#25352B
(37,53,43)
#1E2A22
(30,42,34)
#171F19
(23,31,25)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #56826A

#56826A
(86,130,106)
#658D77
(101,141,119)
#749884
(116,152,132)
#83A391
(131,163,145)
#92AE9E
(146,174,158)
#A1B9AB
(161,185,171)
#B0C4B8
(176,196,184)
#BFCFC5
(191,207,197)
#CEDAD2
(206,218,210)
#DDE5DF
(221,229,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56826A color. Also use rgb(86,130,106) instead hex code.

Text Font Color

.myTextColor { color: #56826A; }

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

This text font color is #56826A.


Background Color

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

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

This div background color is #56826A.


Border color

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

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

This div border color is #56826A.


Opacity

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

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

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

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

This text has shadow with #56826A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56826A on black background.


Color preview on white background

This text has color #56826A on white background.



Black color preview on #56826A background

This text has black color on #56826A background.


White color preview on #56826A background

This text has white color on #56826A background.