Color Hex Logo

#4c8368 Color Hex

#4C8368
(76,131,104)
0 Favorites   0 Comments

Color spaces of #4c8368

RGB 76131104
HSL0.420.270.41
HSV151°42°51°
CMYK 0.420.000.21   0.49
XYZ13.595518.768616.0028
Yxy18.76860.28110.3880
Hunter Lab43.3227-19.79818.4250
CIE-Lab50.4154-24.78298.9632

#4c8368 color RGB value is (76,131,104).

#4c8368 hex color red value is 76, green value is 131 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4c8368 hue: 0.42 , saturation: 0.27 and the lightness value of 4c8368 is 0.41.

The process color (four color CMYK) of #4c8368 color hex is 0.42, 0.00, 0.21, 0.49. Web safe color of #4c8368 is #339966. Color #4c8368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000011 01101000
Octal 114 203 150
Decimal 76 131 104
Hex 4C 83 68

RGB Percentages of Color #4c8368

%24.44
%42.12
%33.44

CMYK Percentages of Color #4c8368

%42
%0
%21
%49

Triadic Colors of #4c8368

#4c8368 #684c83 #83684c

Analogous Colors of #4c8368

#4c8368 #4c8383 #4c834d

Monochromatic Colors of #4c8368

#4c8368

Complementary Color

#4c8368 #834c67

#4c8368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c8368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c8368 Color CSS Codes

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

#4c8368 Text Font Color

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

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


#4c8368 Background Color

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

This div background color is #4c8368


#4c8368 Border Color

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

This div border color is #4c8368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,131,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 #4c8368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c8368


Comments

No comments written yet.

Please login to write comment.