Color Hex Logo

#73501d Color Hex

#73501D
(115,80,29)
0 Favorites   0 Comments

Color spaces of #73501d

RGB 1158029
HSL0.100.600.28
HSV36°75°45°
CMYK 0.000.300.75   0.55
XYZ10.16079.47092.4549
Yxy9.47090.46000.4288
Hunter Lab30.77485.078116.8128
CIE-Lab36.87569.388434.6640

#73501d color RGB value is (115,80,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 00011101
Octal 163 120 35
Decimal 115 80 29
Hex 73 50 1D

RGB Percentages of Color #73501d

%51.34
%35.71
%12.95

CMYK Percentages of Color #73501d

%0
%30
%75
%55

Triadic Colors of #73501d

#73501d #1d7350 #501d73

Analogous Colors of #73501d

#73501d #6b731d #73251d

Monochromatic Colors of #73501d

#73501d

Complementary Color

#73501d #1d4073

#73501d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73501d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73501d Color CSS Codes

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

#73501d Text Font Color

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

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


#73501d Background Color

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

This div background color is #73501d


#73501d Border Color

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

This div border color is #73501d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,80,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 #73501d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73501d


Comments

No comments written yet.

Please login to write comment.