Color Hex Logo

#427758 Color Hex

#427758
(66,119,88)
0 Favorites   0 Comments

Color spaces of #427758

RGB 6611988
HSL0.400.290.36
HSV145°45°47°
CMYK 0.450.000.26   0.53
XYZ10.605015.056511.5798
Yxy15.05650.28480.4043
Hunter Lab38.8027-19.11979.4681
CIE-Lab45.7115-25.287811.6423

#427758 color RGB value is (66,119,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 01011000
Octal 102 167 130
Decimal 66 119 88
Hex 42 77 58

RGB Percentages of Color #427758

%24.18
%43.59
%32.23

CMYK Percentages of Color #427758

%45
%0
%26
%53

Triadic Colors of #427758

#427758 #584277 #775842

Analogous Colors of #427758

#427758 #427773 #477742

Monochromatic Colors of #427758

#427758

Complementary Color

#427758 #774261

#427758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427758 Color CSS Codes

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

#427758 Text Font Color

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

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


#427758 Background Color

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

This div background color is #427758


#427758 Border Color

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

This div border color is #427758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427758


Comments

No comments written yet.

Please login to write comment.