Color Hex Logo

#56756b Color Hex

#56756B
(86,117,107)
0 Favorites   0 Comments

Color spaces of #56756b

RGB 86117107
HSL0.450.150.40
HSV161°26°46°
CMYK 0.260.000.09   0.54
XYZ12.852915.762516.2750
Yxy15.76250.28630.3511
Hunter Lab39.7020-11.69203.4867
CIE-Lab46.6613-13.45211.8957

#56756b color RGB value is (86,117,107).

#56756b hex color red value is 86, green value is 117 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #56756b hue: 0.45 , saturation: 0.15 and the lightness value of 56756b is 0.40.

The process color (four color CMYK) of #56756b color hex is 0.26, 0.00, 0.09, 0.54. Web safe color of #56756b is #666666. Color #56756b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110101 01101011
Octal 126 165 153
Decimal 86 117 107
Hex 56 75 6B

RGB Percentages of Color #56756b

%27.74
%37.74
%34.52

CMYK Percentages of Color #56756b

%26
%0
%9
%54

Triadic Colors of #56756b

#56756b #6b5675 #756b56

Analogous Colors of #56756b

#56756b #567075 #56755c

Monochromatic Colors of #56756b

#56756b

Complementary Color

#56756b #755660

#56756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56756b Color CSS Codes

.mybgcolor {background-color:#56756b; } 
.myforecolor {color:#56756b; }
.mybordercolor {border:3px solid #56756b; }

#56756b Text Font Color

<p style="color:#56756b">Text here</p>

This sample text font color is #56756b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#56756b Background Color

<div style="background-color:#56756b">
Div content here</div>

This div background color is #56756b


#56756b Border Color

<div style="border:3px solid #56756b">
Div here</div>

This div border color is #56756b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,117,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56756b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56756b;
  -webkit-box-shadow: 1px 1px 3px 2px #56756b;
  box-shadow:         1px 1px 3px 2px #56756b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,117,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #56756b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #56756b;
  -webkit-box-shadow: 1px 1px 3px 2px #56756b;
  box-shadow:         1px 1px 3px 2px #56756b;">
Div content here</div>

This div box has shadow with color #56756b


Comments

No comments written yet.

Please login to write comment.