Color Hex Logo

#468167 Color Hex

#468167
(70,129,103)
0 Favorites   0 Comments

Color spaces of #468167

RGB 70129103
HSL0.430.300.39
HSV154°46°51°
CMYK 0.460.000.20   0.49
XYZ12.824217.981915.6269
Yxy17.98190.27620.3873
Hunter Lab42.4051-20.22677.8343
CIE-Lab49.4741-25.76748.1734

#468167 color RGB value is (70,129,103).

#468167 hex color red value is 70, green value is 129 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #468167 hue: 0.43 , saturation: 0.30 and the lightness value of 468167 is 0.39.

The process color (four color CMYK) of #468167 color hex is 0.46, 0.00, 0.20, 0.49. Web safe color of #468167 is #339966. Color #468167 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000001 01100111
Octal 106 201 147
Decimal 70 129 103
Hex 46 81 67

RGB Percentages of Color #468167

%23.18
%42.72
%34.11

CMYK Percentages of Color #468167

%46
%0
%20
%49

Triadic Colors of #468167

#468167 #674681 #816746

Analogous Colors of #468167

#468167 #467e81 #46814a

Monochromatic Colors of #468167

#468167

Complementary Color

#468167 #814660

#468167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468167 Color CSS Codes

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

#468167 Text Font Color

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

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


#468167 Background Color

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

This div background color is #468167


#468167 Border Color

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

This div border color is #468167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468167


Comments

No comments written yet.

Please login to write comment.