Color Hex Logo

#428847 Color Hex

#428847
(66,136,71)
0 Favorites   0 Comments

Color spaces of #428847

RGB 6613671
HSL0.350.350.40
HSV124°51°53°
CMYK 0.510.000.48   0.47
XYZ12.188319.22159.0290
Yxy19.22150.30140.4753
Hunter Lab43.8423-27.100518.4793
CIE-Lab50.9453-36.419628.2083

#428847 color RGB value is (66,136,71).

#428847 hex color red value is 66, green value is 136 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #428847 hue: 0.35 , saturation: 0.35 and the lightness value of 428847 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 01000111
Octal 102 210 107
Decimal 66 136 71
Hex 42 88 47

RGB Percentages of Color #428847

%24.18
%49.82
%26.01

CMYK Percentages of Color #428847

%51
%0
%48
%47

Triadic Colors of #428847

#428847 #474288 #884742

Analogous Colors of #428847

#428847 #42886a #608842

Monochromatic Colors of #428847

#428847

Complementary Color

#428847 #884283

#428847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428847 Color CSS Codes

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

#428847 Text Font Color

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

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


#428847 Background Color

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

This div background color is #428847


#428847 Border Color

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

This div border color is #428847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428847


Comments

No comments written yet.

Please login to write comment.