Color Hex Logo

#743015 Color Hex

#743015
(116,48,21)
0 Favorites   0 Comments

Color spaces of #743015

RGB 1164821
HSL0.050.690.27
HSV17°82°45°
CMYK 0.000.590.82   0.55
XYZ8.39485.88111.4022
Yxy5.88110.53540.3751
Hunter Lab24.251019.350913.5475
CIE-Lab29.110528.227730.8975

#743015 color RGB value is (116,48,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 00010101
Octal 164 60 25
Decimal 116 48 21
Hex 74 30 15

RGB Percentages of Color #743015

%62.70
%25.95
%11.35

CMYK Percentages of Color #743015

%0
%59
%82
%55

Triadic Colors of #743015

#743015 #157430 #301574

Analogous Colors of #743015

#743015 #746015 #74152a

Monochromatic Colors of #743015

#743015

Complementary Color

#743015 #155974

#743015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743015 Color CSS Codes

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

#743015 Text Font Color

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

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


#743015 Background Color

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

This div background color is #743015


#743015 Border Color

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

This div border color is #743015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743015


Comments

No comments written yet.

Please login to write comment.