Color Hex Logo

#46983c Color Hex

#46983C
(70,152,60)
0 Favorites   0 Comments

Color spaces of #46983c

RGB 7015260
HSL0.320.430.42
HSV113°61°60°
CMYK 0.540.000.61   0.40
XYZ14.569624.08488.1559
Yxy24.08480.31120.5145
Hunter Lab49.0763-32.891024.5001
CIE-Lab56.1726-43.496840.1278

#46983c color RGB value is (70,152,60).

#46983c hex color red value is 70, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #46983c hue: 0.32 , saturation: 0.43 and the lightness value of 46983c is 0.42.

The process color (four color CMYK) of #46983c color hex is 0.54, 0.00, 0.61, 0.40. Web safe color of #46983c is #339933. Color #46983c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011000 00111100
Octal 106 230 74
Decimal 70 152 60
Hex 46 98 3C

RGB Percentages of Color #46983c

%24.82
%53.90
%21.28

CMYK Percentages of Color #46983c

%54
%0
%61
%40

Triadic Colors of #46983c

#46983c #3c4698 #983c46

Analogous Colors of #46983c

#46983c #3c9860 #74983c

Monochromatic Colors of #46983c

#46983c

Complementary Color

#46983c #8e3c98

#46983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46983c Color CSS Codes

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

#46983c Text Font Color

<p style="color:#46983c">Text here</p>

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


#46983c Background Color

<div style="background-color:#46983c">
Div content here</div>

This div background color is #46983c


#46983c Border Color

<div style="border:3px solid #46983c">
Div here</div>

This div border color is #46983c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,152,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46983c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46983c;
  -webkit-box-shadow: 1px 1px 3px 2px #46983c;
  box-shadow:         1px 1px 3px 2px #46983c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46983c


Comments

No comments written yet.

Please login to write comment.