Color Hex Logo

#73504d Color Hex

#73504D
(115,80,77)
0 Favorites   0 Comments

Color spaces of #73504d

RGB 1158077
HSL0.010.200.38
HSV33°45°
CMYK 0.000.300.33   0.55
XYZ11.27849.91808.3411
Yxy9.91800.38180.3358
Hunter Lab31.49298.81296.3416
CIE-Lab37.694914.25737.6363

#73504d color RGB value is (115,80,77).

#73504d hex color red value is 115, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #73504d hue: 0.01 , saturation: 0.20 and the lightness value of 73504d is 0.38.

The process color (four color CMYK) of #73504d color hex is 0.00, 0.30, 0.33, 0.55. Web safe color of #73504d is #666666. Color #73504d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 01001101
Octal 163 120 115
Decimal 115 80 77
Hex 73 50 4D

RGB Percentages of Color #73504d

%42.28
%29.41
%28.31

CMYK Percentages of Color #73504d

%0
%30
%33
%55

Triadic Colors of #73504d

#73504d #4d7350 #504d73

Analogous Colors of #73504d

#73504d #73634d #734d5d

Monochromatic Colors of #73504d

#73504d

Complementary Color

#73504d #4d7073

#73504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73504d Color CSS Codes

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

#73504d Text Font Color

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

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


#73504d Background Color

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

This div background color is #73504d


#73504d Border Color

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

This div border color is #73504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73504d


Comments

No comments written yet.

Please login to write comment.