Color Hex Logo

#46612f Color Hex

#46612F
(70,97,47)
0 Favorites   0 Comments

Color spaces of #46612f

RGB 709747
HSL0.260.350.28
HSV92°52°38°
CMYK 0.280.000.52   0.62
XYZ7.313610.05674.2450
Yxy10.05670.33840.4653
Hunter Lab31.7123-14.330214.2621
CIE-Lab37.9440-19.849825.1903

#46612f color RGB value is (70,97,47).

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

The process color (four color CMYK) of #46612f color hex is 0.28, 0.00, 0.52, 0.62. Web safe color of #46612f is #336633. Color #46612f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 00101111
Octal 106 141 57
Decimal 70 97 47
Hex 46 61 2F

RGB Percentages of Color #46612f

%32.71
%45.33
%21.96

CMYK Percentages of Color #46612f

%28
%0
%52
%62

Triadic Colors of #46612f

#46612f #2f4661 #612f46

Analogous Colors of #46612f

#46612f #2f6131 #5f612f

Monochromatic Colors of #46612f

#46612f

Complementary Color

#46612f #4a2f61

#46612f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46612f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46612f Color CSS Codes

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

#46612f Text Font Color

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

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


#46612f Background Color

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

This div background color is #46612f


#46612f Border Color

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

This div border color is #46612f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46612f


Comments

No comments written yet.

Please login to write comment.