Color Hex Logo

#608252 Color Hex

#608252
(96,130,82)
0 Favorites   0 Comments

Color spaces of #608252

RGB 9613082
HSL0.280.230.42
HSV103°37°51°
CMYK 0.260.000.37   0.49
XYZ14.329519.061310.9066
Yxy19.06130.32350.4303
Hunter Lab43.6592-17.817815.7501
CIE-Lab50.7588-21.639822.2177

#608252 color RGB value is (96,130,82).

#608252 hex color red value is 96, green value is 130 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #608252 hue: 0.28 , saturation: 0.23 and the lightness value of 608252 is 0.42.

The process color (four color CMYK) of #608252 color hex is 0.26, 0.00, 0.37, 0.49. Web safe color of #608252 is #669966. Color #608252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000010 01010010
Octal 140 202 122
Decimal 96 130 82
Hex 60 82 52

RGB Percentages of Color #608252

%31.17
%42.21
%26.62

CMYK Percentages of Color #608252

%26
%0
%37
%49

Triadic Colors of #608252

#608252 #526082 #825260

Analogous Colors of #608252

#608252 #52825c #788252

Monochromatic Colors of #608252

#608252

Complementary Color

#608252 #745282

#608252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608252 Color CSS Codes

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

#608252 Text Font Color

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

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


#608252 Background Color

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

This div background color is #608252


#608252 Border Color

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

This div border color is #608252


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,130,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 #608252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608252


Comments

No comments written yet.

Please login to write comment.