Color Hex Logo

#4d693d Color Hex

#4D693D
(77,105,61)
0 Favorites   0 Comments

Color spaces of #4d693d

RGB 7710561
HSL0.270.270.33
HSV98°42°41°
CMYK 0.270.000.42   0.59
XYZ8.954412.01796.2626
Yxy12.01790.32880.4413
Hunter Lab34.6668-14.560713.5560
CIE-Lab41.2446-19.232621.4956

#4d693d color RGB value is (77,105,61).

#4d693d hex color red value is 77, green value is 105 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #4d693d hue: 0.27 , saturation: 0.27 and the lightness value of 4d693d is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101001 00111101
Octal 115 151 75
Decimal 77 105 61
Hex 4D 69 3D

RGB Percentages of Color #4d693d

%31.69
%43.21
%25.10

CMYK Percentages of Color #4d693d

%27
%0
%42
%59

Triadic Colors of #4d693d

#4d693d #3d4d69 #693d4d

Analogous Colors of #4d693d

#4d693d #3d6943 #63693d

Monochromatic Colors of #4d693d

#4d693d

Complementary Color

#4d693d #593d69

#4d693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d693d Color CSS Codes

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

#4d693d Text Font Color

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

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


#4d693d Background Color

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

This div background color is #4d693d


#4d693d Border Color

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

This div border color is #4d693d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d693d


Comments

No comments written yet.

Please login to write comment.