Color Hex Logo

#60883b Color Hex

#60883B
(96,136,59)
0 Favorites   0 Comments

Color spaces of #60883b

RGB 9613659
HSL0.250.390.38
HSV91°57°53°
CMYK 0.290.000.57   0.47
XYZ14.417420.41097.3175
Yxy20.41090.34210.4843
Hunter Lab45.1784-22.099122.0218
CIE-Lab52.2986-27.733836.4425

#60883b color RGB value is (96,136,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001000 00111011
Octal 140 210 73
Decimal 96 136 59
Hex 60 88 3B

RGB Percentages of Color #60883b

%32.99
%46.74
%20.27

CMYK Percentages of Color #60883b

%29
%0
%57
%47

Triadic Colors of #60883b

#60883b #3b6088 #883b60

Analogous Colors of #60883b

#60883b #3b883d #87883b

Monochromatic Colors of #60883b

#60883b

Complementary Color

#60883b #633b88

#60883b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60883b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60883b Color CSS Codes

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

#60883b Text Font Color

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

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


#60883b Background Color

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

This div background color is #60883b


#60883b Border Color

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

This div border color is #60883b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60883b


Comments

No comments written yet.

Please login to write comment.