Color Hex Logo

#608529 Color Hex

#608529
(96,133,41)
0 Favorites   0 Comments

Color spaces of #608529

RGB 9613341
HSL0.230.530.34
HSV84°69°52°
CMYK 0.280.000.69   0.48
XYZ13.611619.42195.1292
Yxy19.42190.35670.5089
Hunter Lab44.0703-21.991323.9486
CIE-Lab51.1772-27.963443.5913

#608529 color RGB value is (96,133,41).

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

The process color (four color CMYK) of #608529 color hex is 0.28, 0.00, 0.69, 0.48. Web safe color of #608529 is #669933. Color #608529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 00101001
Octal 140 205 51
Decimal 96 133 41
Hex 60 85 29

RGB Percentages of Color #608529

%35.56
%49.26
%15.19

CMYK Percentages of Color #608529

%28
%0
%69
%48

Triadic Colors of #608529

#608529 #296085 #852960

Analogous Colors of #608529

#608529 #328529 #857c29

Monochromatic Colors of #608529

#608529

Complementary Color

#608529 #4e2985

#608529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608529 Color CSS Codes

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

#608529 Text Font Color

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

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


#608529 Background Color

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

This div background color is #608529


#608529 Border Color

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

This div border color is #608529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608529


Comments

No comments written yet.

Please login to write comment.