Color Hex Logo

#46712f Color Hex

#46712F
(70,113,47)
0 Favorites   0 Comments

Color spaces of #46712f

RGB 7011347
HSL0.280.410.31
HSV99°58°44°
CMYK 0.380.000.58   0.56
XYZ8.944013.31764.7885
Yxy13.31760.33060.4923
Hunter Lab36.4933-20.115417.7655
CIE-Lab43.2379-27.912931.5390

#46712f color RGB value is (70,113,47).

#46712f hex color red value is 70, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #46712f hue: 0.28 , saturation: 0.41 and the lightness value of 46712f is 0.31.

The process color (four color CMYK) of #46712f color hex is 0.38, 0.00, 0.58, 0.56. Web safe color of #46712f is #336633. Color #46712f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110001 00101111
Octal 106 161 57
Decimal 70 113 47
Hex 46 71 2F

RGB Percentages of Color #46712f

%30.43
%49.13
%20.43

CMYK Percentages of Color #46712f

%38
%0
%58
%56

Triadic Colors of #46712f

#46712f #2f4671 #712f46

Analogous Colors of #46712f

#46712f #2f7139 #67712f

Monochromatic Colors of #46712f

#46712f

Complementary Color

#46712f #5a2f71

#46712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46712f Color CSS Codes

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

#46712f Text Font Color

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

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


#46712f Background Color

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

This div background color is #46712f


#46712f Border Color

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

This div border color is #46712f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,113,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 #46712f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46712f


Comments

No comments written yet.

Please login to write comment.