COLOR #567A49

HEX: #567A49
RGB: (86,122,73)

Color info

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

RGB color model

#567A49 color RGB value is (86,122,73).

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

RGB channels and saturation

R 86 of 255 = 34%
G 122 of 255 = 48%
B 73 of 255 = 29%

86
122
73

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

Portions of RGB colors in percentages

R + G + B =
86 + 122 + 73 = 281 (100%)
R 86 of 281 ~ 30.6%
G 122 of 281 ~ 43.42%
B 73 of 281 ~ 25.98%

%30.6
%43.42
%25.98

CMYK color model

#567A49 color CMYK value is (30,0,40,52).

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 52.16%
CMYK:
(30,0,40,52)
C30M0Y40K52 
(30%,0%,40%,52%)
(0.30/0.00/0.40/0.52)	

CMYK percentages

%29.51
%0
%40.16
%52.16

Codes

Color #567A49 in popluar color models

567A49
RGB8612273
HSL104°25.13%38.24%
HSB/HSV104°40.16%47.84%
CMYK29.51%0.00%40.16%
52.16%

Color #567A49 in popluar number systems.

HEX567A49
Decimal8612273
Binary101011011110101001001
Octal126172111

Shades and tints

Shades of #567A49

#567A49
(86,122,73)
#4F6F43
(79,111,67)
#48643D
(72,100,61)
#415937
(65,89,55)
#3A4E31
(58,78,49)
#33432B
(51,67,43)
#2C3825
(44,56,37)
#252D1F
(37,45,31)
#1E2219
(30,34,25)
#171713
(23,23,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #567A49

#567A49
(86,122,73)
#658659
(101,134,89)
#749269
(116,146,105)
#839E79
(131,158,121)
#92AA89
(146,170,137)
#A1B699
(161,182,153)
#B0C2A9
(176,194,169)
#BFCEB9
(191,206,185)
#CEDAC9
(206,218,201)
#DDE6D9
(221,230,217)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567A49; }

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

This text font color is #567A49.


Background Color

.myBgColor { background-color: #567A49; }

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

This div background color is #567A49.


Border color

.myBorderColor { border: 1px solid #567A49; }

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

This div border color is #567A49.


Opacity

.myOpacity80 { color: #567A49; opacity: 0.8; }

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

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

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

This text has shadow with #567A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567A49 on black background.


Color preview on white background

This text has color #567A49 on white background.



Black color preview on #567A49 background

This text has black color on #567A49 background.


White color preview on #567A49 background

This text has white color on #567A49 background.