Color Hex Logo

#468832 Color Hex

#468832
(70,136,50)
0 Favorites   0 Comments

Color spaces of #468832

RGB 7013650
HSL0.290.460.36
HSV106°63°53°
CMYK 0.490.000.63   0.47
XYZ11.905719.14076.0846
Yxy19.14070.32060.5155
Hunter Lab43.7501-27.987522.3792
CIE-Lab50.8514-37.978638.7976

#468832 color RGB value is (70,136,50).

#468832 hex color red value is 70, green value is 136 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #468832 hue: 0.29 , saturation: 0.46 and the lightness value of 468832 is 0.36.

The process color (four color CMYK) of #468832 color hex is 0.49, 0.00, 0.63, 0.47. Web safe color of #468832 is #339933. Color #468832 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001000 00110010
Octal 106 210 62
Decimal 70 136 50
Hex 46 88 32

RGB Percentages of Color #468832

%27.34
%53.13
%19.53

CMYK Percentages of Color #468832

%49
%0
%63
%47

Triadic Colors of #468832

#468832 #324688 #883246

Analogous Colors of #468832

#468832 #328849 #718832

Monochromatic Colors of #468832

#468832

Complementary Color

#468832 #743288

#468832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468832 Color CSS Codes

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

#468832 Text Font Color

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

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


#468832 Background Color

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

This div background color is #468832


#468832 Border Color

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

This div border color is #468832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468832


Comments

No comments written yet.

Please login to write comment.