Color Hex Logo

#745010 Color Hex

#745010
(116,80,16)
0 Favorites   0 Comments

Color spaces of #745010

RGB 1168016
HSL0.110.760.26
HSV38°86°45°
CMYK 0.000.310.86   0.55
XYZ10.16469.48771.7858
Yxy9.48770.47410.4426
Hunter Lab30.80215.000718.1240
CIE-Lab36.90689.284140.4042

#745010 color RGB value is (116,80,16).

#745010 hex color red value is 116, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #745010 hue: 0.11 , saturation: 0.76 and the lightness value of 745010 is 0.26.

The process color (four color CMYK) of #745010 color hex is 0.00, 0.31, 0.86, 0.55. Web safe color of #745010 is #666600. Color #745010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 00010000
Octal 164 120 20
Decimal 116 80 16
Hex 74 50 10

RGB Percentages of Color #745010

%54.72
%37.74
%7.55

CMYK Percentages of Color #745010

%0
%31
%86
%55

Triadic Colors of #745010

#745010 #107450 #501074

Analogous Colors of #745010

#745010 #667410 #741e10

Monochromatic Colors of #745010

#745010

Complementary Color

#745010 #103474

#745010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745010 Color CSS Codes

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

#745010 Text Font Color

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

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


#745010 Background Color

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

This div background color is #745010


#745010 Border Color

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

This div border color is #745010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745010


Comments

No comments written yet.

Please login to write comment.