Color Hex Logo

#46763f Color Hex

#46763F
(70,118,63)
0 Favorites   0 Comments

Color spaces of #46763f

RGB 7011863
HSL0.310.300.35
HSV112°47°46°
CMYK 0.410.000.47   0.54
XYZ9.901414.61787.0023
Yxy14.61780.31410.4637
Hunter Lab38.2332-20.681415.9045
CIE-Lab45.1062-28.124525.2264

#46763f color RGB value is (70,118,63).

#46763f hex color red value is 70, green value is 118 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #46763f hue: 0.31 , saturation: 0.30 and the lightness value of 46763f is 0.35.

The process color (four color CMYK) of #46763f color hex is 0.41, 0.00, 0.47, 0.54. Web safe color of #46763f is #336633. Color #46763f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110110 00111111
Octal 106 166 77
Decimal 70 118 63
Hex 46 76 3F

RGB Percentages of Color #46763f

%27.89
%47.01
%25.10

CMYK Percentages of Color #46763f

%41
%0
%47
%54

Triadic Colors of #46763f

#46763f #3f4676 #763f46

Analogous Colors of #46763f

#46763f #3f7654 #62763f

Monochromatic Colors of #46763f

#46763f

Complementary Color

#46763f #6f3f76

#46763f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46763f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46763f Color CSS Codes

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

#46763f Text Font Color

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

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


#46763f Background Color

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

This div background color is #46763f


#46763f Border Color

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

This div border color is #46763f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46763f


Comments

No comments written yet.

Please login to write comment.