Color Hex Logo

#72703f Color Hex

#72703F
(114,112,63)
0 Favorites   0 Comments

Color spaces of #72703f

RGB 11411263
HSL0.160.290.35
HSV58°45°45°
CMYK 0.000.020.45   0.55
XYZ13.630815.52466.9808
Yxy15.52460.37720.4296
Hunter Lab39.4013-7.200517.0764
CIE-Lab46.3445-7.009927.4435

#72703f color RGB value is (114,112,63).

#72703f hex color red value is 114, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #72703f hue: 0.16 , saturation: 0.29 and the lightness value of 72703f is 0.35.

The process color (four color CMYK) of #72703f color hex is 0.00, 0.02, 0.45, 0.55. Web safe color of #72703f is #666633. Color #72703f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 00111111
Octal 162 160 77
Decimal 114 112 63
Hex 72 70 3F

RGB Percentages of Color #72703f

%39.45
%38.75
%21.80

CMYK Percentages of Color #72703f

%0
%2
%45
%55

Triadic Colors of #72703f

#72703f #3f7270 #703f72

Analogous Colors of #72703f

#72703f #5b723f #72563f

Monochromatic Colors of #72703f

#72703f

Complementary Color

#72703f #3f4172

#72703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72703f Color CSS Codes

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

#72703f Text Font Color

<p style="color:#72703f">Text here</p>

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


#72703f Background Color

<div style="background-color:#72703f">
Div content here</div>

This div background color is #72703f


#72703f Border Color

<div style="border:3px solid #72703f">
Div here</div>

This div border color is #72703f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,112,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72703f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72703f;
  -webkit-box-shadow: 1px 1px 3px 2px #72703f;
  box-shadow:         1px 1px 3px 2px #72703f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72703f


Comments

No comments written yet.

Please login to write comment.