Color Hex Logo

#46864d Color Hex

#46864D
(70,134,77)
0 Favorites   0 Comments

Color spaces of #46864d

RGB 7013477
HSL0.350.310.40
HSV127°48°53°
CMYK 0.480.000.43   0.47
XYZ12.390418.888110.0139
Yxy18.88810.30010.4574
Hunter Lab43.4604-25.166116.7611
CIE-Lab50.5560-33.355524.4747

#46864d color RGB value is (70,134,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000110 01001101
Octal 106 206 115
Decimal 70 134 77
Hex 46 86 4D

RGB Percentages of Color #46864d

%24.91
%47.69
%27.40

CMYK Percentages of Color #46864d

%48
%0
%43
%47

Triadic Colors of #46864d

#46864d #4d4686 #864d46

Analogous Colors of #46864d

#46864d #46866d #5f8646

Monochromatic Colors of #46864d

#46864d

Complementary Color

#46864d #86467f

#46864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46864d Color CSS Codes

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

#46864d Text Font Color

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

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


#46864d Background Color

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

This div background color is #46864d


#46864d Border Color

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

This div border color is #46864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46864d


Comments

No comments written yet.

Please login to write comment.