Color Hex Logo

#745826 Color Hex

#745826
(116,88,38)
0 Favorites   0 Comments

Color spaces of #745826

RGB 1168838
HSL0.110.510.30
HSV38°67°45°
CMYK 0.000.240.67   0.55
XYZ11.042010.83243.3426
Yxy10.83240.43790.4296
Hunter Lab32.91262.288717.0173
CIE-Lab39.29675.623932.7156

#745826 color RGB value is (116,88,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 00100110
Octal 164 130 46
Decimal 116 88 38
Hex 74 58 26

RGB Percentages of Color #745826

%47.93
%36.36
%15.70

CMYK Percentages of Color #745826

%0
%24
%67
%55

Triadic Colors of #745826

#745826 #267458 #582674

Analogous Colors of #745826

#745826 #697426 #743126

Monochromatic Colors of #745826

#745826

Complementary Color

#745826 #264274

#745826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745826 Color CSS Codes

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

#745826 Text Font Color

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

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


#745826 Background Color

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

This div background color is #745826


#745826 Border Color

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

This div border color is #745826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745826


Comments

No comments written yet.

Please login to write comment.