COLOR #567755

HEX: #567755
RGB: (86,119,85)

Color info

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

RGB color model

#567755 color RGB value is (86,119,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 85 of 255 = 33%

86
119
85

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

Portions of RGB colors in percentages

R + G + B =
86 + 119 + 85 = 290 (100%)
R 86 of 290 ~ 29.66%
G 119 of 290 ~ 41.03%
B 85 of 290 ~ 29.31%

%29.66
%41.03
%29.31

CMYK color model

#567755 color CMYK value is (28,0,29,53).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(28,0,29,53)
C28M0Y29K53 
(28%,0%,29%,53%)
(0.28/0.00/0.29/0.53)	

CMYK percentages

%27.73
%0
%28.57
%53.33

Codes

Color #567755 in popluar color models

567755
RGB8611985
HSL118°16.67%40.00%
HSB/HSV118°28.57%46.67%
CMYK27.73%0.00%28.57%
53.33%

Color #567755 in popluar number systems.

HEX567755
Decimal8611985
Binary101011011101111010101
Octal126167125

Shades and tints

Shades of #567755

#567755
(86,119,85)
#4F6D4E
(79,109,78)
#486347
(72,99,71)
#415940
(65,89,64)
#3A4F39
(58,79,57)
#334532
(51,69,50)
#2C3B2B
(44,59,43)
#253124
(37,49,36)
#1E271D
(30,39,29)
#171D16
(23,29,22)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #567755

#567755
(86,119,85)
#658364
(101,131,100)
#748F73
(116,143,115)
#839B82
(131,155,130)
#92A791
(146,167,145)
#A1B3A0
(161,179,160)
#B0BFAF
(176,191,175)
#BFCBBE
(191,203,190)
#CED7CD
(206,215,205)
#DDE3DC
(221,227,220)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567755; }

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

This text font color is #567755.


Background Color

.myBgColor { background-color: #567755; }

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

This div background color is #567755.


Border color

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

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

This div border color is #567755.


Opacity

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

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

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

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

This text has shadow with #567755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567755 on black background.


Color preview on white background

This text has color #567755 on white background.



Black color preview on #567755 background

This text has black color on #567755 background.


White color preview on #567755 background

This text has white color on #567755 background.