COLOR #56826C

HEX: #56826C
RGB: (86,130,108)

Color info

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

RGB color model

#56826C color RGB value is (86,130,108).

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

RGB channels and saturation

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

86
130
108

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

Portions of RGB colors in percentages

R + G + B =
86 + 130 + 108 = 324 (100%)
R 86 of 324 ~ 26.54%
G 130 of 324 ~ 40.12%
B 108 of 324 ~ 33.33%

%26.54
%40.12
%33.33

CMYK color model

#56826C color CMYK value is (34,0,17,49).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(34,0,17,49)
C34M0Y17K49 
(34%,0%,17%,49%)
(0.34/0.00/0.17/0.49)	

CMYK percentages

%33.85
%0
%16.92
%49.02

Codes

Color #56826C in popluar color models

56826C
RGB86130108
HSL150°20.37%42.35%
HSB/HSV150°33.85%50.98%
CMYK33.85%0.00%16.92%
49.02%

Color #56826C in popluar number systems.

HEX56826C
Decimal86130108
Binary1010110100000101101100
Octal126202154

Shades and tints

Shades of #56826C

#56826C
(86,130,108)
#4F7763
(79,119,99)
#486C5A
(72,108,90)
#416151
(65,97,81)
#3A5648
(58,86,72)
#334B3F
(51,75,63)
#2C4036
(44,64,54)
#25352D
(37,53,45)
#1E2A24
(30,42,36)
#171F1B
(23,31,27)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #56826C

#56826C
(86,130,108)
#658D79
(101,141,121)
#749886
(116,152,134)
#83A393
(131,163,147)
#92AEA0
(146,174,160)
#A1B9AD
(161,185,173)
#B0C4BA
(176,196,186)
#BFCFC7
(191,207,199)
#CEDAD4
(206,218,212)
#DDE5E1
(221,229,225)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56826C; }

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

This text font color is #56826C.


Background Color

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

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

This div background color is #56826C.


Border color

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

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

This div border color is #56826C.


Opacity

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

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

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

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

This text has shadow with #56826C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56826C on black background.


Color preview on white background

This text has color #56826C on white background.



Black color preview on #56826C background

This text has black color on #56826C background.


White color preview on #56826C background

This text has white color on #56826C background.