Color Hex Logo

#46864f Color Hex

#46864F
(70,134,79)
0 Favorites   0 Comments

Color spaces of #46864f

RGB 7013479
HSL0.360.310.40
HSV128°48°53°
CMYK 0.480.000.41   0.47
XYZ12.462218.916810.3916
Yxy18.91680.29830.4529
Hunter Lab43.4934-24.967816.2796
CIE-Lab50.5897-33.012023.4117

#46864f color RGB value is (70,134,79).

#46864f hex color red value is 70, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #46864f hue: 0.36 , saturation: 0.31 and the lightness value of 46864f is 0.40.

The process color (four color CMYK) of #46864f color hex is 0.48, 0.00, 0.41, 0.47. Web safe color of #46864f is #339966. Color #46864f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000110 01001111
Octal 106 206 117
Decimal 70 134 79
Hex 46 86 4F

RGB Percentages of Color #46864f

%24.73
%47.35
%27.92

CMYK Percentages of Color #46864f

%48
%0
%41
%47

Triadic Colors of #46864f

#46864f #4f4686 #864f46

Analogous Colors of #46864f

#46864f #46866f #5d8646

Monochromatic Colors of #46864f

#46864f

Complementary Color

#46864f #86467d

#46864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46864f Color CSS Codes

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

#46864f Text Font Color

<p style="color:#46864f">Text here</p>

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


#46864f Background Color

<div style="background-color:#46864f">
Div content here</div>

This div background color is #46864f


#46864f Border Color

<div style="border:3px solid #46864f">
Div here</div>

This div border color is #46864f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,134,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46864f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46864f;
  -webkit-box-shadow: 1px 1px 3px 2px #46864f;
  box-shadow:         1px 1px 3px 2px #46864f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46864f


Comments

No comments written yet.

Please login to write comment.