Color Hex Logo

#73881f Color Hex

#73881F
(115,136,31)
0 Favorites   0 Comments

Color spaces of #73881f

RGB 11513631
HSL0.200.630.33
HSV72°77°53°
CMYK 0.150.000.77   0.47
XYZ16.121721.35214.5680
Yxy21.35210.38350.5079
Hunter Lab46.2083-18.587426.4846
CIE-Lab53.3327-22.072550.0444

#73881f color RGB value is (115,136,31).

#73881f hex color red value is 115, green value is 136 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #73881f hue: 0.20 , saturation: 0.63 and the lightness value of 73881f is 0.33.

The process color (four color CMYK) of #73881f color hex is 0.15, 0.00, 0.77, 0.47. Web safe color of #73881f is #669933. Color #73881f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001000 00011111
Octal 163 210 37
Decimal 115 136 31
Hex 73 88 1F

RGB Percentages of Color #73881f

%40.78
%48.23
%10.99

CMYK Percentages of Color #73881f

%15
%0
%77
%47

Triadic Colors of #73881f

#73881f #1f7388 #881f73

Analogous Colors of #73881f

#73881f #3f881f #88691f

Monochromatic Colors of #73881f

#73881f

Complementary Color

#73881f #341f88

#73881f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73881f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73881f Color CSS Codes

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

#73881f Text Font Color

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

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


#73881f Background Color

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

This div background color is #73881f


#73881f Border Color

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

This div border color is #73881f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,136,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73881f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73881f;
  -webkit-box-shadow: 1px 1px 3px 2px #73881f;
  box-shadow:         1px 1px 3px 2px #73881f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73881f


Comments

No comments written yet.

Please login to write comment.