Color Hex Logo

#73703c Color Hex

#73703C
(115,112,60)
0 Favorites   0 Comments

Color spaces of #73703c

RGB 11511260
HSL0.160.310.34
HSV57°48°45°
CMYK 0.000.030.48   0.55
XYZ13.680015.55946.5572
Yxy15.55940.38220.4347
Hunter Lab39.4454-7.124217.7557
CIE-Lab46.3910-6.896029.1768

#73703c color RGB value is (115,112,60).

#73703c hex color red value is 115, green value is 112 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #73703c hue: 0.16 , saturation: 0.31 and the lightness value of 73703c is 0.34.

The process color (four color CMYK) of #73703c color hex is 0.00, 0.03, 0.48, 0.55. Web safe color of #73703c is #666633. Color #73703c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 00111100
Octal 163 160 74
Decimal 115 112 60
Hex 73 70 3C

RGB Percentages of Color #73703c

%40.07
%39.02
%20.91

CMYK Percentages of Color #73703c

%0
%3
%48
%55

Triadic Colors of #73703c

#73703c #3c7370 #703c73

Analogous Colors of #73703c

#73703c #5b733c #73553c

Monochromatic Colors of #73703c

#73703c

Complementary Color

#73703c #3c3f73

#73703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73703c Color CSS Codes

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

#73703c Text Font Color

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

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


#73703c Background Color

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

This div background color is #73703c


#73703c Border Color

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

This div border color is #73703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73703c


Comments

No comments written yet.

Please login to write comment.