Color Hex Logo

#42784d Color Hex

#42784D
(66,120,77)
0 Favorites   0 Comments

Color spaces of #42784d

RGB 6612077
HSL0.370.290.36
HSV132°45°47°
CMYK 0.450.000.36   0.53
XYZ10.302815.12709.3980
Yxy15.12700.29580.4343
Hunter Lab38.8934-20.779212.8989
CIE-Lab45.8077-28.010818.1779

#42784d color RGB value is (66,120,77).

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

The process color (four color CMYK) of #42784d color hex is 0.45, 0.00, 0.36, 0.53. Web safe color of #42784d is #336666. Color #42784d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111000 01001101
Octal 102 170 115
Decimal 66 120 77
Hex 42 78 4D

RGB Percentages of Color #42784d

%25.10
%45.63
%29.28

CMYK Percentages of Color #42784d

%45
%0
%36
%53

Triadic Colors of #42784d

#42784d #4d4278 #784d42

Analogous Colors of #42784d

#42784d #427868 #527842

Monochromatic Colors of #42784d

#42784d

Complementary Color

#42784d #78426d

#42784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42784d Color CSS Codes

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

#42784d Text Font Color

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

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


#42784d Background Color

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

This div background color is #42784d


#42784d Border Color

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

This div border color is #42784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42784d


Comments

No comments written yet.

Please login to write comment.