Color Hex Logo

#745b1f Color Hex

#745B1F
(116,91,31)
0 Favorites   0 Comments

Color spaces of #745b1f

RGB 1169131
HSL0.120.580.29
HSV42°73°45°
CMYK 0.000.220.73   0.55
XYZ11.190911.29412.8865
Yxy11.29410.44110.4451
Hunter Lab33.60670.628118.4322
CIE-Lab40.07153.376337.0400

#745b1f color RGB value is (116,91,31).

#745b1f hex color red value is 116, green value is 91 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #745b1f hue: 0.12 , saturation: 0.58 and the lightness value of 745b1f is 0.29.

The process color (four color CMYK) of #745b1f color hex is 0.00, 0.22, 0.73, 0.55. Web safe color of #745b1f is #666633. Color #745b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011011 00011111
Octal 164 133 37
Decimal 116 91 31
Hex 74 5B 1F

RGB Percentages of Color #745b1f

%48.74
%38.24
%13.03

CMYK Percentages of Color #745b1f

%0
%22
%73
%55

Triadic Colors of #745b1f

#745b1f #1f745b #5b1f74

Analogous Colors of #745b1f

#745b1f #63741f #74311f

Monochromatic Colors of #745b1f

#745b1f

Complementary Color

#745b1f #1f3874

#745b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#745b1f Color CSS Codes

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

#745b1f Text Font Color

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

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


#745b1f Background Color

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

This div background color is #745b1f


#745b1f Border Color

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

This div border color is #745b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745b1f


Comments

No comments written yet.

Please login to write comment.