Color Hex Logo

#46713d Color Hex

#46713D
(70,113,61)
0 Favorites   0 Comments

Color spaces of #46713d

RGB 7011361
HSL0.300.300.34
HSV110°46°44°
CMYK 0.380.000.46   0.56
XYZ9.273213.44936.5221
Yxy13.44930.31710.4599
Hunter Lab36.6733-19.042815.1270
CIE-Lab43.4326-25.995224.2161

#46713d color RGB value is (70,113,61).

#46713d hex color red value is 70, green value is 113 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #46713d hue: 0.30 , saturation: 0.30 and the lightness value of 46713d is 0.34.

The process color (four color CMYK) of #46713d color hex is 0.38, 0.00, 0.46, 0.56. Web safe color of #46713d is #336633. Color #46713d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110001 00111101
Octal 106 161 75
Decimal 70 113 61
Hex 46 71 3D

RGB Percentages of Color #46713d

%28.69
%46.31
%25.00

CMYK Percentages of Color #46713d

%38
%0
%46
%56

Triadic Colors of #46713d

#46713d #3d4671 #713d46

Analogous Colors of #46713d

#46713d #3d714e #60713d

Monochromatic Colors of #46713d

#46713d

Complementary Color

#46713d #683d71

#46713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46713d Color CSS Codes

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

#46713d Text Font Color

<p style="color:#46713d">Text here</p>

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


#46713d Background Color

<div style="background-color:#46713d">
Div content here</div>

This div background color is #46713d


#46713d Border Color

<div style="border:3px solid #46713d">
Div here</div>

This div border color is #46713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46713d


Comments

No comments written yet.

Please login to write comment.