Color Hex Logo

#468f45 Color Hex

#468F45
(70,143,69)
0 Favorites   0 Comments

Color spaces of #468f45

RGB 7014369
HSL0.330.350.42
HSV119°52°56°
CMYK 0.510.000.52   0.44
XYZ13.422421.37679.0489
Yxy21.37670.30610.4875
Hunter Lab46.2349-29.091120.7605
CIE-Lab53.3593-38.586832.3063

#468f45 color RGB value is (70,143,69).

#468f45 hex color red value is 70, green value is 143 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #468f45 hue: 0.33 , saturation: 0.35 and the lightness value of 468f45 is 0.42.

The process color (four color CMYK) of #468f45 color hex is 0.51, 0.00, 0.52, 0.44. Web safe color of #468f45 is #339933. Color #468f45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 01000101
Octal 106 217 105
Decimal 70 143 69
Hex 46 8F 45

RGB Percentages of Color #468f45

%24.82
%50.71
%24.47

CMYK Percentages of Color #468f45

%51
%0
%52
%44

Triadic Colors of #468f45

#468f45 #45468f #8f4546

Analogous Colors of #468f45

#468f45 #458f69 #6b8f45

Monochromatic Colors of #468f45

#468f45

Complementary Color

#468f45 #8e458f

#468f45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468f45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468f45 Color CSS Codes

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

#468f45 Text Font Color

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

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


#468f45 Background Color

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

This div background color is #468f45


#468f45 Border Color

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

This div border color is #468f45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,143,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468f45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468f45;
  -webkit-box-shadow: 1px 1px 3px 2px #468f45;
  box-shadow:         1px 1px 3px 2px #468f45; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468f45


Comments

No comments written yet.

Please login to write comment.