Color Hex Logo

#469357 Color Hex

#469357
(70,147,87)
0 Favorites   0 Comments

Color spaces of #469357

RGB 7014787
HSL0.370.350.43
HSV133°52°58°
CMYK 0.520.000.41   0.42
XYZ14.679822.857612.6551
Yxy22.85760.29250.4554
Hunter Lab47.8096-28.859017.7728
CIE-Lab54.9254-37.447824.6816

#469357 color RGB value is (70,147,87).

#469357 hex color red value is 70, green value is 147 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #469357 hue: 0.37 , saturation: 0.35 and the lightness value of 469357 is 0.43.

The process color (four color CMYK) of #469357 color hex is 0.52, 0.00, 0.41, 0.42. Web safe color of #469357 is #339966. Color #469357 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010011 01010111
Octal 106 223 127
Decimal 70 147 87
Hex 46 93 57

RGB Percentages of Color #469357

%23.03
%48.36
%28.62

CMYK Percentages of Color #469357

%52
%0
%41
%42

Triadic Colors of #469357

#469357 #574693 #935746

Analogous Colors of #469357

#469357 #46937e #5c9346

Monochromatic Colors of #469357

#469357

Complementary Color

#469357 #934682

#469357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469357 Color CSS Codes

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

#469357 Text Font Color

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

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


#469357 Background Color

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

This div background color is #469357


#469357 Border Color

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

This div border color is #469357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469357


Comments

No comments written yet.

Please login to write comment.