Color Hex Logo

#746113 Color Hex

#746113
(116,97,19)
0 Favorites   0 Comments

Color spaces of #746113

RGB 1169719
HSL0.130.720.26
HSV48°84°45°
CMYK 0.000.160.84   0.55
XYZ11.594712.30942.3809
Yxy12.30940.44110.4683
Hunter Lab35.0848-2.408220.5358
CIE-Lab41.7037-0.746443.5618

#746113 color RGB value is (116,97,19).

#746113 hex color red value is 116, green value is 97 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #746113 hue: 0.13 , saturation: 0.72 and the lightness value of 746113 is 0.26.

The process color (four color CMYK) of #746113 color hex is 0.00, 0.16, 0.84, 0.55. Web safe color of #746113 is #666600. Color #746113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 00010011
Octal 164 141 23
Decimal 116 97 19
Hex 74 61 13

RGB Percentages of Color #746113

%50.00
%41.81
%8.19

CMYK Percentages of Color #746113

%0
%16
%84
%55

Triadic Colors of #746113

#746113 #137461 #611374

Analogous Colors of #746113

#746113 #577413 #743113

Monochromatic Colors of #746113

#746113

Complementary Color

#746113 #132674

#746113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746113 Color CSS Codes

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

#746113 Text Font Color

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

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


#746113 Background Color

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

This div background color is #746113


#746113 Border Color

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

This div border color is #746113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746113


Comments

No comments written yet.

Please login to write comment.