Color Hex Logo

#608428 Color Hex

#608428
(96,132,40)
0 Favorites   0 Comments

Color spaces of #608428

RGB 9613240
HSL0.230.530.34
HSV83°70°52°
CMYK 0.270.000.70   0.48
XYZ13.458119.14254.9930
Yxy19.14250.35800.5092
Hunter Lab43.7521-21.659923.8603
CIE-Lab50.8535-27.555343.6783

#608428 color RGB value is (96,132,40).

#608428 hex color red value is 96, green value is 132 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #608428 hue: 0.23 , saturation: 0.53 and the lightness value of 608428 is 0.34.

The process color (four color CMYK) of #608428 color hex is 0.27, 0.00, 0.70, 0.48. Web safe color of #608428 is #669933. Color #608428 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000100 00101000
Octal 140 204 50
Decimal 96 132 40
Hex 60 84 28

RGB Percentages of Color #608428

%35.82
%49.25
%14.93

CMYK Percentages of Color #608428

%27
%0
%70
%48

Triadic Colors of #608428

#608428 #286084 #842860

Analogous Colors of #608428

#608428 #328428 #847a28

Monochromatic Colors of #608428

#608428

Complementary Color

#608428 #4c2884

#608428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608428 Color CSS Codes

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

#608428 Text Font Color

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

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


#608428 Background Color

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

This div background color is #608428


#608428 Border Color

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

This div border color is #608428


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,132,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608428; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608428;
  -webkit-box-shadow: 1px 1px 3px 2px #608428;
  box-shadow:         1px 1px 3px 2px #608428; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,132,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608428


Comments

No comments written yet.

Please login to write comment.