Color Hex Logo

#428445 Color Hex

#428445
(66,132,69)
0 Favorites   0 Comments

Color spaces of #428445

RGB 6613269
HSL0.340.330.39
HSV123°50°52°
CMYK 0.500.000.48   0.48
XYZ11.572218.09058.5121
Yxy18.09050.30310.4739
Hunter Lab42.5329-25.867017.9074
CIE-Lab49.6057-34.967227.5957

#428445 color RGB value is (66,132,69).

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

The process color (four color CMYK) of #428445 color hex is 0.50, 0.00, 0.48, 0.48. Web safe color of #428445 is #339933. Color #428445 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000100 01000101
Octal 102 204 105
Decimal 66 132 69
Hex 42 84 45

RGB Percentages of Color #428445

%24.72
%49.44
%25.84

CMYK Percentages of Color #428445

%50
%0
%48
%48

Triadic Colors of #428445

#428445 #454284 #844542

Analogous Colors of #428445

#428445 #428466 #608442

Monochromatic Colors of #428445

#428445

Complementary Color

#428445 #844281

#428445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428445 Color CSS Codes

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

#428445 Text Font Color

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

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


#428445 Background Color

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

This div background color is #428445


#428445 Border Color

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

This div border color is #428445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428445


Comments

No comments written yet.

Please login to write comment.