Color Hex Logo

#46876c Color Hex

#46876C
(70,135,108)
0 Favorites   0 Comments

Color spaces of #46876c

RGB 70135108
HSL0.430.320.40
HSV155°48°53°
CMYK 0.480.000.20   0.47
XYZ13.896519.712717.2599
Yxy19.71270.27320.3875
Hunter Lab44.3990-21.82938.0306
CIE-Lab51.5108-27.58898.1576

#46876c color RGB value is (70,135,108).

#46876c hex color red value is 70, green value is 135 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #46876c hue: 0.43 , saturation: 0.32 and the lightness value of 46876c is 0.40.

The process color (four color CMYK) of #46876c color hex is 0.48, 0.00, 0.20, 0.47. Web safe color of #46876c is #339966. Color #46876c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 01101100
Octal 106 207 154
Decimal 70 135 108
Hex 46 87 6C

RGB Percentages of Color #46876c

%22.36
%43.13
%34.50

CMYK Percentages of Color #46876c

%48
%0
%20
%47

Triadic Colors of #46876c

#46876c #6c4687 #876c46

Analogous Colors of #46876c

#46876c #468287 #46874c

Monochromatic Colors of #46876c

#46876c

Complementary Color

#46876c #874661

#46876c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46876c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46876c Color CSS Codes

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

#46876c Text Font Color

<p style="color:#46876c">Text here</p>

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


#46876c Background Color

<div style="background-color:#46876c">
Div content here</div>

This div background color is #46876c


#46876c Border Color

<div style="border:3px solid #46876c">
Div here</div>

This div border color is #46876c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46876c


Comments

No comments written yet.

Please login to write comment.