Color Hex Logo

#746613 Color Hex

#746613
(116,102,19)
0 Favorites   0 Comments

Color spaces of #746613

RGB 11610219
HSL0.140.720.26
HSV51°84°45°
CMYK 0.000.120.84   0.55
XYZ12.071413.26282.5398
Yxy13.26280.43310.4758
Hunter Lab36.4181-4.564921.3578
CIE-Lab43.1566-3.656044.8493

#746613 color RGB value is (116,102,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100110 00010011
Octal 164 146 23
Decimal 116 102 19
Hex 74 66 13

RGB Percentages of Color #746613

%48.95
%43.04
%8.02

CMYK Percentages of Color #746613

%0
%12
%84
%55

Triadic Colors of #746613

#746613 #137466 #661374

Analogous Colors of #746613

#746613 #527413 #743613

Monochromatic Colors of #746613

#746613

Complementary Color

#746613 #132174

#746613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746613 Color CSS Codes

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

#746613 Text Font Color

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

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


#746613 Background Color

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

This div background color is #746613


#746613 Border Color

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

This div border color is #746613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746613


Comments

No comments written yet.

Please login to write comment.