Color Hex Logo

#42814d Color Hex

#42814D
(66,129,77)
0 Favorites   0 Comments

Color spaces of #42814d

RGB 6612977
HSL0.360.320.38
HSV130°49°51°
CMYK 0.490.000.40   0.49
XYZ11.436617.39469.7759
Yxy17.39460.29620.4506
Hunter Lab41.7068-24.039815.2975
CIE-Lab48.7534-32.265522.0877

#42814d color RGB value is (66,129,77).

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

The process color (four color CMYK) of #42814d color hex is 0.49, 0.00, 0.40, 0.49. Web safe color of #42814d is #339966. Color #42814d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000001 01001101
Octal 102 201 115
Decimal 66 129 77
Hex 42 81 4D

RGB Percentages of Color #42814d

%24.26
%47.43
%28.31

CMYK Percentages of Color #42814d

%49
%0
%40
%49

Triadic Colors of #42814d

#42814d #4d4281 #814d42

Analogous Colors of #42814d

#42814d #42816d #578142

Monochromatic Colors of #42814d

#42814d

Complementary Color

#42814d #814276

#42814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42814d Color CSS Codes

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

#42814d Text Font Color

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

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


#42814d Background Color

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

This div background color is #42814d


#42814d Border Color

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

This div border color is #42814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42814d


Comments

No comments written yet.

Please login to write comment.