COLOR #56825D

HEX: #56825D
RGB: (86,130,93)

Color info

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

RGB color model

#56825D color RGB value is (86,130,93).

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

RGB channels and saturation

R 86 of 255 = 34%
G 130 of 255 = 51%
B 93 of 255 = 36%

86
130
93

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

Portions of RGB colors in percentages

R + G + B =
86 + 130 + 93 = 309 (100%)
R 86 of 309 ~ 27.83%
G 130 of 309 ~ 42.07%
B 93 of 309 ~ 30.1%

%27.83
%42.07
%30.1

CMYK color model

#56825D color CMYK value is (34,0,28,49).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(34,0,28,49)
C34M0Y28K49 
(34%,0%,28%,49%)
(0.34/0.00/0.28/0.49)	

CMYK percentages

%33.85
%0
%28.46
%49.02

Codes

Color #56825D in popluar color models

56825D
RGB8613093
HSL130°20.37%42.35%
HSB/HSV130°33.85%50.98%
CMYK33.85%0.00%28.46%
49.02%

Color #56825D in popluar number systems.

HEX56825D
Decimal8613093
Binary1010110100000101011101
Octal126202135

Shades and tints

Shades of #56825D

#56825D
(86,130,93)
#4F7755
(79,119,85)
#486C4D
(72,108,77)
#416145
(65,97,69)
#3A563D
(58,86,61)
#334B35
(51,75,53)
#2C402D
(44,64,45)
#253525
(37,53,37)
#1E2A1D
(30,42,29)
#171F15
(23,31,21)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #56825D

#56825D
(86,130,93)
#658D6B
(101,141,107)
#749879
(116,152,121)
#83A387
(131,163,135)
#92AE95
(146,174,149)
#A1B9A3
(161,185,163)
#B0C4B1
(176,196,177)
#BFCFBF
(191,207,191)
#CEDACD
(206,218,205)
#DDE5DB
(221,229,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56825D; }

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

This text font color is #56825D.


Background Color

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

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

This div background color is #56825D.


Border color

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

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

This div border color is #56825D.


Opacity

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

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

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

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

This text has shadow with #56825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56825D on black background.


Color preview on white background

This text has color #56825D on white background.



Black color preview on #56825D background

This text has black color on #56825D background.


White color preview on #56825D background

This text has white color on #56825D background.