Color Hex Logo

#46853a Color Hex

#46853A
(70,133,58)
0 Favorites   0 Comments

Color spaces of #46853a

RGB 7013358
HSL0.310.390.37
HSV110°56°52°
CMYK 0.470.000.56   0.48
XYZ11.677018.38266.9357
Yxy18.38260.31560.4969
Hunter Lab42.8749-26.416620.4214
CIE-Lab49.9569-35.735333.8446

#46853a color RGB value is (70,133,58).

#46853a hex color red value is 70, green value is 133 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #46853a hue: 0.31 , saturation: 0.39 and the lightness value of 46853a is 0.37.

The process color (four color CMYK) of #46853a color hex is 0.47, 0.00, 0.56, 0.48. Web safe color of #46853a is #339933. Color #46853a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000101 00111010
Octal 106 205 72
Decimal 70 133 58
Hex 46 85 3A

RGB Percentages of Color #46853a

%26.82
%50.96
%22.22

CMYK Percentages of Color #46853a

%47
%0
%56
%48

Triadic Colors of #46853a

#46853a #3a4685 #853a46

Analogous Colors of #46853a

#46853a #3a8553 #6c853a

Monochromatic Colors of #46853a

#46853a

Complementary Color

#46853a #793a85

#46853a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46853a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46853a Color CSS Codes

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

#46853a Text Font Color

<p style="color:#46853a">Text here</p>

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


#46853a Background Color

<div style="background-color:#46853a">
Div content here</div>

This div background color is #46853a


#46853a Border Color

<div style="border:3px solid #46853a">
Div here</div>

This div border color is #46853a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46853a


Comments

No comments written yet.

Please login to write comment.