Color Hex Logo

#743426 Color Hex

#743426
(116,52,38)
0 Favorites   0 Comments

Color spaces of #743426

RGB 1165238
HSL0.030.510.30
HSV11°67°45°
CMYK 0.000.550.67   0.55
XYZ8.78036.30892.5887
Yxy6.30890.49670.3569
Hunter Lab25.117518.442311.4716
CIE-Lab30.178826.980522.1094

#743426 color RGB value is (116,52,38).

#743426 hex color red value is 116, green value is 52 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #743426 hue: 0.03 , saturation: 0.51 and the lightness value of 743426 is 0.30.

The process color (four color CMYK) of #743426 color hex is 0.00, 0.55, 0.67, 0.55. Web safe color of #743426 is #663333. Color #743426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 00100110
Octal 164 64 46
Decimal 116 52 38
Hex 74 34 26

RGB Percentages of Color #743426

%56.31
%25.24
%18.45

CMYK Percentages of Color #743426

%0
%55
%67
%55

Triadic Colors of #743426

#743426 #267434 #342674

Analogous Colors of #743426

#743426 #745b26 #74263f

Monochromatic Colors of #743426

#743426

Complementary Color

#743426 #266674

#743426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743426 Color CSS Codes

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

#743426 Text Font Color

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

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


#743426 Background Color

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

This div background color is #743426


#743426 Border Color

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

This div border color is #743426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743426


Comments

No comments written yet.

Please login to write comment.