Color Hex Logo

#73610d Color Hex

#73610D
(115,97,13)
0 Favorites   0 Comments

Color spaces of #73610d

RGB 1159713
HSL0.140.800.25
HSV49°89°45°
CMYK 0.000.160.89   0.55
XYZ11.417612.22332.1383
Yxy12.22330.44290.4742
Hunter Lab34.9618-2.889920.8471
CIE-Lab41.5688-1.434245.2973

#73610d color RGB value is (115,97,13).

#73610d hex color red value is 115, green value is 97 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #73610d hue: 0.14 , saturation: 0.80 and the lightness value of 73610d is 0.25.

The process color (four color CMYK) of #73610d color hex is 0.00, 0.16, 0.89, 0.55. Web safe color of #73610d is #666600. Color #73610d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100001 00001101
Octal 163 141 15
Decimal 115 97 13
Hex 73 61 D

RGB Percentages of Color #73610d

%51.11
%43.11
%5.78

CMYK Percentages of Color #73610d

%0
%16
%89
%55

Triadic Colors of #73610d

#73610d #0d7361 #610d73

Analogous Colors of #73610d

#73610d #52730d #732e0d

Monochromatic Colors of #73610d

#73610d

Complementary Color

#73610d #0d1f73

#73610d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73610d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73610d Color CSS Codes

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

#73610d Text Font Color

<p style="color:#73610d">Text here</p>

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


#73610d Background Color

<div style="background-color:#73610d">
Div content here</div>

This div background color is #73610d


#73610d Border Color

<div style="border:3px solid #73610d">
Div here</div>

This div border color is #73610d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,97,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73610d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73610d;
  -webkit-box-shadow: 1px 1px 3px 2px #73610d;
  box-shadow:         1px 1px 3px 2px #73610d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73610d


Comments

No comments written yet.

Please login to write comment.