Color Hex Logo

#468544 Color Hex

#468544
(70,133,68)
0 Favorites   0 Comments

Color spaces of #468544

RGB 7013368
HSL0.330.320.39
HSV118°49°52°
CMYK 0.470.000.49   0.48
XYZ11.956718.49458.4085
Yxy18.49450.30770.4759
Hunter Lab43.0052-25.631018.5111
CIE-Lab50.0905-34.342028.7798

#468544 color RGB value is (70,133,68).

#468544 hex color red value is 70, green value is 133 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #468544 hue: 0.33 , saturation: 0.32 and the lightness value of 468544 is 0.39.

The process color (four color CMYK) of #468544 color hex is 0.47, 0.00, 0.49, 0.48. Web safe color of #468544 is #339933. Color #468544 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000101 01000100
Octal 106 205 104
Decimal 70 133 68
Hex 46 85 44

RGB Percentages of Color #468544

%25.83
%49.08
%25.09

CMYK Percentages of Color #468544

%47
%0
%49
%48

Triadic Colors of #468544

#468544 #444685 #854446

Analogous Colors of #468544

#468544 #448563 #678544

Monochromatic Colors of #468544

#468544

Complementary Color

#468544 #834485

#468544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468544 Color CSS Codes

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

#468544 Text Font Color

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

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


#468544 Background Color

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

This div background color is #468544


#468544 Border Color

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

This div border color is #468544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468544


Comments

No comments written yet.

Please login to write comment.