Color Hex Logo

#60833d Color Hex

#60833D
(96,131,61)
0 Favorites   0 Comments

Color spaces of #60833d

RGB 9613161
HSL0.250.360.38
HSV90°53°51°
CMYK 0.270.000.53   0.49
XYZ13.782519.05637.3667
Yxy19.05630.34280.4740
Hunter Lab43.6535-20.036820.5520
CIE-Lab50.7530-25.044733.5958

#60833d color RGB value is (96,131,61).

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

The process color (four color CMYK) of #60833d color hex is 0.27, 0.00, 0.53, 0.49. Web safe color of #60833d is #669933. Color #60833d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000011 00111101
Octal 140 203 75
Decimal 96 131 61
Hex 60 83 3D

RGB Percentages of Color #60833d

%33.33
%45.49
%21.18

CMYK Percentages of Color #60833d

%27
%0
%53
%49

Triadic Colors of #60833d

#60833d #3d6083 #833d60

Analogous Colors of #60833d

#60833d #3d833d #83833d

Monochromatic Colors of #60833d

#60833d

Complementary Color

#60833d #603d83

#60833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60833d Color CSS Codes

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

#60833d Text Font Color

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

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


#60833d Background Color

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

This div background color is #60833d


#60833d Border Color

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

This div border color is #60833d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,131,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 #60833d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60833d


Comments

No comments written yet.

Please login to write comment.