Color Hex Logo

#608948 Color Hex

#608948
(96,137,72)
0 Favorites   0 Comments

Color spaces of #608948

RGB 9613772
HSL0.270.310.41
HSV98°47°54°
CMYK 0.300.000.47   0.46
XYZ14.939220.84609.3672
Yxy20.84600.33090.4617
Hunter Lab45.6574-21.494919.7961
CIE-Lab52.7805-26.632030.2968

#608948 color RGB value is (96,137,72).

#608948 hex color red value is 96, green value is 137 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #608948 hue: 0.27 , saturation: 0.31 and the lightness value of 608948 is 0.41.

The process color (four color CMYK) of #608948 color hex is 0.30, 0.00, 0.47, 0.46. Web safe color of #608948 is #669933. Color #608948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001001 01001000
Octal 140 211 110
Decimal 96 137 72
Hex 60 89 48

RGB Percentages of Color #608948

%31.48
%44.92
%23.61

CMYK Percentages of Color #608948

%30
%0
%47
%46

Triadic Colors of #608948

#608948 #486089 #894860

Analogous Colors of #608948

#608948 #488951 #818948

Monochromatic Colors of #608948

#608948

Complementary Color

#608948 #714889

#608948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608948 Color CSS Codes

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

#608948 Text Font Color

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

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


#608948 Background Color

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

This div background color is #608948


#608948 Border Color

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

This div border color is #608948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608948


Comments

No comments written yet.

Please login to write comment.