Color Hex Logo

#741006 Color Hex

#741006
(116,16,6)
0 Favorites   0 Comments

Color spaces of #741006

RGB 116166
HSL0.020.900.24
HSV95°45°
CMYK 0.000.860.95   0.55
XYZ7.42064.09670.5719
Yxy4.09670.61380.3389
Hunter Lab20.240330.022012.4929
CIE-Lab23.988641.334933.1795

#741006 color RGB value is (116,16,6).

#741006 hex color red value is 116, green value is 16 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #741006 hue: 0.02 , saturation: 0.90 and the lightness value of 741006 is 0.24.

The process color (four color CMYK) of #741006 color hex is 0.00, 0.86, 0.95, 0.55. Web safe color of #741006 is #660000. Color #741006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010000 00000110
Octal 164 20 6
Decimal 116 16 6
Hex 74 10 6

RGB Percentages of Color #741006

%84.06
%11.59
%4.35

CMYK Percentages of Color #741006

%0
%86
%95
%55

Triadic Colors of #741006

#741006 #067410 #100674

Analogous Colors of #741006

#741006 #744706 #740633

Monochromatic Colors of #741006

#741006

Complementary Color

#741006 #066a74

#741006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741006 Color CSS Codes

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

#741006 Text Font Color

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

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


#741006 Background Color

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

This div background color is #741006


#741006 Border Color

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

This div border color is #741006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741006


Comments

No comments written yet.

Please login to write comment.