Color Hex Logo

#46855e Color Hex

#46855E
(70,133,94)
0 Favorites   0 Comments

Color spaces of #46855e

RGB 7013394
HSL0.400.310.40
HSV143°47°52°
CMYK 0.470.000.29   0.48
XYZ12.933718.885313.5532
Yxy18.88530.28510.4162
Hunter Lab43.4572-22.925111.9290
CIE-Lab50.5527-29.688714.8863

#46855e color RGB value is (70,133,94).

#46855e hex color red value is 70, green value is 133 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #46855e hue: 0.40 , saturation: 0.31 and the lightness value of 46855e is 0.40.

The process color (four color CMYK) of #46855e color hex is 0.47, 0.00, 0.29, 0.48. Web safe color of #46855e is #339966. Color #46855e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000101 01011110
Octal 106 205 136
Decimal 70 133 94
Hex 46 85 5E

RGB Percentages of Color #46855e

%23.57
%44.78
%31.65

CMYK Percentages of Color #46855e

%47
%0
%29
%48

Triadic Colors of #46855e

#46855e #5e4685 #855e46

Analogous Colors of #46855e

#46855e #46857e #4e8546

Monochromatic Colors of #46855e

#46855e

Complementary Color

#46855e #85466d

#46855e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46855e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46855e Color CSS Codes

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

#46855e Text Font Color

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

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


#46855e Background Color

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

This div background color is #46855e


#46855e Border Color

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

This div border color is #46855e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46855e


Comments

No comments written yet.

Please login to write comment.