Color Hex Logo

#60892b Color Hex

#60892B
(96,137,43)
0 Favorites   0 Comments

Color spaces of #60892b

RGB 9613743
HSL0.240.520.35
HSV86°69°54°
CMYK 0.300.000.69   0.46
XYZ14.205620.55255.5038
Yxy20.55250.35280.5105
Hunter Lab45.3349-23.403424.5364
CIE-Lab52.4562-29.725244.0792

#60892b color RGB value is (96,137,43).

#60892b hex color red value is 96, green value is 137 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #60892b hue: 0.24 , saturation: 0.52 and the lightness value of 60892b is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001001 00101011
Octal 140 211 53
Decimal 96 137 43
Hex 60 89 2B

RGB Percentages of Color #60892b

%34.78
%49.64
%15.58

CMYK Percentages of Color #60892b

%30
%0
%69
%46

Triadic Colors of #60892b

#60892b #2b6089 #892b60

Analogous Colors of #60892b

#60892b #31892b #89832b

Monochromatic Colors of #60892b

#60892b

Complementary Color

#60892b #542b89

#60892b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60892b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60892b Color CSS Codes

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

#60892b Text Font Color

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

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


#60892b Background Color

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

This div background color is #60892b


#60892b Border Color

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

This div border color is #60892b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60892b


Comments

No comments written yet.

Please login to write comment.