Color Hex Logo

#4c7868 Color Hex

#4C7868
(76,120,104)
0 Favorites   0 Comments

Color spaces of #4c7868

RGB 76120104
HSL0.440.220.38
HSV158°37°47°
CMYK 0.370.000.13   0.53
XYZ12.195715.968915.5362
Yxy15.96890.27910.3654
Hunter Lab39.9611-15.45574.9218
CIE-Lab46.9337-19.07683.9962

#4c7868 color RGB value is (76,120,104).

#4c7868 hex color red value is 76, green value is 120 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4c7868 hue: 0.44 , saturation: 0.22 and the lightness value of 4c7868 is 0.38.

The process color (four color CMYK) of #4c7868 color hex is 0.37, 0.00, 0.13, 0.53. Web safe color of #4c7868 is #336666. Color #4c7868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01111000 01101000
Octal 114 170 150
Decimal 76 120 104
Hex 4C 78 68

RGB Percentages of Color #4c7868

%25.33
%40.00
%34.67

CMYK Percentages of Color #4c7868

%37
%0
%13
%53

Triadic Colors of #4c7868

#4c7868 #684c78 #78684c

Analogous Colors of #4c7868

#4c7868 #4c7278 #4c7852

Monochromatic Colors of #4c7868

#4c7868

Complementary Color

#4c7868 #784c5c

#4c7868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c7868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c7868 Color CSS Codes

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

#4c7868 Text Font Color

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

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


#4c7868 Background Color

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

This div background color is #4c7868


#4c7868 Border Color

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

This div border color is #4c7868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c7868


Comments

No comments written yet.

Please login to write comment.