COLOR #567731

HEX: #567731
RGB: (86,119,49)

Color info

#567731 contains mainly red and green colors. Web safe color of #567731 is #666633 (or #663).

RGB color model

#567731 color RGB value is (86,119,49).

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

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 49 of 255 = 19%

86
119
49

R + G + B ~ 33%. #567731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 119 + 49 = 254 (100%)
R 86 of 254 ~ 33.86%
G 119 of 254 ~ 46.85%
B 49 of 254 ~ 19.29%

%33.86
%46.85
%19.29

CMYK color model

#567731 color CMYK value is (28,0,59,53).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 53.33%
CMYK:
(28,0,59,53)
C28M0Y59K53 
(28%,0%,59%,53%)
(0.28/0.00/0.59/0.53)	

CMYK percentages

%27.73
%0
%58.82
%53.33

Codes

Color #567731 in popluar color models

567731
RGB8611949
HSL88°41.67%32.94%
HSB/HSV88°58.82%46.67%
CMYK27.73%0.00%58.82%
53.33%

Color #567731 in popluar number systems.

HEX567731
Decimal8611949
Binary10101101110111110001
Octal12616761

Shades and tints

Shades of #567731

#567731
(86,119,49)
#4F6D2D
(79,109,45)
#486329
(72,99,41)
#415925
(65,89,37)
#3A4F21
(58,79,33)
#33451D
(51,69,29)
#2C3B19
(44,59,25)
#253115
(37,49,21)
#1E2711
(30,39,17)
#171D0D
(23,29,13)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #567731

#567731
(86,119,49)
#658343
(101,131,67)
#748F55
(116,143,85)
#839B67
(131,155,103)
#92A779
(146,167,121)
#A1B38B
(161,179,139)
#B0BF9D
(176,191,157)
#BFCBAF
(191,203,175)
#CED7C1
(206,215,193)
#DDE3D3
(221,227,211)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567731; }

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

This text font color is #567731.


Background Color

.myBgColor { background-color: #567731; }

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

This div background color is #567731.


Border color

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

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

This div border color is #567731.


Opacity

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

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

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

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

This text has shadow with #567731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567731 on black background.


Color preview on white background

This text has color #567731 on white background.



Black color preview on #567731 background

This text has black color on #567731 background.


White color preview on #567731 background

This text has white color on #567731 background.