Color Hex Logo

#60865d Color Hex

#60865D
(96,134,93)
0 Favorites   0 Comments

Color spaces of #60865d

RGB 9613493
HSL0.320.180.45
HSV116°31°53°
CMYK 0.280.000.31   0.47
XYZ15.324820.327313.4718
Yxy20.32730.31200.4138
Hunter Lab45.0858-18.227513.8440
CIE-Lab52.2053-21.850417.9358

#60865d color RGB value is (96,134,93).

#60865d hex color red value is 96, green value is 134 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #60865d hue: 0.32 , saturation: 0.18 and the lightness value of 60865d is 0.45.

The process color (four color CMYK) of #60865d color hex is 0.28, 0.00, 0.31, 0.47. Web safe color of #60865d is #669966. Color #60865d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 01011101
Octal 140 206 135
Decimal 96 134 93
Hex 60 86 5D

RGB Percentages of Color #60865d

%29.72
%41.49
%28.79

CMYK Percentages of Color #60865d

%28
%0
%31
%47

Triadic Colors of #60865d

#60865d #5d6086 #865d60

Analogous Colors of #60865d

#60865d #5d866f #75865d

Monochromatic Colors of #60865d

#60865d

Complementary Color

#60865d #835d86

#60865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60865d Color CSS Codes

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

#60865d Text Font Color

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

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


#60865d Background Color

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

This div background color is #60865d


#60865d Border Color

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

This div border color is #60865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60865d


Comments

No comments written yet.

Please login to write comment.