Color Hex Logo

#468746 Color Hex

#468746
(70,135,70)
0 Favorites   0 Comments

Color spaces of #468746

RGB 7013570
HSL0.330.320.40
HSV120°48°53°
CMYK 0.480.000.48   0.47
XYZ12.295319.07228.8276
Yxy19.07220.30590.4745
Hunter Lab43.6717-26.170818.5856
CIE-Lab50.7716-34.934828.5620

#468746 color RGB value is (70,135,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 01000110
Octal 106 207 106
Decimal 70 135 70
Hex 46 87 46

RGB Percentages of Color #468746

%25.45
%49.09
%25.45

CMYK Percentages of Color #468746

%48
%0
%48
%47

Triadic Colors of #468746

#468746 #464687 #874646

Analogous Colors of #468746

#468746 #468767 #678746

Monochromatic Colors of #468746

#468746

Complementary Color

#468746 #874687

#468746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468746 Color CSS Codes

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

#468746 Text Font Color

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

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


#468746 Background Color

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

This div background color is #468746


#468746 Border Color

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

This div border color is #468746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468746


Comments

No comments written yet.

Please login to write comment.