Color Hex Logo

#46813a Color Hex

#46813A
(70,129,58)
0 Favorites   0 Comments

Color spaces of #46813a

RGB 7012958
HSL0.310.380.37
HSV110°55°51°
CMYK 0.460.000.55   0.49
XYZ11.139817.30816.7567
Yxy17.30810.31640.4916
Hunter Lab41.6030-25.009319.4929
CIE-Lab48.6459-33.956132.2774

#46813a color RGB value is (70,129,58).

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

The process color (four color CMYK) of #46813a color hex is 0.46, 0.00, 0.55, 0.49. Web safe color of #46813a is #339933. Color #46813a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000001 00111010
Octal 106 201 72
Decimal 70 129 58
Hex 46 81 3A

RGB Percentages of Color #46813a

%27.24
%50.19
%22.57

CMYK Percentages of Color #46813a

%46
%0
%55
%49

Triadic Colors of #46813a

#46813a #3a4681 #813a46

Analogous Colors of #46813a

#46813a #3a8152 #6a813a

Monochromatic Colors of #46813a

#46813a

Complementary Color

#46813a #753a81

#46813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46813a Color CSS Codes

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

#46813a Text Font Color

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

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


#46813a Background Color

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

This div background color is #46813a


#46813a Border Color

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

This div border color is #46813a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,129,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 #46813a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46813a


Comments

No comments written yet.

Please login to write comment.