Color Hex Logo

#4d740a Color Hex

#4D740A
(77,116,10)
0 Favorites   0 Comments

Color spaces of #4d740a

RGB 7711610
HSL0.230.840.25
HSV82°91°45°
CMYK 0.340.000.91   0.55
XYZ9.360714.09052.5135
Yxy14.09050.36050.5427
Hunter Lab37.5373-21.177722.3061
CIE-Lab44.3624-29.281547.1263

#4d740a color RGB value is (77,116,10).

#4d740a hex color red value is 77, green value is 116 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #4d740a hue: 0.23 , saturation: 0.84 and the lightness value of 4d740a is 0.25.

The process color (four color CMYK) of #4d740a color hex is 0.34, 0.00, 0.91, 0.55. Web safe color of #4d740a is #666600. Color #4d740a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01110100 00001010
Octal 115 164 12
Decimal 77 116 10
Hex 4D 74 A

RGB Percentages of Color #4d740a

%37.93
%57.14
%4.93

CMYK Percentages of Color #4d740a

%34
%0
%91
%55

Triadic Colors of #4d740a

#4d740a #0a4d74 #740a4d

Analogous Colors of #4d740a

#4d740a #18740a #74660a

Monochromatic Colors of #4d740a

#4d740a

Complementary Color

#4d740a #310a74

#4d740a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d740a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d740a Color CSS Codes

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

#4d740a Text Font Color

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

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


#4d740a Background Color

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

This div background color is #4d740a


#4d740a Border Color

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

This div border color is #4d740a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,116,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d740a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d740a;
  -webkit-box-shadow: 1px 1px 3px 2px #4d740a;
  box-shadow:         1px 1px 3px 2px #4d740a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,116,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d740a


Comments

No comments written yet.

Please login to write comment.