Color Hex Logo

#742915 Color Hex

#742915
(116,41,21)
0 Favorites   0 Comments

Color spaces of #742915

RGB 1164121
HSL0.040.690.27
HSV13°82°45°
CMYK 0.000.650.82   0.55
XYZ8.13085.35301.3142
Yxy5.35300.54950.3617
Hunter Lab23.136622.240712.8278
CIE-Lab27.717731.872129.4981

#742915 color RGB value is (116,41,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 00010101
Octal 164 51 25
Decimal 116 41 21
Hex 74 29 15

RGB Percentages of Color #742915

%65.17
%23.03
%11.80

CMYK Percentages of Color #742915

%0
%65
%82
%55

Triadic Colors of #742915

#742915 #157429 #291574

Analogous Colors of #742915

#742915 #745915 #741531

Monochromatic Colors of #742915

#742915

Complementary Color

#742915 #156074

#742915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742915 Color CSS Codes

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

#742915 Text Font Color

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

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


#742915 Background Color

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

This div background color is #742915


#742915 Border Color

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

This div border color is #742915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742915


Comments

No comments written yet.

Please login to write comment.