Color Hex Logo

#46751b Color Hex

#46751B
(70,117,27)
0 Favorites   0 Comments

Color spaces of #46751b

RGB 7011727
HSL0.250.630.28
HSV91°77°46°
CMYK 0.400.000.77   0.54
XYZ9.084914.10383.2804
Yxy14.10380.34320.5328
Hunter Lab37.5550-22.540521.1096
CIE-Lab44.3814-31.653741.8732

#46751b color RGB value is (70,117,27).

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

The process color (four color CMYK) of #46751b color hex is 0.40, 0.00, 0.77, 0.54. Web safe color of #46751b is #336633. Color #46751b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110101 00011011
Octal 106 165 33
Decimal 70 117 27
Hex 46 75 1B

RGB Percentages of Color #46751b

%32.71
%54.67
%12.62

CMYK Percentages of Color #46751b

%40
%0
%77
%54

Triadic Colors of #46751b

#46751b #1b4675 #751b46

Analogous Colors of #46751b

#46751b #1b751d #73751b

Monochromatic Colors of #46751b

#46751b

Complementary Color

#46751b #4a1b75

#46751b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46751b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46751b Color CSS Codes

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

#46751b Text Font Color

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

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


#46751b Background Color

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

This div background color is #46751b


#46751b Border Color

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

This div border color is #46751b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46751b


Comments

No comments written yet.

Please login to write comment.