Color Hex Logo

#608750 Color Hex

#608750
(96,135,80)
0 Favorites   0 Comments

Color spaces of #608750

RGB 9613580
HSL0.280.260.42
HSV103°41°53°
CMYK 0.290.000.41   0.47
XYZ14.935820.393910.7386
Yxy20.39390.32420.4427
Hunter Lab45.1596-19.993417.5130
CIE-Lab52.2797-24.493525.3192

#608750 color RGB value is (96,135,80).

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

The process color (four color CMYK) of #608750 color hex is 0.29, 0.00, 0.41, 0.47. Web safe color of #608750 is #669966. Color #608750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 01010000
Octal 140 207 120
Decimal 96 135 80
Hex 60 87 50

RGB Percentages of Color #608750

%30.87
%43.41
%25.72

CMYK Percentages of Color #608750

%29
%0
%41
%47

Triadic Colors of #608750

#608750 #506087 #875060

Analogous Colors of #608750

#608750 #50875c #7c8750

Monochromatic Colors of #608750

#608750

Complementary Color

#608750 #775087

#608750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608750 Color CSS Codes

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

#608750 Text Font Color

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

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


#608750 Background Color

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

This div background color is #608750


#608750 Border Color

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

This div border color is #608750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608750


Comments

No comments written yet.

Please login to write comment.