Color Hex Logo

#742019 Color Hex

#742019
(116,32,25)
0 Favorites   0 Comments

Color spaces of #742019

RGB 1163225
HSL0.010.650.28
HSV78°45°
CMYK 0.000.720.78   0.55
XYZ7.89444.81621.4332
Yxy4.81620.55820.3405
Hunter Lab21.945825.805111.4901
CIE-Lab26.204636.237925.5444

#742019 color RGB value is (116,32,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 00011001
Octal 164 40 31
Decimal 116 32 25
Hex 74 20 19

RGB Percentages of Color #742019

%67.05
%18.50
%14.45

CMYK Percentages of Color #742019

%0
%72
%78
%55

Triadic Colors of #742019

#742019 #197420 #201974

Analogous Colors of #742019

#742019 #744e19 #74193f

Monochromatic Colors of #742019

#742019

Complementary Color

#742019 #196d74

#742019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742019 Color CSS Codes

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

#742019 Text Font Color

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

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


#742019 Background Color

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

This div background color is #742019


#742019 Border Color

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

This div border color is #742019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742019


Comments

No comments written yet.

Please login to write comment.