Color Hex Logo

#73614d Color Hex

#73614D
(115,97,77)
0 Favorites   0 Comments

Color spaces of #73614d

RGB 1159777
HSL0.090.200.38
HSV32°33°45°
CMYK 0.000.160.33   0.55
XYZ12.684512.73008.8098
Yxy12.73000.37060.3720
Hunter Lab35.67911.021110.3357
CIE-Lab42.35363.990114.1064

#73614d color RGB value is (115,97,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100001 01001101
Octal 163 141 115
Decimal 115 97 77
Hex 73 61 4D

RGB Percentages of Color #73614d

%39.79
%33.56
%26.64

CMYK Percentages of Color #73614d

%0
%16
%33
%55

Triadic Colors of #73614d

#73614d #4d7361 #614d73

Analogous Colors of #73614d

#73614d #72734d #734e4d

Monochromatic Colors of #73614d

#73614d

Complementary Color

#73614d #4d5f73

#73614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73614d Color CSS Codes

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

#73614d Text Font Color

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

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


#73614d Background Color

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

This div background color is #73614d


#73614d Border Color

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

This div border color is #73614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73614d


Comments

No comments written yet.

Please login to write comment.