Color Hex Logo

#73514a Color Hex

#73514A
(115,81,74)
0 Favorites   0 Comments

Color spaces of #73514a

RGB 1158174
HSL0.030.220.37
HSV10°36°45°
CMYK 0.000.300.36   0.55
XYZ11.248710.02417.8205
Yxy10.02410.38660.3446
Hunter Lab31.66098.01237.5175
CIE-Lab37.885613.21919.7705

#73514a color RGB value is (115,81,74).

#73514a hex color red value is 115, green value is 81 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #73514a hue: 0.03 , saturation: 0.22 and the lightness value of 73514a is 0.37.

The process color (four color CMYK) of #73514a color hex is 0.00, 0.30, 0.36, 0.55. Web safe color of #73514a is #666633. Color #73514a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 01001010
Octal 163 121 112
Decimal 115 81 74
Hex 73 51 4A

RGB Percentages of Color #73514a

%42.59
%30.00
%27.41

CMYK Percentages of Color #73514a

%0
%30
%36
%55

Triadic Colors of #73514a

#73514a #4a7351 #514a73

Analogous Colors of #73514a

#73514a #73664a #734a58

Monochromatic Colors of #73514a

#73514a

Complementary Color

#73514a #4a6c73

#73514a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73514a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73514a Color CSS Codes

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

#73514a Text Font Color

<p style="color:#73514a">Text here</p>

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


#73514a Background Color

<div style="background-color:#73514a">
Div content here</div>

This div background color is #73514a


#73514a Border Color

<div style="border:3px solid #73514a">
Div here</div>

This div border color is #73514a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,81,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73514a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73514a;
  -webkit-box-shadow: 1px 1px 3px 2px #73514a;
  box-shadow:         1px 1px 3px 2px #73514a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73514a


Comments

No comments written yet.

Please login to write comment.