Color Hex Logo

#46574e Color Hex

#46574E
(70,87,78)
0 Favorites   0 Comments

Color spaces of #46574e

RGB 708778
HSL0.410.110.31
HSV148°20°34°
CMYK 0.200.000.10   0.66
XYZ7.30918.66858.4957
Yxy8.66850.29870.3542
Hunter Lab29.4423-7.21123.5013
CIE-Lab35.3380-8.66093.0512

#46574e color RGB value is (70,87,78).

#46574e hex color red value is 70, green value is 87 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #46574e hue: 0.41 , saturation: 0.11 and the lightness value of 46574e is 0.31.

The process color (four color CMYK) of #46574e color hex is 0.20, 0.00, 0.10, 0.66. Web safe color of #46574e is #336666. Color #46574e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 01001110
Octal 106 127 116
Decimal 70 87 78
Hex 46 57 4E

RGB Percentages of Color #46574e

%29.79
%37.02
%33.19

CMYK Percentages of Color #46574e

%20
%0
%10
%66

Triadic Colors of #46574e

#46574e #4e4657 #574e46

Analogous Colors of #46574e

#46574e #465757 #475746

Monochromatic Colors of #46574e

#46574e

Complementary Color

#46574e #57464f

#46574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46574e Color CSS Codes

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

#46574e Text Font Color

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

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


#46574e Background Color

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

This div background color is #46574e


#46574e Border Color

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

This div border color is #46574e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,87,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 #46574e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46574e


Comments

No comments written yet.

Please login to write comment.