Color Hex Logo

#46745f Color Hex

#46745F
(70,116,95)
0 Favorites   0 Comments

Color spaces of #46745f

RGB 7011695
HSL0.420.250.36
HSV153°40°45°
CMYK 0.400.000.18   0.55
XYZ10.836714.619113.0771
Yxy14.61910.28120.3794
Hunter Lab38.2349-16.31996.4861
CIE-Lab45.1080-20.94626.6821

#46745f color RGB value is (70,116,95).

#46745f hex color red value is 70, green value is 116 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46745f hue: 0.42 , saturation: 0.25 and the lightness value of 46745f is 0.36.

The process color (four color CMYK) of #46745f color hex is 0.40, 0.00, 0.18, 0.55. Web safe color of #46745f is #336666. Color #46745f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110100 01011111
Octal 106 164 137
Decimal 70 116 95
Hex 46 74 5F

RGB Percentages of Color #46745f

%24.91
%41.28
%33.81

CMYK Percentages of Color #46745f

%40
%0
%18
%55

Triadic Colors of #46745f

#46745f #5f4674 #745f46

Analogous Colors of #46745f

#46745f #467274 #467448

Monochromatic Colors of #46745f

#46745f

Complementary Color

#46745f #74465b

#46745f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46745f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46745f Color CSS Codes

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

#46745f Text Font Color

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

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


#46745f Background Color

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

This div background color is #46745f


#46745f Border Color

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

This div border color is #46745f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46745f


Comments

No comments written yet.

Please login to write comment.