Color Hex Logo

#46572f Color Hex

#46572F
(70,87,47)
0 Favorites   0 Comments

Color spaces of #46572f

RGB 708747
HSL0.240.300.26
HSV85°46°34°
CMYK 0.200.000.46   0.66
XYZ6.44718.32373.9562
Yxy8.32370.34430.4445
Hunter Lab28.8508-10.600712.0654
CIE-Lab34.6481-14.397721.0820

#46572f color RGB value is (70,87,47).

#46572f hex color red value is 70, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #46572f hue: 0.24 , saturation: 0.30 and the lightness value of 46572f is 0.26.

The process color (four color CMYK) of #46572f color hex is 0.20, 0.00, 0.46, 0.66. Web safe color of #46572f is #336633. Color #46572f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 00101111
Octal 106 127 57
Decimal 70 87 47
Hex 46 57 2F

RGB Percentages of Color #46572f

%34.31
%42.65
%23.04

CMYK Percentages of Color #46572f

%20
%0
%46
%66

Triadic Colors of #46572f

#46572f #2f4657 #572f46

Analogous Colors of #46572f

#46572f #32572f #57542f

Monochromatic Colors of #46572f

#46572f

Complementary Color

#46572f #402f57

#46572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46572f Color CSS Codes

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

#46572f Text Font Color

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

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


#46572f Background Color

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

This div background color is #46572f


#46572f Border Color

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

This div border color is #46572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46572f


Comments

No comments written yet.

Please login to write comment.