Color Hex Logo

#742909 Color Hex

#742909
(116,41,9)
0 Favorites   0 Comments

Color spaces of #742909

RGB 116419
HSL0.050.860.25
HSV18°92°45°
CMYK 0.000.650.92   0.55
XYZ8.04475.31860.8610
Yxy5.31860.56560.3739
Hunter Lab23.062121.907113.9299
CIE-Lab27.623831.496235.3120

#742909 color RGB value is (116,41,9).

#742909 hex color red value is 116, green value is 41 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #742909 hue: 0.05 , saturation: 0.86 and the lightness value of 742909 is 0.25.

The process color (four color CMYK) of #742909 color hex is 0.00, 0.65, 0.92, 0.55. Web safe color of #742909 is #663300. Color #742909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 00001001
Octal 164 51 11
Decimal 116 41 9
Hex 74 29 9

RGB Percentages of Color #742909

%69.88
%24.70
%5.42

CMYK Percentages of Color #742909

%0
%65
%92
%55

Triadic Colors of #742909

#742909 #097429 #290974

Analogous Colors of #742909

#742909 #745f09 #74091f

Monochromatic Colors of #742909

#742909

Complementary Color

#742909 #095474

#742909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742909 Color CSS Codes

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

#742909 Text Font Color

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

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


#742909 Background Color

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

This div background color is #742909


#742909 Border Color

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

This div border color is #742909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742909


Comments

No comments written yet.

Please login to write comment.