Color Hex Logo

#745031 Color Hex

#745031
(116,80,49)
0 Favorites   0 Comments

Color spaces of #745031

RGB 1168049
HSL0.080.410.32
HSV28°58°45°
CMYK 0.000.310.58   0.55
XYZ10.62559.67214.2126
Yxy9.67210.43350.3946
Hunter Lab31.10006.560613.7390
CIE-Lab37.247411.350424.1622

#745031 color RGB value is (116,80,49).

#745031 hex color red value is 116, green value is 80 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #745031 hue: 0.08 , saturation: 0.41 and the lightness value of 745031 is 0.32.

The process color (four color CMYK) of #745031 color hex is 0.00, 0.31, 0.58, 0.55. Web safe color of #745031 is #666633. Color #745031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 00110001
Octal 164 120 61
Decimal 116 80 49
Hex 74 50 31

RGB Percentages of Color #745031

%47.35
%32.65
%20.00

CMYK Percentages of Color #745031

%0
%31
%58
%55

Triadic Colors of #745031

#745031 #317450 #503174

Analogous Colors of #745031

#745031 #747231 #743134

Monochromatic Colors of #745031

#745031

Complementary Color

#745031 #315574

#745031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745031 Color CSS Codes

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

#745031 Text Font Color

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

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


#745031 Background Color

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

This div background color is #745031


#745031 Border Color

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

This div border color is #745031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745031


Comments

No comments written yet.

Please login to write comment.