Color Hex Logo

#46732d Color Hex

#46732D
(70,115,45)
0 Favorites   0 Comments

Color spaces of #46732d

RGB 7011545
HSL0.270.440.31
HSV99°61°45°
CMYK 0.390.000.61   0.55
XYZ9.130213.75304.6560
Yxy13.75300.33150.4994
Hunter Lab37.0850-20.952818.5157
CIE-Lab43.8766-29.098433.2973

#46732d color RGB value is (70,115,45).

#46732d hex color red value is 70, green value is 115 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #46732d hue: 0.27 , saturation: 0.44 and the lightness value of 46732d is 0.31.

The process color (four color CMYK) of #46732d color hex is 0.39, 0.00, 0.61, 0.55. Web safe color of #46732d is #336633. Color #46732d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 00101101
Octal 106 163 55
Decimal 70 115 45
Hex 46 73 2D

RGB Percentages of Color #46732d

%30.43
%50.00
%19.57

CMYK Percentages of Color #46732d

%39
%0
%61
%55

Triadic Colors of #46732d

#46732d #2d4673 #732d46

Analogous Colors of #46732d

#46732d #2d7337 #69732d

Monochromatic Colors of #46732d

#46732d

Complementary Color

#46732d #5a2d73

#46732d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46732d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46732d Color CSS Codes

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

#46732d Text Font Color

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

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


#46732d Background Color

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

This div background color is #46732d


#46732d Border Color

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

This div border color is #46732d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46732d


Comments

No comments written yet.

Please login to write comment.