Color Hex Logo

#743019 Color Hex

#743019
(116,48,25)
0 Favorites   0 Comments

Color spaces of #743019

RGB 1164825
HSL0.040.650.28
HSV15°78°45°
CMYK 0.000.590.78   0.55
XYZ8.43495.89711.6134
Yxy5.89710.52900.3698
Hunter Lab24.283919.504113.0596
CIE-Lab29.151428.405528.7235

#743019 color RGB value is (116,48,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 00011001
Octal 164 60 31
Decimal 116 48 25
Hex 74 30 19

RGB Percentages of Color #743019

%61.38
%25.40
%13.23

CMYK Percentages of Color #743019

%0
%59
%78
%55

Triadic Colors of #743019

#743019 #197430 #301974

Analogous Colors of #743019

#743019 #745e19 #74192f

Monochromatic Colors of #743019

#743019

Complementary Color

#743019 #195d74

#743019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743019 Color CSS Codes

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

#743019 Text Font Color

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

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


#743019 Background Color

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

This div background color is #743019


#743019 Border Color

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

This div border color is #743019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743019


Comments

No comments written yet.

Please login to write comment.