Color Hex Logo

#42863e Color Hex

#42863E
(66,134,62)
0 Favorites   0 Comments

Color spaces of #42863e

RGB 6613462
HSL0.320.370.38
HSV117°54°53°
CMYK 0.510.000.54   0.47
XYZ11.641418.55627.5256
Yxy18.55620.30860.4919
Hunter Lab43.0769-27.145519.7958
CIE-Lab50.1639-36.880331.9982

#42863e color RGB value is (66,134,62).

#42863e hex color red value is 66, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #42863e hue: 0.32 , saturation: 0.37 and the lightness value of 42863e is 0.38.

The process color (four color CMYK) of #42863e color hex is 0.51, 0.00, 0.54, 0.47. Web safe color of #42863e is #339933. Color #42863e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 00111110
Octal 102 206 76
Decimal 66 134 62
Hex 42 86 3E

RGB Percentages of Color #42863e

%25.19
%51.15
%23.66

CMYK Percentages of Color #42863e

%51
%0
%54
%47

Triadic Colors of #42863e

#42863e #3e4286 #863e42

Analogous Colors of #42863e

#42863e #3e865e #66863e

Monochromatic Colors of #42863e

#42863e

Complementary Color

#42863e #823e86

#42863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42863e Color CSS Codes

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

#42863e Text Font Color

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

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


#42863e Background Color

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

This div background color is #42863e


#42863e Border Color

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

This div border color is #42863e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,134,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42863e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42863e;
  -webkit-box-shadow: 1px 1px 3px 2px #42863e;
  box-shadow:         1px 1px 3px 2px #42863e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42863e


Comments

No comments written yet.

Please login to write comment.