COLOR #56825F

HEX: #56825F
RGB: (86,130,95)

Color info

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

RGB color model

#56825F color RGB value is (86,130,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 130 of 255 = 51%
B 95 of 255 = 37%

86
130
95

R + G + B ~ 41%. #56825F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 130 + 95 = 311 (100%)
R 86 of 311 ~ 27.65%
G 130 of 311 ~ 41.8%
B 95 of 311 ~ 30.55%

%27.65
%41.8
%30.55

CMYK color model

#56825F color CMYK value is (34,0,27,49).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(34,0,27,49)
C34M0Y27K49 
(34%,0%,27%,49%)
(0.34/0.00/0.27/0.49)	

CMYK percentages

%33.85
%0
%26.92
%49.02

Codes

Color #56825F in popluar color models

56825F
RGB8613095
HSL132°20.37%42.35%
HSB/HSV132°33.85%50.98%
CMYK33.85%0.00%26.92%
49.02%

Color #56825F in popluar number systems.

HEX56825F
Decimal8613095
Binary1010110100000101011111
Octal126202137

Shades and tints

Shades of #56825F

#56825F
(86,130,95)
#4F7757
(79,119,87)
#486C4F
(72,108,79)
#416147
(65,97,71)
#3A563F
(58,86,63)
#334B37
(51,75,55)
#2C402F
(44,64,47)
#253527
(37,53,39)
#1E2A1F
(30,42,31)
#171F17
(23,31,23)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #56825F

#56825F
(86,130,95)
#658D6D
(101,141,109)
#74987B
(116,152,123)
#83A389
(131,163,137)
#92AE97
(146,174,151)
#A1B9A5
(161,185,165)
#B0C4B3
(176,196,179)
#BFCFC1
(191,207,193)
#CEDACF
(206,218,207)
#DDE5DD
(221,229,221)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56825F color. Also use rgb(86,130,95) instead hex code.

Text Font Color

.myTextColor { color: #56825F; }

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

This text font color is #56825F.


Background Color

.myBgColor { background-color: #56825F; }

<div style="background-color:#56825F">Inner text</div>

This div background color is #56825F.


Border color

.myBorderColor { border: 1px solid #56825F; }

<div style="border:3px solid #56825F">Div</div>

This div border color is #56825F.


Opacity

.myOpacity80 { color: #56825F; opacity: 0.8; }

<p style="color:#56825F;opacity:0.8;">80%</p>

Text with #56825F 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 #56825F;}

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

This text has shadow with #56825F color.

.textShadow {text-shadow: 3px 3px 1px #56825F, 3px 3px 1px red;}

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

This text has shadow with #56825F primary color and red secondary color.


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

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

This text has shadow with #56825F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56825F on black background.


Color preview on white background

This text has color #56825F on white background.



Black color preview on #56825F background

This text has black color on #56825F background.


White color preview on #56825F background

This text has white color on #56825F background.