Color Hex Logo

#742e15 Color Hex

#742E15
(116,46,21)
0 Favorites   0 Comments

Color spaces of #742e15

RGB 1164621
HSL0.040.690.27
HSV16°82°45°
CMYK 0.000.600.82   0.55
XYZ8.31485.72111.3755
Yxy5.72110.53950.3712
Hunter Lab23.918820.193313.3336
CIE-Lab28.697629.297730.4852

#742e15 color RGB value is (116,46,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101110 00010101
Octal 164 56 25
Decimal 116 46 21
Hex 74 2E 15

RGB Percentages of Color #742e15

%63.39
%25.14
%11.48

CMYK Percentages of Color #742e15

%0
%60
%82
%55

Triadic Colors of #742e15

#742e15 #15742e #2e1574

Analogous Colors of #742e15

#742e15 #745e15 #74152b

Monochromatic Colors of #742e15

#742e15

Complementary Color

#742e15 #155b74

#742e15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742e15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742e15 Color CSS Codes

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

#742e15 Text Font Color

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

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


#742e15 Background Color

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

This div background color is #742e15


#742e15 Border Color

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

This div border color is #742e15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742e15


Comments

No comments written yet.

Please login to write comment.