Color Hex Logo

#4c625d Color Hex

#4C625D
(76,98,93)
0 Favorites   0 Comments

Color spaces of #4c625d

RGB 769893
HSL0.460.130.34
HSV166°22°38°
CMYK 0.220.000.05   0.62
XYZ9.324011.062211.9997
Yxy11.06220.28790.3416
Hunter Lab33.2599-8.16451.8909
CIE-Lab39.6850-9.42240.1201

#4c625d color RGB value is (76,98,93).

#4c625d hex color red value is 76, green value is 98 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #4c625d hue: 0.46 , saturation: 0.13 and the lightness value of 4c625d is 0.34.

The process color (four color CMYK) of #4c625d color hex is 0.22, 0.00, 0.05, 0.62. Web safe color of #4c625d is #336666. Color #4c625d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100010 01011101
Octal 114 142 135
Decimal 76 98 93
Hex 4C 62 5D

RGB Percentages of Color #4c625d

%28.46
%36.70
%34.83

CMYK Percentages of Color #4c625d

%22
%0
%5
%62

Triadic Colors of #4c625d

#4c625d #5d4c62 #625d4c

Analogous Colors of #4c625d

#4c625d #4c5c62 #4c6252

Monochromatic Colors of #4c625d

#4c625d

Complementary Color

#4c625d #624c51

#4c625d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c625d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c625d Color CSS Codes

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

#4c625d Text Font Color

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

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


#4c625d Background Color

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

This div background color is #4c625d


#4c625d Border Color

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

This div border color is #4c625d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c625d


Comments

No comments written yet.

Please login to write comment.