COLOR #56725A

HEX: #56725A
RGB: (86,114,90)

Color info

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

RGB color model

#56725A color RGB value is (86,114,90).

  • red value is 86;
  • green value is 114;
  • blue value is 90.
RGB:
(86,114,90)
(34%,45%,35%)

RGB channels and saturation

R 86 of 255 = 34%
G 114 of 255 = 45%
B 90 of 255 = 35%

86
114
90

R + G + B ~ 38%. #56725A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 114 + 90 = 290 (100%)
R 86 of 290 ~ 29.66%
G 114 of 290 ~ 39.31%
B 90 of 290 ~ 31.03%

%29.66
%39.31
%31.03

CMYK color model

#56725A color CMYK value is (25,0,21,55).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(25,0,21,55)
C25M0Y21K55 
(25%,0%,21%,55%)
(0.25/0.00/0.21/0.55)	

CMYK percentages

%24.56
%0
%21.05
%55.29

Codes

Color #56725A in popluar color models

56725A
RGB8611490
HSL129°14.00%39.22%
HSB/HSV129°24.56%44.71%
CMYK24.56%0.00%21.05%
55.29%

Color #56725A in popluar number systems.

HEX56725A
Decimal8611490
Binary101011011100101011010
Octal126162132

Shades and tints

Shades of #56725A

#56725A
(86,114,90)
#4F6852
(79,104,82)
#485E4A
(72,94,74)
#415442
(65,84,66)
#3A4A3A
(58,74,58)
#334032
(51,64,50)
#2C362A
(44,54,42)
#252C22
(37,44,34)
#1E221A
(30,34,26)
#171812
(23,24,18)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #56725A

#56725A
(86,114,90)
#657E69
(101,126,105)
#748A78
(116,138,120)
#839687
(131,150,135)
#92A296
(146,162,150)
#A1AEA5
(161,174,165)
#B0BAB4
(176,186,180)
#BFC6C3
(191,198,195)
#CED2D2
(206,210,210)
#DDDEE1
(221,222,225)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56725A color. Also use rgb(86,114,90) instead hex code.

Text Font Color

.myTextColor { color: #56725A; }

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

This text font color is #56725A.


Background Color

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

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

This div background color is #56725A.


Border color

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

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

This div border color is #56725A.


Opacity

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

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

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

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

This text has shadow with #56725A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56725A on black background.


Color preview on white background

This text has color #56725A on white background.



Black color preview on #56725A background

This text has black color on #56725A background.


White color preview on #56725A background

This text has white color on #56725A background.