Color Hex Logo

#46761e Color Hex

#46761E
(70,118,30)
0 Favorites   0 Comments

Color spaces of #46761e

RGB 7011830
HSL0.260.590.29
HSV93°75°46°
CMYK 0.410.000.75   0.54
XYZ9.238614.35273.5117
Yxy14.35270.34090.5296
Hunter Lab37.8850-22.769821.0237
CIE-Lab44.7346-31.893841.0524

#46761e color RGB value is (70,118,30).

#46761e hex color red value is 70, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #46761e hue: 0.26 , saturation: 0.59 and the lightness value of 46761e is 0.29.

The process color (four color CMYK) of #46761e color hex is 0.41, 0.00, 0.75, 0.54. Web safe color of #46761e is #336633. Color #46761e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110110 00011110
Octal 106 166 36
Decimal 70 118 30
Hex 46 76 1E

RGB Percentages of Color #46761e

%32.11
%54.13
%13.76

CMYK Percentages of Color #46761e

%41
%0
%75
%54

Triadic Colors of #46761e

#46761e #1e4676 #761e46

Analogous Colors of #46761e

#46761e #1e7622 #72761e

Monochromatic Colors of #46761e

#46761e

Complementary Color

#46761e #4e1e76

#46761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46761e Color CSS Codes

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

#46761e Text Font Color

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

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


#46761e Background Color

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

This div background color is #46761e


#46761e Border Color

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

This div border color is #46761e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,118,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46761e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46761e;
  -webkit-box-shadow: 1px 1px 3px 2px #46761e;
  box-shadow:         1px 1px 3px 2px #46761e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46761e


Comments

No comments written yet.

Please login to write comment.