COLOR #567746

HEX: #567746
RGB: (86,119,70)

Color info

#567746 contains red, green and blue colors in about the same proportion. Web safe color of #567746 is #666633 (or #663).

RGB color model

#567746 color RGB value is (86,119,70).

  • red value is 86;
  • green value is 119;
  • blue value is 70.
RGB:
(86,119,70)
(34%,47%,27%)

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 70 of 255 = 27%

86
119
70

R + G + B ~ 36%. #567746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 119 + 70 = 275 (100%)
R 86 of 275 ~ 31.27%
G 119 of 275 ~ 43.27%
B 70 of 275 ~ 25.45%

%31.27
%43.27
%25.45

CMYK color model

#567746 color CMYK value is (28,0,41,53).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 53.33%
CMYK:
(28,0,41,53)
C28M0Y41K53 
(28%,0%,41%,53%)
(0.28/0.00/0.41/0.53)	

CMYK percentages

%27.73
%0
%41.18
%53.33

Codes

Color #567746 in popluar color models

567746
RGB8611970
HSL100°25.93%37.06%
HSB/HSV100°41.18%46.67%
CMYK27.73%0.00%41.18%
53.33%

Color #567746 in popluar number systems.

HEX567746
Decimal8611970
Binary101011011101111000110
Octal126167106

Shades and tints

Shades of #567746

#567746
(86,119,70)
#4F6D40
(79,109,64)
#48633A
(72,99,58)
#415934
(65,89,52)
#3A4F2E
(58,79,46)
#334528
(51,69,40)
#2C3B22
(44,59,34)
#25311C
(37,49,28)
#1E2716
(30,39,22)
#171D10
(23,29,16)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #567746

#567746
(86,119,70)
#658356
(101,131,86)
#748F66
(116,143,102)
#839B76
(131,155,118)
#92A786
(146,167,134)
#A1B396
(161,179,150)
#B0BFA6
(176,191,166)
#BFCBB6
(191,203,182)
#CED7C6
(206,215,198)
#DDE3D6
(221,227,214)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567746 color. Also use rgb(86,119,70) instead hex code.

Text Font Color

.myTextColor { color: #567746; }

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

This text font color is #567746.


Background Color

.myBgColor { background-color: #567746; }

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

This div background color is #567746.


Border color

.myBorderColor { border: 1px solid #567746; }

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

This div border color is #567746.


Opacity

.myOpacity80 { color: #567746; opacity: 0.8; }

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

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

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

This text has shadow with #567746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567746 on black background.


Color preview on white background

This text has color #567746 on white background.



Black color preview on #567746 background

This text has black color on #567746 background.


White color preview on #567746 background

This text has white color on #567746 background.