Color Hex Logo

#4d8226 Color Hex

#4D8226
(77,130,38)
0 Favorites   0 Comments

Color spaces of #4d8226

RGB 7713038
HSL0.260.550.33
HSV95°71°51°
CMYK 0.410.000.71   0.49
XYZ11.393117.68304.6464
Yxy17.68300.33780.5244
Hunter Lab42.0512-25.227822.8846
CIE-Lab49.1093-34.112942.3674

#4d8226 color RGB value is (77,130,38).

#4d8226 hex color red value is 77, green value is 130 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #4d8226 hue: 0.26 , saturation: 0.55 and the lightness value of 4d8226 is 0.33.

The process color (four color CMYK) of #4d8226 color hex is 0.41, 0.00, 0.71, 0.49. Web safe color of #4d8226 is #669933. Color #4d8226 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000010 00100110
Octal 115 202 46
Decimal 77 130 38
Hex 4D 82 26

RGB Percentages of Color #4d8226

%31.43
%53.06
%15.51

CMYK Percentages of Color #4d8226

%41
%0
%71
%49

Triadic Colors of #4d8226

#4d8226 #264d82 #82264d

Analogous Colors of #4d8226

#4d8226 #26822d #7b8226

Monochromatic Colors of #4d8226

#4d8226

Complementary Color

#4d8226 #5b2682

#4d8226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d8226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d8226 Color CSS Codes

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

#4d8226 Text Font Color

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

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


#4d8226 Background Color

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

This div background color is #4d8226


#4d8226 Border Color

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

This div border color is #4d8226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d8226


Comments

No comments written yet.

Please login to write comment.