Color Hex Logo

#60883e Color Hex

#60883E
(96,136,62)
0 Favorites   0 Comments

Color spaces of #60883e

RGB 9613662
HSL0.260.370.39
HSV92°54°53°
CMYK 0.290.000.54   0.47
XYZ14.497520.44297.7392
Yxy20.44290.33970.4790
Hunter Lab45.2138-21.889421.5011
CIE-Lab52.3343-27.394634.9711

#60883e color RGB value is (96,136,62).

#60883e hex color red value is 96, green value is 136 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #60883e hue: 0.26 , saturation: 0.37 and the lightness value of 60883e is 0.39.

The process color (four color CMYK) of #60883e color hex is 0.29, 0.00, 0.54, 0.47. Web safe color of #60883e is #669933. Color #60883e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001000 00111110
Octal 140 210 76
Decimal 96 136 62
Hex 60 88 3E

RGB Percentages of Color #60883e

%32.65
%46.26
%21.09

CMYK Percentages of Color #60883e

%29
%0
%54
%47

Triadic Colors of #60883e

#60883e #3e6088 #883e60

Analogous Colors of #60883e

#60883e #3e8841 #85883e

Monochromatic Colors of #60883e

#60883e

Complementary Color

#60883e #663e88

#60883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60883e Color CSS Codes

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

#60883e Text Font Color

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

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


#60883e Background Color

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

This div background color is #60883e


#60883e Border Color

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

This div border color is #60883e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,136,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60883e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60883e;
  -webkit-box-shadow: 1px 1px 3px 2px #60883e;
  box-shadow:         1px 1px 3px 2px #60883e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60883e


Comments

No comments written yet.

Please login to write comment.