Color Hex Logo

#469547 Color Hex

#469547
(70,149,71)
0 Favorites   0 Comments

Color spaces of #469547

RGB 7014971
HSL0.340.360.43
HSV121°53°58°
CMYK 0.530.000.52   0.42
XYZ14.410623.25199.6898
Yxy23.25190.30430.4910
Hunter Lab48.2202-31.040721.8399
CIE-Lab55.3309-40.845633.6918

#469547 color RGB value is (70,149,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010101 01000111
Octal 106 225 107
Decimal 70 149 71
Hex 46 95 47

RGB Percentages of Color #469547

%24.14
%51.38
%24.48

CMYK Percentages of Color #469547

%53
%0
%52
%42

Triadic Colors of #469547

#469547 #474695 #954746

Analogous Colors of #469547

#469547 #46956f #6d9546

Monochromatic Colors of #469547

#469547

Complementary Color

#469547 #954694

#469547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469547 Color CSS Codes

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

#469547 Text Font Color

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

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


#469547 Background Color

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

This div background color is #469547


#469547 Border Color

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

This div border color is #469547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469547


Comments

No comments written yet.

Please login to write comment.