Color Hex Logo

#46740f Color Hex

#46740F
(70,116,15)
0 Favorites   0 Comments

Color spaces of #46740f

RGB 7011615
HSL0.240.770.26
HSV87°87°45°
CMYK 0.400.000.87   0.55
XYZ8.857413.82742.6541
Yxy13.82740.34960.5457
Hunter Lab37.1852-22.556021.7978
CIE-Lab43.9844-31.866745.4319

#46740f color RGB value is (70,116,15).

#46740f hex color red value is 70, green value is 116 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #46740f hue: 0.24 , saturation: 0.77 and the lightness value of 46740f is 0.26.

The process color (four color CMYK) of #46740f color hex is 0.40, 0.00, 0.87, 0.55. Web safe color of #46740f is #336600. Color #46740f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110100 00001111
Octal 106 164 17
Decimal 70 116 15
Hex 46 74 F

RGB Percentages of Color #46740f

%34.83
%57.71
%7.46

CMYK Percentages of Color #46740f

%40
%0
%87
%55

Triadic Colors of #46740f

#46740f #0f4674 #740f46

Analogous Colors of #46740f

#46740f #13740f #74700f

Monochromatic Colors of #46740f

#46740f

Complementary Color

#46740f #3d0f74

#46740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46740f Color CSS Codes

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

#46740f Text Font Color

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

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


#46740f Background Color

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

This div background color is #46740f


#46740f Border Color

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

This div border color is #46740f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,116,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46740f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46740f;
  -webkit-box-shadow: 1px 1px 3px 2px #46740f;
  box-shadow:         1px 1px 3px 2px #46740f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46740f


Comments

No comments written yet.

Please login to write comment.