Color Hex Logo

#469647 Color Hex

#469647
(70,150,71)
0 Favorites   0 Comments

Color spaces of #469647

RGB 7015071
HSL0.340.360.43
HSV121°53°59°
CMYK 0.530.000.53   0.41
XYZ14.569523.56979.7428
Yxy23.56970.30430.4922
Hunter Lab48.5486-31.392122.0857
CIE-Lab55.6544-41.263734.0870

#469647 color RGB value is (70,150,71).

#469647 hex color red value is 70, green value is 150 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #469647 hue: 0.34 , saturation: 0.36 and the lightness value of 469647 is 0.43.

The process color (four color CMYK) of #469647 color hex is 0.53, 0.00, 0.53, 0.41. Web safe color of #469647 is #339933. Color #469647 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 01000111
Octal 106 226 107
Decimal 70 150 71
Hex 46 96 47

RGB Percentages of Color #469647

%24.05
%51.55
%24.40

CMYK Percentages of Color #469647

%53
%0
%53
%41

Triadic Colors of #469647

#469647 #474696 #964746

Analogous Colors of #469647

#469647 #46966f #6d9646

Monochromatic Colors of #469647

#469647

Complementary Color

#469647 #964695

#469647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469647 Color CSS Codes

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

#469647 Text Font Color

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

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


#469647 Background Color

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

This div background color is #469647


#469647 Border Color

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

This div border color is #469647


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,150,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469647; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469647;
  -webkit-box-shadow: 1px 1px 3px 2px #469647;
  box-shadow:         1px 1px 3px 2px #469647; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469647


Comments

No comments written yet.

Please login to write comment.