Color Hex Logo

#46844d Color Hex

#46844D
(70,132,77)
0 Favorites   0 Comments

Color spaces of #46844d

RGB 7013277
HSL0.350.310.40
HSV127°47°52°
CMYK 0.470.000.42   0.48
XYZ12.116618.34049.9226
Yxy18.34040.30010.4542
Hunter Lab42.8257-24.442316.2406
CIE-Lab49.9064-32.436723.6298

#46844d color RGB value is (70,132,77).

#46844d hex color red value is 70, green value is 132 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #46844d hue: 0.35 , saturation: 0.31 and the lightness value of 46844d is 0.40.

The process color (four color CMYK) of #46844d color hex is 0.47, 0.00, 0.42, 0.48. Web safe color of #46844d is #339966. Color #46844d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000100 01001101
Octal 106 204 115
Decimal 70 132 77
Hex 46 84 4D

RGB Percentages of Color #46844d

%25.09
%47.31
%27.60

CMYK Percentages of Color #46844d

%47
%0
%42
%48

Triadic Colors of #46844d

#46844d #4d4684 #844d46

Analogous Colors of #46844d

#46844d #46846c #5e8446

Monochromatic Colors of #46844d

#46844d

Complementary Color

#46844d #84467d

#46844d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46844d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46844d Color CSS Codes

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

#46844d Text Font Color

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

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


#46844d Background Color

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

This div background color is #46844d


#46844d Border Color

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

This div border color is #46844d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46844d


Comments

No comments written yet.

Please login to write comment.