Color Hex Logo

#73503c Color Hex

#73503C
(115,80,60)
0 Favorites   0 Comments

Color spaces of #73503c

RGB 1158060
HSL0.060.310.34
HSV22°48°45°
CMYK 0.000.300.48   0.55
XYZ10.75459.70845.5821
Yxy9.70840.41290.3728
Hunter Lab31.15837.083411.1888
CIE-Lab37.313912.034517.6228

#73503c color RGB value is (115,80,60).

#73503c hex color red value is 115, green value is 80 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #73503c hue: 0.06 , saturation: 0.31 and the lightness value of 73503c is 0.34.

The process color (four color CMYK) of #73503c color hex is 0.00, 0.30, 0.48, 0.55. Web safe color of #73503c is #666633. Color #73503c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 00111100
Octal 163 120 74
Decimal 115 80 60
Hex 73 50 3C

RGB Percentages of Color #73503c

%45.10
%31.37
%23.53

CMYK Percentages of Color #73503c

%0
%30
%48
%55

Triadic Colors of #73503c

#73503c #3c7350 #503c73

Analogous Colors of #73503c

#73503c #736c3c #733c44

Monochromatic Colors of #73503c

#73503c

Complementary Color

#73503c #3c5f73

#73503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73503c Color CSS Codes

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

#73503c Text Font Color

<p style="color:#73503c">Text here</p>

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


#73503c Background Color

<div style="background-color:#73503c">
Div content here</div>

This div background color is #73503c


#73503c Border Color

<div style="border:3px solid #73503c">
Div here</div>

This div border color is #73503c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73503c


Comments

No comments written yet.

Please login to write comment.