Color Hex Logo

#42934d Color Hex

#42934D
(66,147,77)
0 Favorites   0 Comments

Color spaces of #42934d

RGB 6614777
HSL0.360.380.42
HSV128°55°58°
CMYK 0.550.000.48   0.42
XYZ14.020022.561510.6371
Yxy22.56150.29690.4778
Hunter Lab47.4989-30.436319.9716
CIE-Lab54.6178-40.202929.6425

#42934d color RGB value is (66,147,77).

#42934d hex color red value is 66, green value is 147 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #42934d hue: 0.36 , saturation: 0.38 and the lightness value of 42934d is 0.42.

The process color (four color CMYK) of #42934d color hex is 0.55, 0.00, 0.48, 0.42. Web safe color of #42934d is #339966. Color #42934d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010011 01001101
Octal 102 223 115
Decimal 66 147 77
Hex 42 93 4D

RGB Percentages of Color #42934d

%22.76
%50.69
%26.55

CMYK Percentages of Color #42934d

%55
%0
%48
%42

Triadic Colors of #42934d

#42934d #4d4293 #934d42

Analogous Colors of #42934d

#42934d #429376 #609342

Monochromatic Colors of #42934d

#42934d

Complementary Color

#42934d #934288

#42934d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42934d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42934d Color CSS Codes

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

#42934d Text Font Color

<p style="color:#42934d">Text here</p>

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


#42934d Background Color

<div style="background-color:#42934d">
Div content here</div>

This div background color is #42934d


#42934d Border Color

<div style="border:3px solid #42934d">
Div here</div>

This div border color is #42934d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,147,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42934d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42934d;
  -webkit-box-shadow: 1px 1px 3px 2px #42934d;
  box-shadow:         1px 1px 3px 2px #42934d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,147,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 #42934d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42934d


Comments

No comments written yet.

Please login to write comment.