Color Hex Logo

#745426 Color Hex

#745426
(116,84,38)
0 Favorites   0 Comments

Color spaces of #745426

RGB 1168438
HSL0.100.510.30
HSV35°67°45°
CMYK 0.000.280.67   0.55
XYZ10.722610.19363.2361
Yxy10.19360.44400.4221
Hunter Lab31.92744.075016.3397
CIE-Lab38.18778.028931.4757

#745426 color RGB value is (116,84,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 00100110
Octal 164 124 46
Decimal 116 84 38
Hex 74 54 26

RGB Percentages of Color #745426

%48.74
%35.29
%15.97

CMYK Percentages of Color #745426

%0
%28
%67
%55

Triadic Colors of #745426

#745426 #267454 #542674

Analogous Colors of #745426

#745426 #6d7426 #742d26

Monochromatic Colors of #745426

#745426

Complementary Color

#745426 #264674

#745426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745426 Color CSS Codes

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

#745426 Text Font Color

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

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


#745426 Background Color

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

This div background color is #745426


#745426 Border Color

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

This div border color is #745426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745426


Comments

No comments written yet.

Please login to write comment.