Color Hex Logo

#743901 Color Hex

#743901
(116,57,1)
0 Favorites   0 Comments

Color spaces of #743901

RGB 116571
HSL0.080.980.23
HSV29°99°45°
CMYK 0.000.510.99   0.55
XYZ8.67116.64150.8536
Yxy6.64150.53640.4108
Hunter Lab25.771114.959716.0760
CIE-Lab30.976422.601441.1982

#743901 color RGB value is (116,57,1).

#743901 hex color red value is 116, green value is 57 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #743901 hue: 0.08 , saturation: 0.98 and the lightness value of 743901 is 0.23.

The process color (four color CMYK) of #743901 color hex is 0.00, 0.51, 0.99, 0.55. Web safe color of #743901 is #663300. Color #743901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 00000001
Octal 164 71 1
Decimal 116 57 1
Hex 74 39 1

RGB Percentages of Color #743901

%66.67
%32.76
%0.57

CMYK Percentages of Color #743901

%0
%51
%99
%55

Triadic Colors of #743901

#743901 #017439 #390174

Analogous Colors of #743901

#743901 #747301 #740102

Monochromatic Colors of #743901

#743901

Complementary Color

#743901 #013c74

#743901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743901 Color CSS Codes

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

#743901 Text Font Color

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

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


#743901 Background Color

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

This div background color is #743901


#743901 Border Color

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

This div border color is #743901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743901


Comments

No comments written yet.

Please login to write comment.