Color Hex Logo

#428849 Color Hex

#428849
(66,136,73)
0 Favorites   0 Comments

Color spaces of #428849

RGB 6613673
HSL0.350.350.40
HSV126°51°53°
CMYK 0.510.000.46   0.47
XYZ12.253519.24769.3727
Yxy19.24760.29980.4709
Hunter Lab43.8721-26.921018.0439
CIE-Lab50.9756-36.101327.1676

#428849 color RGB value is (66,136,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 01001001
Octal 102 210 111
Decimal 66 136 73
Hex 42 88 49

RGB Percentages of Color #428849

%24.00
%49.45
%26.55

CMYK Percentages of Color #428849

%51
%0
%46
%47

Triadic Colors of #428849

#428849 #494288 #884942

Analogous Colors of #428849

#428849 #42886c #5e8842

Monochromatic Colors of #428849

#428849

Complementary Color

#428849 #884281

#428849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428849 Color CSS Codes

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

#428849 Text Font Color

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

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


#428849 Background Color

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

This div background color is #428849


#428849 Border Color

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

This div border color is #428849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,136,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 #428849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428849


Comments

No comments written yet.

Please login to write comment.