Color Hex Logo

#60873d Color Hex

#60873D
(96,135,61)
0 Favorites   0 Comments

Color spaces of #60873d

RGB 9613561
HSL0.250.380.38
HSV92°55°53°
CMYK 0.290.000.55   0.47
XYZ14.330120.15177.5493
Yxy20.15170.34090.4794
Hunter Lab44.8906-21.577421.4526
CIE-Lab52.0083-27.021635.0922

#60873d color RGB value is (96,135,61).

#60873d hex color red value is 96, green value is 135 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #60873d hue: 0.25 , saturation: 0.38 and the lightness value of 60873d is 0.38.

The process color (four color CMYK) of #60873d color hex is 0.29, 0.00, 0.55, 0.47. Web safe color of #60873d is #669933. Color #60873d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 00111101
Octal 140 207 75
Decimal 96 135 61
Hex 60 87 3D

RGB Percentages of Color #60873d

%32.88
%46.23
%20.89

CMYK Percentages of Color #60873d

%29
%0
%55
%47

Triadic Colors of #60873d

#60873d #3d6087 #873d60

Analogous Colors of #60873d

#60873d #3d873f #85873d

Monochromatic Colors of #60873d

#60873d

Complementary Color

#60873d #643d87

#60873d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60873d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60873d Color CSS Codes

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

#60873d Text Font Color

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

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


#60873d Background Color

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

This div background color is #60873d


#60873d Border Color

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

This div border color is #60873d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60873d


Comments

No comments written yet.

Please login to write comment.