Color Hex Logo

#46715b Color Hex

#46715B
(70,113,91)
0 Favorites   0 Comments

Color spaces of #46715b

RGB 7011391
HSL0.410.230.36
HSV149°38°44°
CMYK 0.380.000.19   0.56
XYZ10.319213.867712.0304
Yxy13.86770.28490.3829
Hunter Lab37.2394-15.70576.9136
CIE-Lab44.0426-20.27647.5515

#46715b color RGB value is (70,113,91).

#46715b hex color red value is 70, green value is 113 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #46715b hue: 0.41 , saturation: 0.23 and the lightness value of 46715b is 0.36.

The process color (four color CMYK) of #46715b color hex is 0.38, 0.00, 0.19, 0.56. Web safe color of #46715b is #336666. Color #46715b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110001 01011011
Octal 106 161 133
Decimal 70 113 91
Hex 46 71 5B

RGB Percentages of Color #46715b

%25.55
%41.24
%33.21

CMYK Percentages of Color #46715b

%38
%0
%19
%56

Triadic Colors of #46715b

#46715b #5b4671 #715b46

Analogous Colors of #46715b

#46715b #467171 #477146

Monochromatic Colors of #46715b

#46715b

Complementary Color

#46715b #71465c

#46715b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46715b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46715b Color CSS Codes

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

#46715b Text Font Color

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

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


#46715b Background Color

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

This div background color is #46715b


#46715b Border Color

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

This div border color is #46715b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46715b


Comments

No comments written yet.

Please login to write comment.