Color Hex Logo

#42775d Color Hex

#42775D
(66,119,93)
0 Favorites   0 Comments

Color spaces of #42775d

RGB 6611993
HSL0.420.290.36
HSV151°45°47°
CMYK 0.450.000.22   0.53
XYZ10.819415.142212.7084
Yxy15.14220.27980.3916
Hunter Lab38.9130-18.46747.8759
CIE-Lab45.8283-24.18028.8603

#42775d color RGB value is (66,119,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 01011101
Octal 102 167 135
Decimal 66 119 93
Hex 42 77 5D

RGB Percentages of Color #42775d

%23.74
%42.81
%33.45

CMYK Percentages of Color #42775d

%45
%0
%22
%53

Triadic Colors of #42775d

#42775d #5d4277 #775d42

Analogous Colors of #42775d

#42775d #427777 #427743

Monochromatic Colors of #42775d

#42775d

Complementary Color

#42775d #77425c

#42775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42775d Color CSS Codes

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

#42775d Text Font Color

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

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


#42775d Background Color

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

This div background color is #42775d


#42775d Border Color

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

This div border color is #42775d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42775d


Comments

No comments written yet.

Please login to write comment.