Color Hex Logo

#428549 Color Hex

#428549
(66,133,73)
0 Favorites   0 Comments

Color spaces of #428549

RGB 6613373
HSL0.350.340.39
HSV126°50°52°
CMYK 0.500.000.45   0.48
XYZ11.836918.41439.2338
Yxy18.41430.29980.4664
Hunter Lab42.9119-25.858017.2803
CIE-Lab49.9948-34.769225.9149

#428549 color RGB value is (66,133,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 01001001
Octal 102 205 111
Decimal 66 133 73
Hex 42 85 49

RGB Percentages of Color #428549

%24.26
%48.90
%26.84

CMYK Percentages of Color #428549

%50
%0
%45
%48

Triadic Colors of #428549

#428549 #494285 #854942

Analogous Colors of #428549

#428549 #42856b #5d8542

Monochromatic Colors of #428549

#428549

Complementary Color

#428549 #85427e

#428549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428549 Color CSS Codes

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

#428549 Text Font Color

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

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


#428549 Background Color

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

This div background color is #428549


#428549 Border Color

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

This div border color is #428549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428549


Comments

No comments written yet.

Please login to write comment.