Color Hex Logo

#46701b Color Hex

#46701B
(70,112,27)
0 Favorites   0 Comments

Color spaces of #46701b

RGB 7011227
HSL0.250.610.27
HSV90°76°44°
CMYK 0.380.000.76   0.56
XYZ8.517812.96963.0914
Yxy12.96960.34660.5277
Hunter Lab36.0133-20.804920.1199
CIE-Lab42.7174-29.340640.2231

#46701b color RGB value is (70,112,27).

#46701b hex color red value is 70, green value is 112 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #46701b hue: 0.25 , saturation: 0.61 and the lightness value of 46701b is 0.27.

The process color (four color CMYK) of #46701b color hex is 0.38, 0.00, 0.76, 0.56. Web safe color of #46701b is #336633. Color #46701b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110000 00011011
Octal 106 160 33
Decimal 70 112 27
Hex 46 70 1B

RGB Percentages of Color #46701b

%33.49
%53.59
%12.92

CMYK Percentages of Color #46701b

%38
%0
%76
%56

Triadic Colors of #46701b

#46701b #1b4670 #701b46

Analogous Colors of #46701b

#46701b #1c701b #70701b

Monochromatic Colors of #46701b

#46701b

Complementary Color

#46701b #451b70

#46701b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46701b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46701b Color CSS Codes

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

#46701b Text Font Color

<p style="color:#46701b">Text here</p>

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


#46701b Background Color

<div style="background-color:#46701b">
Div content here</div>

This div background color is #46701b


#46701b Border Color

<div style="border:3px solid #46701b">
Div here</div>

This div border color is #46701b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,112,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46701b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46701b;
  -webkit-box-shadow: 1px 1px 3px 2px #46701b;
  box-shadow:         1px 1px 3px 2px #46701b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46701b


Comments

No comments written yet.

Please login to write comment.