Color Hex Logo

#608d73 Color Hex

#608D73
(96,141,115)
0 Favorites   0 Comments

Color spaces of #608d73

RGB 96141115
HSL0.400.190.46
HSV145°32°55°
CMYK 0.320.000.18   0.45
XYZ17.443322.774419.6962
Yxy22.77440.29110.3801
Hunter Lab47.7225-18.27008.9354
CIE-Lab54.8392-21.20079.0257

#608d73 color RGB value is (96,141,115).

#608d73 hex color red value is 96, green value is 141 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #608d73 hue: 0.40 , saturation: 0.19 and the lightness value of 608d73 is 0.46.

The process color (four color CMYK) of #608d73 color hex is 0.32, 0.00, 0.18, 0.45. Web safe color of #608d73 is #669966. Color #608d73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 01110011
Octal 140 215 163
Decimal 96 141 115
Hex 60 8D 73

RGB Percentages of Color #608d73

%27.27
%40.06
%32.67

CMYK Percentages of Color #608d73

%32
%0
%18
%45

Triadic Colors of #608d73

#608d73 #73608d #8d7360

Analogous Colors of #608d73

#608d73 #608d8a #648d60

Monochromatic Colors of #608d73

#608d73

Complementary Color

#608d73 #8d607a

#608d73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608d73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608d73 Color CSS Codes

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

#608d73 Text Font Color

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

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


#608d73 Background Color

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

This div background color is #608d73


#608d73 Border Color

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

This div border color is #608d73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,141,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608d73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608d73;
  -webkit-box-shadow: 1px 1px 3px 2px #608d73;
  box-shadow:         1px 1px 3px 2px #608d73; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608d73


Comments

No comments written yet.

Please login to write comment.