COLOR #56675B

HEX: #56675B
RGB: (86,103,91)

Color info

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

RGB color model

#56675B color RGB value is (86,103,91).

  • red value is 86;
  • green value is 103;
  • blue value is 91.
RGB:
(86,103,91)
(34%,40%,36%)

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 91 of 255 = 36%

86
103
91

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

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 91 = 280 (100%)
R 86 of 280 ~ 30.71%
G 103 of 280 ~ 36.79%
B 91 of 280 ~ 32.5%

%30.71
%36.79
%32.5

CMYK color model

#56675B color CMYK value is (17,0,12,60).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 59.61%
CMYK:
(17,0,12,60)
C17M0Y12K60 
(17%,0%,12%,60%)
(0.17/0.00/0.12/0.60)	

CMYK percentages

%16.5
%0
%11.65
%59.61

Codes

Color #56675B in popluar color models

56675B
RGB8610391
HSL138°8.99%37.06%
HSB/HSV138°16.50%40.39%
CMYK16.50%0.00%11.65%
59.61%

Color #56675B in popluar number systems.

HEX56675B
Decimal8610391
Binary101011011001111011011
Octal126147133

Shades and tints

Shades of #56675B

#56675B
(86,103,91)
#4F5E53
(79,94,83)
#48554B
(72,85,75)
#414C43
(65,76,67)
#3A433B
(58,67,59)
#333A33
(51,58,51)
#2C312B
(44,49,43)
#252823
(37,40,35)
#1E1F1B
(30,31,27)
#171613
(23,22,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #56675B

#56675B
(86,103,91)
#657469
(101,116,105)
#748177
(116,129,119)
#838E85
(131,142,133)
#929B93
(146,155,147)
#A1A8A1
(161,168,161)
#B0B5AF
(176,181,175)
#BFC2BD
(191,194,189)
#CECFCB
(206,207,203)
#DDDCD9
(221,220,217)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56675B color. Also use rgb(86,103,91) instead hex code.

Text Font Color

.myTextColor { color: #56675B; }

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

This text font color is #56675B.


Background Color

.myBgColor { background-color: #56675B; }

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

This div background color is #56675B.


Border color

.myBorderColor { border: 1px solid #56675B; }

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

This div border color is #56675B.


Opacity

.myOpacity80 { color: #56675B; opacity: 0.8; }

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

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

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

This text has shadow with #56675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56675B on black background.


Color preview on white background

This text has color #56675B on white background.



Black color preview on #56675B background

This text has black color on #56675B background.


White color preview on #56675B background

This text has white color on #56675B background.