Color Hex Logo

#46766f Color Hex

#46766F
(70,118,111)
0 Favorites   0 Comments

Color spaces of #46766f

RGB 70118111
HSL0.480.260.37
HSV171°41°46°
CMYK 0.410.000.06   0.54
XYZ11.873515.406717.3869
Yxy15.40670.26580.3449
Hunter Lab39.2514-14.69381.2127
CIE-Lab46.1863-18.0960-1.2875

#46766f color RGB value is (70,118,111).

#46766f hex color red value is 70, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #46766f hue: 0.48 , saturation: 0.26 and the lightness value of 46766f is 0.37.

The process color (four color CMYK) of #46766f color hex is 0.41, 0.00, 0.06, 0.54. Web safe color of #46766f is #336666. Color #46766f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110110 01101111
Octal 106 166 157
Decimal 70 118 111
Hex 46 76 6F

RGB Percentages of Color #46766f

%23.41
%39.46
%37.12

CMYK Percentages of Color #46766f

%41
%0
%6
%54

Triadic Colors of #46766f

#46766f #6f4676 #766f46

Analogous Colors of #46766f

#46766f #466576 #467657

Monochromatic Colors of #46766f

#46766f

Complementary Color

#46766f #76464d

#46766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46766f Color CSS Codes

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

#46766f Text Font Color

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

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


#46766f Background Color

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

This div background color is #46766f


#46766f Border Color

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

This div border color is #46766f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46766f


Comments

No comments written yet.

Please login to write comment.