Color Hex Logo

#4a774f Color Hex

#4A774F
(74,119,79)
0 Favorites   0 Comments

Color spaces of #4a774f

RGB 7411979
HSL0.350.230.38
HSV127°38°47°
CMYK 0.380.000.34   0.53
XYZ10.832115.21409.7628
Yxy15.21400.30250.4249
Hunter Lab39.0051-18.687812.4636
CIE-Lab45.9259-24.506017.2527

#4a774f color RGB value is (74,119,79).

#4a774f hex color red value is 74, green value is 119 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #4a774f hue: 0.35 , saturation: 0.23 and the lightness value of 4a774f is 0.38.

The process color (four color CMYK) of #4a774f color hex is 0.38, 0.00, 0.34, 0.53. Web safe color of #4a774f is #336666. Color #4a774f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110111 01001111
Octal 112 167 117
Decimal 74 119 79
Hex 4A 77 4F

RGB Percentages of Color #4a774f

%27.21
%43.75
%29.04

CMYK Percentages of Color #4a774f

%38
%0
%34
%53

Triadic Colors of #4a774f

#4a774f #4f4a77 #774f4a

Analogous Colors of #4a774f

#4a774f #4a7766 #5c774a

Monochromatic Colors of #4a774f

#4a774f

Complementary Color

#4a774f #774a72

#4a774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a774f Color CSS Codes

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

#4a774f Text Font Color

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

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


#4a774f Background Color

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

This div background color is #4a774f


#4a774f Border Color

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

This div border color is #4a774f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a774f


Comments

No comments written yet.

Please login to write comment.