Color Hex Logo

#46873a Color Hex

#46873A
(70,135,58)
0 Favorites   0 Comments

Color spaces of #46873a

RGB 7013558
HSL0.310.400.38
HSV111°57°53°
CMYK 0.480.000.57   0.47
XYZ11.953518.93557.0279
Yxy18.93550.31530.4994
Hunter Lab43.5149-27.117420.8848
CIE-Lab50.6117-36.610934.6211

#46873a color RGB value is (70,135,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 00111010
Octal 106 207 72
Decimal 70 135 58
Hex 46 87 3A

RGB Percentages of Color #46873a

%26.62
%51.33
%22.05

CMYK Percentages of Color #46873a

%48
%0
%57
%47

Triadic Colors of #46873a

#46873a #3a4687 #873a46

Analogous Colors of #46873a

#46873a #3a8755 #6d873a

Monochromatic Colors of #46873a

#46873a

Complementary Color

#46873a #7b3a87

#46873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46873a Color CSS Codes

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

#46873a Text Font Color

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

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


#46873a Background Color

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

This div background color is #46873a


#46873a Border Color

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

This div border color is #46873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46873a


Comments

No comments written yet.

Please login to write comment.