Color Hex Logo

#427441 Color Hex

#427441
(66,116,65)
0 Favorites   0 Comments

Color spaces of #427441

RGB 6611665
HSL0.330.280.35
HSV119°44°45°
CMYK 0.430.000.44   0.55
XYZ9.446314.03077.2113
Yxy14.03070.30780.4572
Hunter Lab37.4576-20.535414.8058
CIE-Lab44.2769-28.211223.0072

#427441 color RGB value is (66,116,65).

#427441 hex color red value is 66, green value is 116 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #427441 hue: 0.33 , saturation: 0.28 and the lightness value of 427441 is 0.35.

The process color (four color CMYK) of #427441 color hex is 0.43, 0.00, 0.44, 0.55. Web safe color of #427441 is #336633. Color #427441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110100 01000001
Octal 102 164 101
Decimal 66 116 65
Hex 42 74 41

RGB Percentages of Color #427441

%26.72
%46.96
%26.32

CMYK Percentages of Color #427441

%43
%0
%44
%55

Triadic Colors of #427441

#427441 #414274 #744142

Analogous Colors of #427441

#427441 #41745a #5c7441

Monochromatic Colors of #427441

#427441

Complementary Color

#427441 #734174

#427441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427441 Color CSS Codes

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

#427441 Text Font Color

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

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


#427441 Background Color

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

This div background color is #427441


#427441 Border Color

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

This div border color is #427441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427441


Comments

No comments written yet.

Please login to write comment.