Color Hex Logo

#747505 Color Hex

#747505
(116,117,5)
0 Favorites   0 Comments

Color spaces of #747505

RGB 1161175
HSL0.170.920.24
HSV61°96°46°
CMYK 0.010.000.96   0.54
XYZ13.591116.44652.6018
Yxy16.44650.41640.5039
Hunter Lab40.5543-11.148724.5842
CIE-Lab47.5549-12.481551.9714

#747505 color RGB value is (116,117,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110101 00000101
Octal 164 165 5
Decimal 116 117 5
Hex 74 75 5

RGB Percentages of Color #747505

%48.74
%49.16
%2.10

CMYK Percentages of Color #747505

%1
%0
%96
%54

Triadic Colors of #747505

#747505 #057475 #750574

Analogous Colors of #747505

#747505 #3c7505 #753e05

Monochromatic Colors of #747505

#747505

Complementary Color

#747505 #060575

#747505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747505 Color CSS Codes

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

#747505 Text Font Color

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

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


#747505 Background Color

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

This div background color is #747505


#747505 Border Color

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

This div border color is #747505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747505


Comments

No comments written yet.

Please login to write comment.