Color Hex Logo

#742515 Color Hex

#742515
(116,37,21)
0 Favorites   0 Comments

Color spaces of #742515

RGB 1163721
HSL0.030.690.27
HSV10°82°45°
CMYK 0.000.680.82   0.55
XYZ7.99945.09031.2704
Yxy5.09030.55710.3545
Hunter Lab22.561723.805412.4547
CIE-Lab26.990533.813328.7598

#742515 color RGB value is (116,37,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 00010101
Octal 164 45 25
Decimal 116 37 21
Hex 74 25 15

RGB Percentages of Color #742515

%66.67
%21.26
%12.07

CMYK Percentages of Color #742515

%0
%68
%82
%55

Triadic Colors of #742515

#742515 #157425 #251574

Analogous Colors of #742515

#742515 #745515 #741535

Monochromatic Colors of #742515

#742515

Complementary Color

#742515 #156474

#742515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742515 Color CSS Codes

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

#742515 Text Font Color

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

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


#742515 Background Color

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

This div background color is #742515


#742515 Border Color

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

This div border color is #742515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742515


Comments

No comments written yet.

Please login to write comment.