Color Hex Logo

#4d691e Color Hex

#4D691E
(77,105,30)
0 Favorites   0 Comments

Color spaces of #4d691e

RGB 7710530
HSL0.230.560.26
HSV82°71°41°
CMYK 0.270.000.71   0.59
XYZ8.346511.77473.0611
Yxy11.77470.36000.5079
Hunter Lab34.3143-16.632218.7309
CIE-Lab40.8558-22.826437.2134

#4d691e color RGB value is (77,105,30).

#4d691e hex color red value is 77, green value is 105 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #4d691e hue: 0.23 , saturation: 0.56 and the lightness value of 4d691e is 0.26.

The process color (four color CMYK) of #4d691e color hex is 0.27, 0.00, 0.71, 0.59. Web safe color of #4d691e is #666633. Color #4d691e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101001 00011110
Octal 115 151 36
Decimal 77 105 30
Hex 4D 69 1E

RGB Percentages of Color #4d691e

%36.32
%49.53
%14.15

CMYK Percentages of Color #4d691e

%27
%0
%71
%59

Triadic Colors of #4d691e

#4d691e #1e4d69 #691e4d

Analogous Colors of #4d691e

#4d691e #28691e #69601e

Monochromatic Colors of #4d691e

#4d691e

Complementary Color

#4d691e #3a1e69

#4d691e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d691e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d691e Color CSS Codes

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

#4d691e Text Font Color

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

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


#4d691e Background Color

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

This div background color is #4d691e


#4d691e Border Color

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

This div border color is #4d691e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d691e


Comments

No comments written yet.

Please login to write comment.