Color Hex Logo

#49693d Color Hex

#49693D
(73,105,61)
0 Favorites   0 Comments

Color spaces of #49693d

RGB 7310561
HSL0.290.270.33
HSV104°42°41°
CMYK 0.300.000.42   0.59
XYZ8.641511.85656.2480
Yxy11.85650.32310.4433
Hunter Lab34.4333-15.461213.3450
CIE-Lab40.9871-20.804621.1118

#49693d color RGB value is (73,105,61).

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

The process color (four color CMYK) of #49693d color hex is 0.30, 0.00, 0.42, 0.59. Web safe color of #49693d is #336633. Color #49693d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 00111101
Octal 111 151 75
Decimal 73 105 61
Hex 49 69 3D

RGB Percentages of Color #49693d

%30.54
%43.93
%25.52

CMYK Percentages of Color #49693d

%30
%0
%42
%59

Triadic Colors of #49693d

#49693d #3d4969 #693d49

Analogous Colors of #49693d

#49693d #3d6947 #5f693d

Monochromatic Colors of #49693d

#49693d

Complementary Color

#49693d #5d3d69

#49693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49693d Color CSS Codes

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

#49693d Text Font Color

<p style="color:#49693d">Text here</p>

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


#49693d Background Color

<div style="background-color:#49693d">
Div content here</div>

This div background color is #49693d


#49693d Border Color

<div style="border:3px solid #49693d">
Div here</div>

This div border color is #49693d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,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 #49693d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49693d


Comments

No comments written yet.

Please login to write comment.