Color Hex Logo

#459321 Color Hex

#459321
(69,147,33)
0 Favorites   0 Comments

Color spaces of #459321

RGB 6914733
HSL0.280.630.35
HSV101°78°58°
CMYK 0.530.000.78   0.42
XYZ13.162522.24255.0383
Yxy22.24250.32550.5500
Hunter Lab47.1620-32.715626.6794
CIE-Lab54.2834-44.261349.3760

#459321 color RGB value is (69,147,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010011 00100001
Octal 105 223 41
Decimal 69 147 33
Hex 45 93 21

RGB Percentages of Color #459321

%27.71
%59.04
%13.25

CMYK Percentages of Color #459321

%53
%0
%78
%42

Triadic Colors of #459321

#459321 #214593 #932145

Analogous Colors of #459321

#459321 #219336 #7e9321

Monochromatic Colors of #459321

#459321

Complementary Color

#459321 #6f2193

#459321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#459321 Color CSS Codes

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

#459321 Text Font Color

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

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


#459321 Background Color

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

This div background color is #459321


#459321 Border Color

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

This div border color is #459321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459321


Comments

No comments written yet.

Please login to write comment.