Color Hex Logo

#744915 Color Hex

#744915
(116,73,21)
0 Favorites   0 Comments

Color spaces of #744915

RGB 1167321
HSL0.090.690.27
HSV33°82°45°
CMYK 0.000.370.82   0.55
XYZ9.72048.53221.8440
Yxy8.53220.48370.4246
Hunter Lab29.20998.283416.7040
CIE-Lab35.067513.703236.6869

#744915 color RGB value is (116,73,21).

#744915 hex color red value is 116, green value is 73 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #744915 hue: 0.09 , saturation: 0.69 and the lightness value of 744915 is 0.27.

The process color (four color CMYK) of #744915 color hex is 0.00, 0.37, 0.82, 0.55. Web safe color of #744915 is #663300. Color #744915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001001 00010101
Octal 164 111 25
Decimal 116 73 21
Hex 74 49 15

RGB Percentages of Color #744915

%55.24
%34.76
%10.00

CMYK Percentages of Color #744915

%0
%37
%82
%55

Triadic Colors of #744915

#744915 #157449 #491574

Analogous Colors of #744915

#744915 #707415 #741a15

Monochromatic Colors of #744915

#744915

Complementary Color

#744915 #154074

#744915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744915 Color CSS Codes

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

#744915 Text Font Color

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

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


#744915 Background Color

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

This div background color is #744915


#744915 Border Color

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

This div border color is #744915


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,73,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744915; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744915;
  -webkit-box-shadow: 1px 1px 3px 2px #744915;
  box-shadow:         1px 1px 3px 2px #744915; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,73,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744915


Comments

No comments written yet.

Please login to write comment.