Color Hex Logo

#747519 Color Hex

#747519
(116,117,25)
0 Favorites   0 Comments

Color spaces of #747519

RGB 11611725
HSL0.170.650.28
HSV61°79°46°
CMYK 0.010.000.79   0.54
XYZ13.739216.50583.3815
Yxy16.50580.40860.4909
Hunter Lab40.6273-10.733423.5043
CIE-Lab47.6312-11.864146.8434

#747519 color RGB value is (116,117,25).

#747519 hex color red value is 116, green value is 117 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #747519 hue: 0.17 , saturation: 0.65 and the lightness value of 747519 is 0.28.

The process color (four color CMYK) of #747519 color hex is 0.01, 0.00, 0.79, 0.54. Web safe color of #747519 is #666600. Color #747519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110101 00011001
Octal 164 165 31
Decimal 116 117 25
Hex 74 75 19

RGB Percentages of Color #747519

%44.96
%45.35
%9.69

CMYK Percentages of Color #747519

%1
%0
%79
%54

Triadic Colors of #747519

#747519 #197475 #751974

Analogous Colors of #747519

#747519 #467519 #754819

Monochromatic Colors of #747519

#747519

Complementary Color

#747519 #1a1975

#747519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747519 Color CSS Codes

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

#747519 Text Font Color

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

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


#747519 Background Color

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

This div background color is #747519


#747519 Border Color

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

This div border color is #747519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747519


Comments

No comments written yet.

Please login to write comment.