Color Hex Logo

#46570f Color Hex

#46570F
(70,87,15)
0 Favorites   0 Comments

Color spaces of #46570f

RGB 708715
HSL0.210.710.20
HSV74°83°34°
CMYK 0.200.000.83   0.66
XYZ6.02028.15301.7083
Yxy8.15300.37910.5134
Hunter Lab28.5535-12.333716.4402
CIE-Lab34.2995-17.499036.6548

#46570f color RGB value is (70,87,15).

#46570f hex color red value is 70, green value is 87 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #46570f hue: 0.21 , saturation: 0.71 and the lightness value of 46570f is 0.20.

The process color (four color CMYK) of #46570f color hex is 0.20, 0.00, 0.83, 0.66. Web safe color of #46570f is #336600. Color #46570f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 00001111
Octal 106 127 17
Decimal 70 87 15
Hex 46 57 F

RGB Percentages of Color #46570f

%40.70
%50.58
%8.72

CMYK Percentages of Color #46570f

%20
%0
%83
%66

Triadic Colors of #46570f

#46570f #0f4657 #570f46

Analogous Colors of #46570f

#46570f #22570f #57440f

Monochromatic Colors of #46570f

#46570f

Complementary Color

#46570f #200f57

#46570f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46570f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46570f Color CSS Codes

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

#46570f Text Font Color

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

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


#46570f Background Color

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

This div background color is #46570f


#46570f Border Color

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

This div border color is #46570f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46570f


Comments

No comments written yet.

Please login to write comment.