Color Hex Logo

#468764 Color Hex

#468764
(70,135,100)
0 Favorites   0 Comments

Color spaces of #468764

RGB 70135100
HSL0.410.320.40
HSV148°48°53°
CMYK 0.480.000.26   0.47
XYZ13.490019.550115.1191
Yxy19.55010.28010.4059
Hunter Lab44.2155-22.917410.6772
CIE-Lab51.3247-29.380412.5107

#468764 color RGB value is (70,135,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 01100100
Octal 106 207 144
Decimal 70 135 100
Hex 46 87 64

RGB Percentages of Color #468764

%22.95
%44.26
%32.79

CMYK Percentages of Color #468764

%48
%0
%26
%47

Triadic Colors of #468764

#468764 #644687 #876446

Analogous Colors of #468764

#468764 #468785 #498746

Monochromatic Colors of #468764

#468764

Complementary Color

#468764 #874669

#468764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468764 Color CSS Codes

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

#468764 Text Font Color

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

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


#468764 Background Color

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

This div background color is #468764


#468764 Border Color

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

This div border color is #468764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468764


Comments

No comments written yet.

Please login to write comment.