Color Hex Logo

#468743 Color Hex

#468743
(70,135,67)
0 Favorites   0 Comments

Color spaces of #468743

RGB 7013567
HSL0.330.340.40
HSV117°50°53°
CMYK 0.480.000.50   0.47
XYZ12.202919.03538.3412
Yxy19.03530.30830.4809
Hunter Lab43.6295-26.426219.2054
CIE-Lab50.7285-35.384230.1077

#468743 color RGB value is (70,135,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 01000011
Octal 106 207 103
Decimal 70 135 67
Hex 46 87 43

RGB Percentages of Color #468743

%25.74
%49.63
%24.63

CMYK Percentages of Color #468743

%48
%0
%50
%47

Triadic Colors of #468743

#468743 #434687 #874346

Analogous Colors of #468743

#468743 #438762 #688743

Monochromatic Colors of #468743

#468743

Complementary Color

#468743 #844387

#468743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468743 Color CSS Codes

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

#468743 Text Font Color

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

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


#468743 Background Color

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

This div background color is #468743


#468743 Border Color

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

This div border color is #468743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468743


Comments

No comments written yet.

Please login to write comment.