Color Hex Logo

#4a7711 Color Hex

#4A7711
(74,119,17)
0 Favorites   0 Comments

Color spaces of #4a7711

RGB 7411917
HSL0.240.750.27
HSV86°86°47°
CMYK 0.380.000.86   0.53
XYZ9.522014.69002.8639
Yxy14.69000.35170.5425
Hunter Lab38.3275-22.727122.3990
CIE-Lab45.2066-31.601646.0498

#4a7711 color RGB value is (74,119,17).

#4a7711 hex color red value is 74, green value is 119 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #4a7711 hue: 0.24 , saturation: 0.75 and the lightness value of 4a7711 is 0.27.

The process color (four color CMYK) of #4a7711 color hex is 0.38, 0.00, 0.86, 0.53. Web safe color of #4a7711 is #336600. Color #4a7711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110111 00010001
Octal 112 167 21
Decimal 74 119 17
Hex 4A 77 11

RGB Percentages of Color #4a7711

%35.24
%56.67
%8.10

CMYK Percentages of Color #4a7711

%38
%0
%86
%53

Triadic Colors of #4a7711

#4a7711 #114a77 #77114a

Analogous Colors of #4a7711

#4a7711 #177711 #777111

Monochromatic Colors of #4a7711

#4a7711

Complementary Color

#4a7711 #3e1177

#4a7711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7711 Color CSS Codes

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

#4a7711 Text Font Color

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

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


#4a7711 Background Color

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

This div background color is #4a7711


#4a7711 Border Color

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

This div border color is #4a7711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7711


Comments

No comments written yet.

Please login to write comment.