Color Hex Logo

#469753 Color Hex

#469753
(70,151,83)
0 Favorites   0 Comments

Color spaces of #469753

RGB 7015183
HSL0.360.370.43
HSV130°54°59°
CMYK 0.540.000.45   0.41
XYZ15.153724.059812.0289
Yxy24.05980.29570.4695
Hunter Lab49.0508-30.693319.7957
CIE-Lab56.1476-39.859928.4262

#469753 color RGB value is (70,151,83).

#469753 hex color red value is 70, green value is 151 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #469753 hue: 0.36 , saturation: 0.37 and the lightness value of 469753 is 0.43.

The process color (four color CMYK) of #469753 color hex is 0.54, 0.00, 0.45, 0.41. Web safe color of #469753 is #339966. Color #469753 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010111 01010011
Octal 106 227 123
Decimal 70 151 83
Hex 46 97 53

RGB Percentages of Color #469753

%23.03
%49.67
%27.30

CMYK Percentages of Color #469753

%54
%0
%45
%41

Triadic Colors of #469753

#469753 #534697 #975346

Analogous Colors of #469753

#469753 #46977c #629746

Monochromatic Colors of #469753

#469753

Complementary Color

#469753 #97468a

#469753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469753 Color CSS Codes

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

#469753 Text Font Color

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

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


#469753 Background Color

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

This div background color is #469753


#469753 Border Color

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

This div border color is #469753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469753


Comments

No comments written yet.

Please login to write comment.