Color Hex Logo

#46674e Color Hex

#46674E
(70,103,78)
0 Favorites   0 Comments

Color spaces of #46674e

RGB 7010378
HSL0.370.190.34
HSV135°32°40°
CMYK 0.320.000.24   0.60
XYZ8.751211.55268.9764
Yxy11.55260.29890.3946
Hunter Lab33.9891-13.52248.1341
CIE-Lab40.4960-17.740310.3619

#46674e color RGB value is (70,103,78).

#46674e hex color red value is 70, green value is 103 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #46674e hue: 0.37 , saturation: 0.19 and the lightness value of 46674e is 0.34.

The process color (four color CMYK) of #46674e color hex is 0.32, 0.00, 0.24, 0.60. Web safe color of #46674e is #336666. Color #46674e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100111 01001110
Octal 106 147 116
Decimal 70 103 78
Hex 46 67 4E

RGB Percentages of Color #46674e

%27.89
%41.04
%31.08

CMYK Percentages of Color #46674e

%32
%0
%24
%60

Triadic Colors of #46674e

#46674e #4e4667 #674e46

Analogous Colors of #46674e

#46674e #46675f #4f6746

Monochromatic Colors of #46674e

#46674e

Complementary Color

#46674e #67465f

#46674e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46674e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46674e Color CSS Codes

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

#46674e Text Font Color

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

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


#46674e Background Color

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

This div background color is #46674e


#46674e Border Color

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

This div border color is #46674e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46674e


Comments

No comments written yet.

Please login to write comment.