Color Hex Logo

#4d820e Color Hex

#4D820E
(77,130,14)
0 Favorites   0 Comments

Color spaces of #4d820e

RGB 7713014
HSL0.240.810.28
HSV87°89°51°
CMYK 0.410.000.89   0.49
XYZ11.122517.57483.2215
Yxy17.57480.34850.5506
Hunter Lab41.9223-26.005824.7895
CIE-Lab48.9763-35.506850.1700

#4d820e color RGB value is (77,130,14).

#4d820e hex color red value is 77, green value is 130 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #4d820e hue: 0.24 , saturation: 0.81 and the lightness value of 4d820e is 0.28.

The process color (four color CMYK) of #4d820e color hex is 0.41, 0.00, 0.89, 0.49. Web safe color of #4d820e is #669900. Color #4d820e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000010 00001110
Octal 115 202 16
Decimal 77 130 14
Hex 4D 82 E

RGB Percentages of Color #4d820e

%34.84
%58.82
%6.33

CMYK Percentages of Color #4d820e

%41
%0
%89
%49

Triadic Colors of #4d820e

#4d820e #0e4d82 #820e4d

Analogous Colors of #4d820e

#4d820e #13820e #827d0e

Monochromatic Colors of #4d820e

#4d820e

Complementary Color

#4d820e #430e82

#4d820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d820e Color CSS Codes

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

#4d820e Text Font Color

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

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


#4d820e Background Color

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

This div background color is #4d820e


#4d820e Border Color

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

This div border color is #4d820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d820e


Comments

No comments written yet.

Please login to write comment.