Color Hex Logo

#468711 Color Hex

#468711
(70,135,17)
0 Favorites   0 Comments

Color spaces of #468711

RGB 7013517
HSL0.260.780.30
HSV93°87°53°
CMYK 0.480.000.87   0.47
XYZ11.290918.67053.5390
Yxy18.67050.33700.5573
Hunter Lab43.2094-28.973225.3905
CIE-Lab50.2995-39.982150.4825

#468711 color RGB value is (70,135,17).

#468711 hex color red value is 70, green value is 135 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #468711 hue: 0.26 , saturation: 0.78 and the lightness value of 468711 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 00010001
Octal 106 207 21
Decimal 70 135 17
Hex 46 87 11

RGB Percentages of Color #468711

%31.53
%60.81
%7.66

CMYK Percentages of Color #468711

%48
%0
%87
%47

Triadic Colors of #468711

#468711 #114687 #871146

Analogous Colors of #468711

#468711 #118717 #818711

Monochromatic Colors of #468711

#468711

Complementary Color

#468711 #521187

#468711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468711 Color CSS Codes

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

#468711 Text Font Color

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

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


#468711 Background Color

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

This div background color is #468711


#468711 Border Color

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

This div border color is #468711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468711


Comments

No comments written yet.

Please login to write comment.