Color Hex Logo

#4b564d Color Hex

#4B564D
(75,86,77)
0 Favorites   0 Comments

Color spaces of #4b564d

RGB 758677
HSL0.360.070.32
HSV131°13°34°
CMYK 0.130.000.10   0.66
XYZ7.56908.68738.2991
Yxy8.68730.30820.3538
Hunter Lab29.4742-5.74103.9376
CIE-Lab35.3751-6.32993.7795

#4b564d color RGB value is (75,86,77).

#4b564d hex color red value is 75, green value is 86 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4b564d hue: 0.36 , saturation: 0.07 and the lightness value of 4b564d is 0.32.

The process color (four color CMYK) of #4b564d color hex is 0.13, 0.00, 0.10, 0.66. Web safe color of #4b564d is #336666. Color #4b564d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010110 01001101
Octal 113 126 115
Decimal 75 86 77
Hex 4B 56 4D

RGB Percentages of Color #4b564d

%31.51
%36.13
%32.35

CMYK Percentages of Color #4b564d

%13
%0
%10
%66

Triadic Colors of #4b564d

#4b564d #4d4b56 #564d4b

Analogous Colors of #4b564d

#4b564d #4b5653 #4f564b

Monochromatic Colors of #4b564d

#4b564d

Complementary Color

#4b564d #564b54

#4b564d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b564d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b564d Color CSS Codes

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

#4b564d Text Font Color

<p style="color:#4b564d">Text here</p>

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


#4b564d Background Color

<div style="background-color:#4b564d">
Div content here</div>

This div background color is #4b564d


#4b564d Border Color

<div style="border:3px solid #4b564d">
Div here</div>

This div border color is #4b564d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b564d


Comments

No comments written yet.

Please login to write comment.