Color Hex Logo

#565f4b Color Hex

#565F4B
(86,95,75)
0 Favorites   0 Comments

Color spaces of #565f4b

RGB 869575
HSL0.240.120.33
HSV87°21°37°
CMYK 0.090.000.21   0.63
XYZ9.200010.67098.2314
Yxy10.67090.32740.3797
Hunter Lab32.6663-6.89427.9263
CIE-Lab39.0206-7.585110.2960

#565f4b color RGB value is (86,95,75).

#565f4b hex color red value is 86, green value is 95 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #565f4b hue: 0.24 , saturation: 0.12 and the lightness value of 565f4b is 0.33.

The process color (four color CMYK) of #565f4b color hex is 0.09, 0.00, 0.21, 0.63. Web safe color of #565f4b is #666633. Color #565f4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011111 01001011
Octal 126 137 113
Decimal 86 95 75
Hex 56 5F 4B

RGB Percentages of Color #565f4b

%33.59
%37.11
%29.30

CMYK Percentages of Color #565f4b

%9
%0
%21
%63

Triadic Colors of #565f4b

#565f4b #4b565f #5f4b56

Analogous Colors of #565f4b

#565f4b #4c5f4b #5f5e4b

Monochromatic Colors of #565f4b

#565f4b

Complementary Color

#565f4b #544b5f

#565f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#565f4b Color CSS Codes

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

#565f4b Text Font Color

<p style="color:#565f4b">Text here</p>

This sample text font color is #565f4b
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.


#565f4b Background Color

<div style="background-color:#565f4b">
Div content here</div>

This div background color is #565f4b


#565f4b Border Color

<div style="border:3px solid #565f4b">
Div here</div>

This div border color is #565f4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,95,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565f4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565f4b;
  -webkit-box-shadow: 1px 1px 3px 2px #565f4b;
  box-shadow:         1px 1px 3px 2px #565f4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565f4b


Comments

No comments written yet.

Please login to write comment.