Color Hex Logo

#73962c Color Hex

#73962C
(115,150,44)
0 Favorites   0 Comments

Color spaces of #73962c

RGB 11515044
HSL0.220.550.38
HSV80°71°59°
CMYK 0.230.000.71   0.41
XYZ18.431225.63946.3603
Yxy25.63940.36550.5084
Hunter Lab50.6354-23.638127.9973
CIE-Lab57.6932-28.236449.4559

#73962c color RGB value is (115,150,44).

#73962c hex color red value is 115, green value is 150 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #73962c hue: 0.22 , saturation: 0.55 and the lightness value of 73962c is 0.38.

The process color (four color CMYK) of #73962c color hex is 0.23, 0.00, 0.71, 0.41. Web safe color of #73962c is #669933. Color #73962c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010110 00101100
Octal 163 226 54
Decimal 115 150 44
Hex 73 96 2C

RGB Percentages of Color #73962c

%37.22
%48.54
%14.24

CMYK Percentages of Color #73962c

%23
%0
%71
%41

Triadic Colors of #73962c

#73962c #2c7396 #962c73

Analogous Colors of #73962c

#73962c #3e962c #96842c

Monochromatic Colors of #73962c

#73962c

Complementary Color

#73962c #4f2c96

#73962c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73962c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73962c Color CSS Codes

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

#73962c Text Font Color

<p style="color:#73962c">Text here</p>

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


#73962c Background Color

<div style="background-color:#73962c">
Div content here</div>

This div background color is #73962c


#73962c Border Color

<div style="border:3px solid #73962c">
Div here</div>

This div border color is #73962c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,150,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73962c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73962c;
  -webkit-box-shadow: 1px 1px 3px 2px #73962c;
  box-shadow:         1px 1px 3px 2px #73962c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,150,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73962c


Comments

No comments written yet.

Please login to write comment.