Color Hex Logo

#42974e Color Hex

#42974E
(66,151,78)
0 Favorites   0 Comments

Color spaces of #42974e

RGB 6615178
HSL0.360.390.43
HSV128°56°59°
CMYK 0.560.000.48   0.41
XYZ14.688523.841511.0354
Yxy23.84150.29630.4810
Hunter Lab48.8278-31.751720.7795
CIE-Lab55.9288-41.719830.7671

#42974e color RGB value is (66,151,78).

#42974e hex color red value is 66, green value is 151 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42974e hue: 0.36 , saturation: 0.39 and the lightness value of 42974e is 0.43.

The process color (four color CMYK) of #42974e color hex is 0.56, 0.00, 0.48, 0.41. Web safe color of #42974e is #339966. Color #42974e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010111 01001110
Octal 102 227 116
Decimal 66 151 78
Hex 42 97 4E

RGB Percentages of Color #42974e

%22.37
%51.19
%26.44

CMYK Percentages of Color #42974e

%56
%0
%48
%41

Triadic Colors of #42974e

#42974e #4e4297 #974e42

Analogous Colors of #42974e

#42974e #429779 #619742

Monochromatic Colors of #42974e

#42974e

Complementary Color

#42974e #97428b

#42974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42974e Color CSS Codes

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

#42974e Text Font Color

<p style="color:#42974e">Text here</p>

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


#42974e Background Color

<div style="background-color:#42974e">
Div content here</div>

This div background color is #42974e


#42974e Border Color

<div style="border:3px solid #42974e">
Div here</div>

This div border color is #42974e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,151,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42974e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42974e;
  -webkit-box-shadow: 1px 1px 3px 2px #42974e;
  box-shadow:         1px 1px 3px 2px #42974e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,151,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42974e


Comments

No comments written yet.

Please login to write comment.