Color Hex Logo

#428832 Color Hex

#428832
(66,136,50)
0 Favorites   0 Comments

Color spaces of #428832

RGB 6613650
HSL0.300.460.36
HSV109°63°53°
CMYK 0.510.000.63   0.47
XYZ11.626618.99696.0716
Yxy18.99690.31680.5177
Hunter Lab43.5854-28.658922.2505
CIE-Lab50.6836-39.225638.5627

#428832 color RGB value is (66,136,50).

#428832 hex color red value is 66, green value is 136 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #428832 hue: 0.30 , saturation: 0.46 and the lightness value of 428832 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 00110010
Octal 102 210 62
Decimal 66 136 50
Hex 42 88 32

RGB Percentages of Color #428832

%26.19
%53.97
%19.84

CMYK Percentages of Color #428832

%51
%0
%63
%47

Triadic Colors of #428832

#428832 #324288 #883242

Analogous Colors of #428832

#428832 #32884d #6d8832

Monochromatic Colors of #428832

#428832

Complementary Color

#428832 #783288

#428832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428832 Color CSS Codes

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

#428832 Text Font Color

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

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


#428832 Background Color

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

This div background color is #428832


#428832 Border Color

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

This div border color is #428832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428832


Comments

No comments written yet.

Please login to write comment.