COLOR #567949

HEX: #567949
RGB: (86,121,73)

Color info

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

RGB color model

#567949 color RGB value is (86,121,73).

  • red value is 86;
  • green value is 121;
  • blue value is 73.
RGB:
(86,121,73)
(34%,47%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 121 of 255 = 47%
B 73 of 255 = 29%

86
121
73

R + G + B ~ 37%. #567949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 121 + 73 = 280 (100%)
R 86 of 280 ~ 30.71%
G 121 of 280 ~ 43.21%
B 73 of 280 ~ 26.07%

%30.71
%43.21
%26.07

CMYK color model

#567949 color CMYK value is (29,0,40,53).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 39.67%
  • key color value is 52.55%
CMYK:
(29,0,40,53)
C29M0Y40K53 
(29%,0%,40%,53%)
(0.29/0.00/0.40/0.53)	

CMYK percentages

%28.93
%0
%39.67
%52.55

Codes

Color #567949 in popluar color models

567949
RGB8612173
HSL104°24.74%38.04%
HSB/HSV104°39.67%47.45%
CMYK28.93%0.00%39.67%
52.55%

Color #567949 in popluar number systems.

HEX567949
Decimal8612173
Binary101011011110011001001
Octal126171111

Shades and tints

Shades of #567949

#567949
(86,121,73)
#4F6E43
(79,110,67)
#48633D
(72,99,61)
#415837
(65,88,55)
#3A4D31
(58,77,49)
#33422B
(51,66,43)
#2C3725
(44,55,37)
#252C1F
(37,44,31)
#1E2119
(30,33,25)
#171613
(23,22,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #567949

#567949
(86,121,73)
#658559
(101,133,89)
#749169
(116,145,105)
#839D79
(131,157,121)
#92A989
(146,169,137)
#A1B599
(161,181,153)
#B0C1A9
(176,193,169)
#BFCDB9
(191,205,185)
#CED9C9
(206,217,201)
#DDE5D9
(221,229,217)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567949 color. Also use rgb(86,121,73) instead hex code.

Text Font Color

.myTextColor { color: #567949; }

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

This text font color is #567949.


Background Color

.myBgColor { background-color: #567949; }

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

This div background color is #567949.


Border color

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

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

This div border color is #567949.


Opacity

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

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

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

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

This text has shadow with #567949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567949 on black background.


Color preview on white background

This text has color #567949 on white background.



Black color preview on #567949 background

This text has black color on #567949 background.


White color preview on #567949 background

This text has white color on #567949 background.