Color Hex Logo

#469321 Color Hex

#469321
(70,147,33)
0 Favorites   0 Comments

Color spaces of #469321

RGB 7014733
HSL0.280.630.35
HSV101°78°58°
CMYK 0.520.000.78   0.42
XYZ13.234022.27935.0417
Yxy22.27930.32630.5494
Hunter Lab47.2010-32.554626.7077
CIE-Lab54.3221-43.960749.4266

#469321 color RGB value is (70,147,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010011 00100001
Octal 106 223 41
Decimal 70 147 33
Hex 46 93 21

RGB Percentages of Color #469321

%28.00
%58.80
%13.20

CMYK Percentages of Color #469321

%52
%0
%78
%42

Triadic Colors of #469321

#469321 #214693 #932146

Analogous Colors of #469321

#469321 #219335 #7f9321

Monochromatic Colors of #469321

#469321

Complementary Color

#469321 #6e2193

#469321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469321 Color CSS Codes

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

#469321 Text Font Color

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

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


#469321 Background Color

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

This div background color is #469321


#469321 Border Color

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

This div border color is #469321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469321


Comments

No comments written yet.

Please login to write comment.