Color Hex Logo

#469832 Color Hex

#469832
(70,152,50)
0 Favorites   0 Comments

Color spaces of #469832

RGB 7015250
HSL0.300.500.40
HSV108°67°60°
CMYK 0.540.000.67   0.40
XYZ14.329723.98896.8927
Yxy23.98890.31690.5306
Hunter Lab48.9785-33.488325.9411
CIE-Lab56.0767-44.560244.5613

#469832 color RGB value is (70,152,50).

#469832 hex color red value is 70, green value is 152 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #469832 hue: 0.30 , saturation: 0.50 and the lightness value of 469832 is 0.40.

The process color (four color CMYK) of #469832 color hex is 0.54, 0.00, 0.67, 0.40. Web safe color of #469832 is #339933. Color #469832 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011000 00110010
Octal 106 230 62
Decimal 70 152 50
Hex 46 98 32

RGB Percentages of Color #469832

%25.74
%55.88
%18.38

CMYK Percentages of Color #469832

%54
%0
%67
%40

Triadic Colors of #469832

#469832 #324698 #983246

Analogous Colors of #469832

#469832 #329851 #799832

Monochromatic Colors of #469832

#469832

Complementary Color

#469832 #843298

#469832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469832 Color CSS Codes

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

#469832 Text Font Color

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

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


#469832 Background Color

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

This div background color is #469832


#469832 Border Color

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

This div border color is #469832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469832


Comments

No comments written yet.

Please login to write comment.