Color Hex Logo

#469143 Color Hex

#469143
(70,145,67)
0 Favorites   0 Comments

Color spaces of #469143

RGB 7014567
HSL0.330.370.42
HSV118°54°57°
CMYK 0.520.000.54   0.43
XYZ13.664321.95818.8284
Yxy21.95810.30740.4940
Hunter Lab46.8595-29.953221.6313
CIE-Lab53.9825-39.718134.0955

#469143 color RGB value is (70,145,67).

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

The process color (four color CMYK) of #469143 color hex is 0.52, 0.00, 0.54, 0.43. Web safe color of #469143 is #339933. Color #469143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010001 01000011
Octal 106 221 103
Decimal 70 145 67
Hex 46 91 43

RGB Percentages of Color #469143

%24.82
%51.42
%23.76

CMYK Percentages of Color #469143

%52
%0
%54
%43

Triadic Colors of #469143

#469143 #434691 #914346

Analogous Colors of #469143

#469143 #439167 #6d9143

Monochromatic Colors of #469143

#469143

Complementary Color

#469143 #8e4391

#469143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469143 Color CSS Codes

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

#469143 Text Font Color

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

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


#469143 Background Color

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

This div background color is #469143


#469143 Border Color

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

This div border color is #469143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469143


Comments

No comments written yet.

Please login to write comment.