Color Hex Logo

#4a4e10 Color Hex

#4A4E10
(74,78,16)
0 Favorites   0 Comments

Color spaces of #4a4e10

RGB 747816
HSL0.180.660.18
HSV64°79°31°
CMYK 0.050.000.79   0.69
XYZ5.64206.94201.5328
Yxy6.94200.39970.4918
Hunter Lab26.3477-7.885114.9941
CIE-Lab31.6745-10.448533.9058

#4a4e10 color RGB value is (74,78,16).

#4a4e10 hex color red value is 74, green value is 78 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #4a4e10 hue: 0.18 , saturation: 0.66 and the lightness value of 4a4e10 is 0.18.

The process color (four color CMYK) of #4a4e10 color hex is 0.05, 0.00, 0.79, 0.69. Web safe color of #4a4e10 is #336600. Color #4a4e10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001110 00010000
Octal 112 116 20
Decimal 74 78 16
Hex 4A 4E 10

RGB Percentages of Color #4a4e10

%44.05
%46.43
%9.52

CMYK Percentages of Color #4a4e10

%5
%0
%79
%69

Triadic Colors of #4a4e10

#4a4e10 #104a4e #4e104a

Analogous Colors of #4a4e10

#4a4e10 #2b4e10 #4e3310

Monochromatic Colors of #4a4e10

#4a4e10

Complementary Color

#4a4e10 #14104e

#4a4e10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4e10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4e10 Color CSS Codes

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

#4a4e10 Text Font Color

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

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


#4a4e10 Background Color

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

This div background color is #4a4e10


#4a4e10 Border Color

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

This div border color is #4a4e10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,78,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a4e10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a4e10;
  -webkit-box-shadow: 1px 1px 3px 2px #4a4e10;
  box-shadow:         1px 1px 3px 2px #4a4e10; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,78,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4e10


Comments

No comments written yet.

Please login to write comment.