Color Hex Logo

#744810 Color Hex

#744810
(116,72,16)
0 Favorites   0 Comments

Color spaces of #744810

RGB 1167216
HSL0.090.760.26
HSV34°86°45°
CMYK 0.000.380.86   0.55
XYZ9.61348.38511.6020
Yxy8.38510.49050.4278
Hunter Lab28.95708.585116.9898
CIE-Lab34.772414.114438.5309

#744810 color RGB value is (116,72,16).

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

The process color (four color CMYK) of #744810 color hex is 0.00, 0.38, 0.86, 0.55. Web safe color of #744810 is #663300. Color #744810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001000 00010000
Octal 164 110 20
Decimal 116 72 16
Hex 74 48 10

RGB Percentages of Color #744810

%56.86
%35.29
%7.84

CMYK Percentages of Color #744810

%0
%38
%86
%55

Triadic Colors of #744810

#744810 #107448 #481074

Analogous Colors of #744810

#744810 #6e7410 #741610

Monochromatic Colors of #744810

#744810

Complementary Color

#744810 #103c74

#744810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744810 Color CSS Codes

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

#744810 Text Font Color

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

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


#744810 Background Color

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

This div background color is #744810


#744810 Border Color

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

This div border color is #744810


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,72,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 #744810">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744810


Comments

No comments written yet.

Please login to write comment.