Color Hex Logo

#4b604c Color Hex

#4B604C
(75,96,76)
0 Favorites   0 Comments

Color spaces of #4b604c

RGB 759676
HSL0.340.120.34
HSV123°22°38°
CMYK 0.220.000.21   0.62
XYZ8.389010.38348.3995
Yxy10.38340.30870.3821
Hunter Lab32.2233-9.92017.1014
CIE-Lab38.5219-12.39018.8645

#4b604c color RGB value is (75,96,76).

#4b604c hex color red value is 75, green value is 96 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #4b604c hue: 0.34 , saturation: 0.12 and the lightness value of 4b604c is 0.34.

The process color (four color CMYK) of #4b604c color hex is 0.22, 0.00, 0.21, 0.62. Web safe color of #4b604c is #336633. Color #4b604c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100000 01001100
Octal 113 140 114
Decimal 75 96 76
Hex 4B 60 4C

RGB Percentages of Color #4b604c

%30.36
%38.87
%30.77

CMYK Percentages of Color #4b604c

%22
%0
%21
%62

Triadic Colors of #4b604c

#4b604c #4c4b60 #604c4b

Analogous Colors of #4b604c

#4b604c #4b6057 #55604b

Monochromatic Colors of #4b604c

#4b604c

Complementary Color

#4b604c #604b5f

#4b604c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b604c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b604c Color CSS Codes

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

#4b604c Text Font Color

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

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


#4b604c Background Color

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

This div background color is #4b604c


#4b604c Border Color

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

This div border color is #4b604c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b604c

#4b604c Color Palettes


Comments

No comments written yet.

Please login to write comment.