Color Hex Logo

#4a594e Color Hex

#4A594E
(74,89,78)
0 Favorites   0 Comments

Color spaces of #4a594e

RGB 748978
HSL0.380.090.32
HSV136°17°35°
CMYK 0.170.000.12   0.65
XYZ7.77169.15078.5644
Yxy9.15070.30490.3590
Hunter Lab30.2501-7.07904.3889
CIE-Lab36.2728-8.29684.4332

#4a594e color RGB value is (74,89,78).

#4a594e hex color red value is 74, green value is 89 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4a594e hue: 0.38 , saturation: 0.09 and the lightness value of 4a594e is 0.32.

The process color (four color CMYK) of #4a594e color hex is 0.17, 0.00, 0.12, 0.65. Web safe color of #4a594e is #336666. Color #4a594e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01011001 01001110
Octal 112 131 116
Decimal 74 89 78
Hex 4A 59 4E

RGB Percentages of Color #4a594e

%30.71
%36.93
%32.37

CMYK Percentages of Color #4a594e

%17
%0
%12
%65

Triadic Colors of #4a594e

#4a594e #4e4a59 #594e4a

Analogous Colors of #4a594e

#4a594e #4a5956 #4e594a

Monochromatic Colors of #4a594e

#4a594e

Complementary Color

#4a594e #594a55

#4a594e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a594e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a594e Color CSS Codes

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

#4a594e Text Font Color

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

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


#4a594e Background Color

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

This div background color is #4a594e


#4a594e Border Color

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

This div border color is #4a594e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a594e


Comments

No comments written yet.

Please login to write comment.