Color Hex Logo

#747912 Color Hex

#747912
(116,121,18)
0 Favorites   0 Comments

Color spaces of #747912

RGB 11612118
HSL0.170.740.27
HSV63°85°47°
CMYK 0.040.000.85   0.53
XYZ14.149017.43143.1911
Yxy17.43140.40690.5013
Hunter Lab41.7509-12.572124.6940
CIE-Lab48.7991-14.314550.0597

#747912 color RGB value is (116,121,18).

#747912 hex color red value is 116, green value is 121 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #747912 hue: 0.17 , saturation: 0.74 and the lightness value of 747912 is 0.27.

The process color (four color CMYK) of #747912 color hex is 0.04, 0.00, 0.85, 0.53. Web safe color of #747912 is #666600. Color #747912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111001 00010010
Octal 164 171 22
Decimal 116 121 18
Hex 74 79 12

RGB Percentages of Color #747912

%45.49
%47.45
%7.06

CMYK Percentages of Color #747912

%4
%0
%85
%53

Triadic Colors of #747912

#747912 #127479 #791274

Analogous Colors of #747912

#747912 #417912 #794b12

Monochromatic Colors of #747912

#747912

Complementary Color

#747912 #171279

#747912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747912 Color CSS Codes

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

#747912 Text Font Color

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

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


#747912 Background Color

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

This div background color is #747912


#747912 Border Color

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

This div border color is #747912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747912


Comments

No comments written yet.

Please login to write comment.