Color Hex Logo

#46805f Color Hex

#46805F
(70,128,95)
0 Favorites   0 Comments

Color spaces of #46805f

RGB 7012895
HSL0.410.290.39
HSV146°45°50°
CMYK 0.450.000.26   0.50
XYZ12.310517.566713.5683
Yxy17.56670.28340.4043
Hunter Lab41.9126-20.918510.1450
CIE-Lab48.9663-27.049312.1140

#46805f color RGB value is (70,128,95).

#46805f hex color red value is 70, green value is 128 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46805f hue: 0.41 , saturation: 0.29 and the lightness value of 46805f is 0.39.

The process color (four color CMYK) of #46805f color hex is 0.45, 0.00, 0.26, 0.50. Web safe color of #46805f is #339966. Color #46805f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000000 01011111
Octal 106 200 137
Decimal 70 128 95
Hex 46 80 5F

RGB Percentages of Color #46805f

%23.89
%43.69
%32.42

CMYK Percentages of Color #46805f

%45
%0
%26
%50

Triadic Colors of #46805f

#46805f #5f4680 #805f46

Analogous Colors of #46805f

#46805f #46807c #4a8046

Monochromatic Colors of #46805f

#46805f

Complementary Color

#46805f #804667

#46805f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46805f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46805f Color CSS Codes

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

#46805f Text Font Color

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

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


#46805f Background Color

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

This div background color is #46805f


#46805f Border Color

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

This div border color is #46805f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46805f


Comments

No comments written yet.

Please login to write comment.