Color Hex Logo

#46770b Color Hex

#46770B
(70,119,11)
0 Favorites   0 Comments

Color spaces of #46770b

RGB 7011911
HSL0.240.830.25
HSV87°91°47°
CMYK 0.410.000.91   0.53
XYZ9.183014.51992.6352
Yxy14.51990.34870.5513
Hunter Lab38.1050-23.666622.5732
CIE-Lab44.9695-33.368547.2683

#46770b color RGB value is (70,119,11).

#46770b hex color red value is 70, green value is 119 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #46770b hue: 0.24 , saturation: 0.83 and the lightness value of 46770b is 0.25.

The process color (four color CMYK) of #46770b color hex is 0.41, 0.00, 0.91, 0.53. Web safe color of #46770b is #336600. Color #46770b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110111 00001011
Octal 106 167 13
Decimal 70 119 11
Hex 46 77 B

RGB Percentages of Color #46770b

%35.00
%59.50
%5.50

CMYK Percentages of Color #46770b

%41
%0
%91
%53

Triadic Colors of #46770b

#46770b #0b4677 #770b46

Analogous Colors of #46770b

#46770b #10770b #77720b

Monochromatic Colors of #46770b

#46770b

Complementary Color

#46770b #3c0b77

#46770b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46770b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46770b Color CSS Codes

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

#46770b Text Font Color

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

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


#46770b Background Color

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

This div background color is #46770b


#46770b Border Color

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

This div border color is #46770b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46770b


Comments

No comments written yet.

Please login to write comment.