Color Hex Logo

#46745d Color Hex

#46745D
(70,116,93)
0 Favorites   0 Comments

Color spaces of #46745d

RGB 7011693
HSL0.420.250.36
HSV150°40°45°
CMYK 0.400.000.20   0.55
XYZ10.747014.583212.6043
Yxy14.58320.28330.3844
Hunter Lab38.1880-16.59487.1623
CIE-Lab45.0580-21.40137.7997

#46745d color RGB value is (70,116,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110100 01011101
Octal 106 164 135
Decimal 70 116 93
Hex 46 74 5D

RGB Percentages of Color #46745d

%25.09
%41.58
%33.33

CMYK Percentages of Color #46745d

%40
%0
%20
%55

Triadic Colors of #46745d

#46745d #5d4674 #745d46

Analogous Colors of #46745d

#46745d #467474 #467446

Monochromatic Colors of #46745d

#46745d

Complementary Color

#46745d #74465d

#46745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46745d Color CSS Codes

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

#46745d Text Font Color

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

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


#46745d Background Color

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

This div background color is #46745d


#46745d Border Color

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

This div border color is #46745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46745d


Comments

No comments written yet.

Please login to write comment.