Color Hex Logo

#73681d Color Hex

#73681D
(115,104,29)
0 Favorites   0 Comments

Color spaces of #73681d

RGB 11510429
HSL0.150.600.28
HSV52°75°45°
CMYK 0.000.100.75   0.55
XYZ12.242313.63423.1488
Yxy13.63420.42180.4697
Hunter Lab36.9245-5.436320.7911
CIE-Lab43.7037-4.833741.5482

#73681d color RGB value is (115,104,29).

#73681d hex color red value is 115, green value is 104 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #73681d hue: 0.15 , saturation: 0.60 and the lightness value of 73681d is 0.28.

The process color (four color CMYK) of #73681d color hex is 0.00, 0.10, 0.75, 0.55. Web safe color of #73681d is #666633. Color #73681d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 00011101
Octal 163 150 35
Decimal 115 104 29
Hex 73 68 1D

RGB Percentages of Color #73681d

%46.37
%41.94
%11.69

CMYK Percentages of Color #73681d

%0
%10
%75
%55

Triadic Colors of #73681d

#73681d #1d7368 #681d73

Analogous Colors of #73681d

#73681d #53731d #733d1d

Monochromatic Colors of #73681d

#73681d

Complementary Color

#73681d #1d2873

#73681d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73681d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73681d Color CSS Codes

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

#73681d Text Font Color

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

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


#73681d Background Color

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

This div background color is #73681d


#73681d Border Color

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

This div border color is #73681d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73681d


Comments

No comments written yet.

Please login to write comment.