Color Hex Logo

#468567 Color Hex

#468567
(70,133,103)
0 Favorites   0 Comments

Color spaces of #468567

RGB 70133103
HSL0.420.310.40
HSV151°47°52°
CMYK 0.470.000.23   0.48
XYZ13.361519.056415.8060
Yxy19.05640.27710.3952
Hunter Lab43.6536-21.75869.0900
CIE-Lab50.7531-27.74769.9800

#468567 color RGB value is (70,133,103).

#468567 hex color red value is 70, green value is 133 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #468567 hue: 0.42 , saturation: 0.31 and the lightness value of 468567 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000101 01100111
Octal 106 205 147
Decimal 70 133 103
Hex 46 85 67

RGB Percentages of Color #468567

%22.88
%43.46
%33.66

CMYK Percentages of Color #468567

%47
%0
%23
%48

Triadic Colors of #468567

#468567 #674685 #856746

Analogous Colors of #468567

#468567 #468485 #468548

Monochromatic Colors of #468567

#468567

Complementary Color

#468567 #854664

#468567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468567 Color CSS Codes

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

#468567 Text Font Color

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

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


#468567 Background Color

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

This div background color is #468567


#468567 Border Color

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

This div border color is #468567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468567


Comments

No comments written yet.

Please login to write comment.