Color Hex Logo

#743119 Color Hex

#743119
(116,49,25)
1 Favorites   0 Comments

Color spaces of #743119

RGB 1164925
HSL0.040.650.28
HSV16°78°45°
CMYK 0.000.580.78   0.55
XYZ8.47625.97981.6272
Yxy5.97980.52700.3718
Hunter Lab24.453619.078413.1722
CIE-Lab29.361427.863428.9461

#743119 color RGB value is (116,49,25).

#743119 hex color red value is 116, green value is 49 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #743119 hue: 0.04 , saturation: 0.65 and the lightness value of 743119 is 0.28.

The process color (four color CMYK) of #743119 color hex is 0.00, 0.58, 0.78, 0.55. Web safe color of #743119 is #663300. Color #743119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110001 00011001
Octal 164 61 31
Decimal 116 49 25
Hex 74 31 19

RGB Percentages of Color #743119

%61.05
%25.79
%13.16

CMYK Percentages of Color #743119

%0
%58
%78
%55

Triadic Colors of #743119

#743119 #197431 #311974

Analogous Colors of #743119

#743119 #745f19 #74192e

Monochromatic Colors of #743119

#743119

Complementary Color

#743119 #195c74

#743119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743119 Color CSS Codes

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

#743119 Text Font Color

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

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


#743119 Background Color

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

This div background color is #743119


#743119 Border Color

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

This div border color is #743119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743119

#743119 Color Palettes


Comments

No comments written yet.

Please login to write comment.