Color Hex Logo

#428352 Color Hex

#428352
(66,131,82)
0 Favorites   0 Comments

Color spaces of #428352

RGB 6613182
HSL0.370.330.39
HSV135°50°51°
CMYK 0.500.000.37   0.49
XYZ11.886118.000010.8305
Yxy18.00000.29190.4421
Hunter Lab42.4264-24.238014.5631
CIE-Lab49.4961-32.274220.2571

#428352 color RGB value is (66,131,82).

#428352 hex color red value is 66, green value is 131 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #428352 hue: 0.37 , saturation: 0.33 and the lightness value of 428352 is 0.39.

The process color (four color CMYK) of #428352 color hex is 0.50, 0.00, 0.37, 0.49. Web safe color of #428352 is #339966. Color #428352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000011 01010010
Octal 102 203 122
Decimal 66 131 82
Hex 42 83 52

RGB Percentages of Color #428352

%23.66
%46.95
%29.39

CMYK Percentages of Color #428352

%50
%0
%37
%49

Triadic Colors of #428352

#428352 #524283 #835242

Analogous Colors of #428352

#428352 #428373 #538342

Monochromatic Colors of #428352

#428352

Complementary Color

#428352 #834273

#428352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428352 Color CSS Codes

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

#428352 Text Font Color

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

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


#428352 Background Color

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

This div background color is #428352


#428352 Border Color

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

This div border color is #428352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428352


Comments

No comments written yet.

Please login to write comment.