Color Hex Logo

#428370 Color Hex

#428370
(66,131,112)
0 Favorites   0 Comments

Color spaces of #428370

RGB 66131112
HSL0.450.330.39
HSV162°50°51°
CMYK 0.500.000.15   0.49
XYZ13.287718.560718.2115
Yxy18.56070.26540.3708
Hunter Lab43.0821-20.33955.0947
CIE-Lab50.1692-25.71043.8907

#428370 color RGB value is (66,131,112).

#428370 hex color red value is 66, green value is 131 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #428370 hue: 0.45 , saturation: 0.33 and the lightness value of 428370 is 0.39.

The process color (four color CMYK) of #428370 color hex is 0.50, 0.00, 0.15, 0.49. Web safe color of #428370 is #339966. Color #428370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000011 01110000
Octal 102 203 160
Decimal 66 131 112
Hex 42 83 70

RGB Percentages of Color #428370

%21.36
%42.39
%36.25

CMYK Percentages of Color #428370

%50
%0
%15
%49

Triadic Colors of #428370

#428370 #704283 #837042

Analogous Colors of #428370

#428370 #427683 #428350

Monochromatic Colors of #428370

#428370

Complementary Color

#428370 #834255

#428370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428370 Color CSS Codes

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

#428370 Text Font Color

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

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


#428370 Background Color

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

This div background color is #428370


#428370 Border Color

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

This div border color is #428370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428370


Comments

No comments written yet.

Please login to write comment.