Color Hex Logo

#73680f Color Hex

#73680F
(115,104,15)
0 Favorites   0 Comments

Color spaces of #73680f

RGB 11510415
HSL0.150.770.25
HSV53°87°45°
CMYK 0.000.100.87   0.55
XYZ12.106813.58002.4350
Yxy13.58000.43050.4829
Hunter Lab36.8511-5.846121.8780
CIE-Lab43.6245-5.427346.4531

#73680f color RGB value is (115,104,15).

#73680f hex color red value is 115, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #73680f hue: 0.15 , saturation: 0.77 and the lightness value of 73680f is 0.25.

The process color (four color CMYK) of #73680f color hex is 0.00, 0.10, 0.87, 0.55. Web safe color of #73680f is #666600. Color #73680f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 00001111
Octal 163 150 17
Decimal 115 104 15
Hex 73 68 F

RGB Percentages of Color #73680f

%49.15
%44.44
%6.41

CMYK Percentages of Color #73680f

%0
%10
%87
%55

Triadic Colors of #73680f

#73680f #0f7368 #680f73

Analogous Colors of #73680f

#73680f #4c730f #73360f

Monochromatic Colors of #73680f

#73680f

Complementary Color

#73680f #0f1a73

#73680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73680f Color CSS Codes

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

#73680f Text Font Color

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

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


#73680f Background Color

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

This div background color is #73680f


#73680f Border Color

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

This div border color is #73680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73680f


Comments

No comments written yet.

Please login to write comment.