Color Hex Logo

#4a5039 Color Hex

#4A5039
(74,80,57)
0 Favorites   0 Comments

Color spaces of #4a5039

RGB 748057
HSL0.210.170.27
HSV76°29°31°
CMYK 0.070.000.29   0.69
XYZ6.43127.48864.9774
Yxy7.48860.34030.3963
Hunter Lab27.3653-5.93958.3716
CIE-Lab32.8943-7.005812.7887

#4a5039 color RGB value is (74,80,57).

#4a5039 hex color red value is 74, green value is 80 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #4a5039 hue: 0.21 , saturation: 0.17 and the lightness value of 4a5039 is 0.27.

The process color (four color CMYK) of #4a5039 color hex is 0.07, 0.00, 0.29, 0.69. Web safe color of #4a5039 is #336633. Color #4a5039 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010000 00111001
Octal 112 120 71
Decimal 74 80 57
Hex 4A 50 39

RGB Percentages of Color #4a5039

%35.07
%37.91
%27.01

CMYK Percentages of Color #4a5039

%7
%0
%29
%69

Triadic Colors of #4a5039

#4a5039 #394a50 #50394a

Analogous Colors of #4a5039

#4a5039 #3f5039 #504b39

Monochromatic Colors of #4a5039

#4a5039

Complementary Color

#4a5039 #3f3950

#4a5039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5039 Color CSS Codes

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

#4a5039 Text Font Color

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

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


#4a5039 Background Color

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

This div background color is #4a5039


#4a5039 Border Color

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

This div border color is #4a5039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5039


Comments

No comments written yet.

Please login to write comment.