Color Hex Logo

#46743d Color Hex

#46743D
(70,116,61)
0 Favorites   0 Comments

Color spaces of #46743d

RGB 7011661
HSL0.310.310.35
HSV110°47°45°
CMYK 0.400.000.47   0.55
XYZ9.613514.12986.6355
Yxy14.12980.31650.4651
Hunter Lab37.5896-20.130715.8466
CIE-Lab44.4185-27.463025.4650

#46743d color RGB value is (70,116,61).

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

The process color (four color CMYK) of #46743d color hex is 0.40, 0.00, 0.47, 0.55. Web safe color of #46743d is #336633. Color #46743d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110100 00111101
Octal 106 164 75
Decimal 70 116 61
Hex 46 74 3D

RGB Percentages of Color #46743d

%28.34
%46.96
%24.70

CMYK Percentages of Color #46743d

%40
%0
%47
%55

Triadic Colors of #46743d

#46743d #3d4674 #743d46

Analogous Colors of #46743d

#46743d #3d7450 #62743d

Monochromatic Colors of #46743d

#46743d

Complementary Color

#46743d #6b3d74

#46743d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46743d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46743d Color CSS Codes

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

#46743d Text Font Color

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

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


#46743d Background Color

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

This div background color is #46743d


#46743d Border Color

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

This div border color is #46743d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46743d


Comments

No comments written yet.

Please login to write comment.