Color Hex Logo

#428033 Color Hex

#428033
(66,128,51)
0 Favorites   0 Comments

Color spaces of #428033

RGB 6612851
HSL0.300.430.35
HSV108°60°50°
CMYK 0.480.000.60   0.50
XYZ10.563516.83565.8248
Yxy16.83560.31790.5067
Hunter Lab41.0312-25.849720.3050
CIE-Lab48.0522-35.691635.0755

#428033 color RGB value is (66,128,51).

#428033 hex color red value is 66, green value is 128 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #428033 hue: 0.30 , saturation: 0.43 and the lightness value of 428033 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000000 00110011
Octal 102 200 63
Decimal 66 128 51
Hex 42 80 33

RGB Percentages of Color #428033

%26.94
%52.24
%20.82

CMYK Percentages of Color #428033

%48
%0
%60
%50

Triadic Colors of #428033

#428033 #334280 #803342

Analogous Colors of #428033

#428033 #33804b #698033

Monochromatic Colors of #428033

#428033

Complementary Color

#428033 #713380

#428033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428033 Color CSS Codes

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

#428033 Text Font Color

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

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


#428033 Background Color

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

This div background color is #428033


#428033 Border Color

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

This div border color is #428033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428033


Comments

No comments written yet.

Please login to write comment.