Color Hex Logo

#46733d Color Hex

#46733D
(70,115,61)
0 Favorites   0 Comments

Color spaces of #46733d

RGB 7011561
HSL0.310.310.35
HSV110°47°45°
CMYK 0.390.000.47   0.55
XYZ9.498813.90056.5973
Yxy13.90050.31670.4634
Hunter Lab37.2834-19.768915.6070
CIE-Lab44.0899-26.976825.0498

#46733d color RGB value is (70,115,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 00111101
Octal 106 163 75
Decimal 70 115 61
Hex 46 73 3D

RGB Percentages of Color #46733d

%28.46
%46.75
%24.80

CMYK Percentages of Color #46733d

%39
%0
%47
%55

Triadic Colors of #46733d

#46733d #3d4673 #733d46

Analogous Colors of #46733d

#46733d #3d734f #61733d

Monochromatic Colors of #46733d

#46733d

Complementary Color

#46733d #6a3d73

#46733d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46733d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46733d Color CSS Codes

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

#46733d Text Font Color

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

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


#46733d Background Color

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

This div background color is #46733d


#46733d Border Color

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

This div border color is #46733d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46733d


Comments

No comments written yet.

Please login to write comment.