Color Hex Logo

#743219 Color Hex

#743219
(116,50,25)
0 Favorites   0 Comments

Color spaces of #743219

RGB 1165025
HSL0.050.650.28
HSV16°78°45°
CMYK 0.000.570.78   0.55
XYZ8.51856.06441.6413
Yxy6.06440.52500.3738
Hunter Lab24.626018.650313.2866
CIE-Lab29.574427.316629.1713

#743219 color RGB value is (116,50,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 00011001
Octal 164 62 31
Decimal 116 50 25
Hex 74 32 19

RGB Percentages of Color #743219

%60.73
%26.18
%13.09

CMYK Percentages of Color #743219

%0
%57
%78
%55

Triadic Colors of #743219

#743219 #197432 #321974

Analogous Colors of #743219

#743219 #746019 #74192d

Monochromatic Colors of #743219

#743219

Complementary Color

#743219 #195b74

#743219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743219 Color CSS Codes

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

#743219 Text Font Color

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

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


#743219 Background Color

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

This div background color is #743219


#743219 Border Color

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

This div border color is #743219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743219


Comments

No comments written yet.

Please login to write comment.