Color Hex Logo

#49690f Color Hex

#49690F
(73,105,15)
0 Favorites   0 Comments

Color spaces of #49690f

RGB 7310515
HSL0.230.750.24
HSV81°86°41°
CMYK 0.300.000.86   0.59
XYZ7.885511.55412.2665
Yxy11.55410.36330.5323
Hunter Lab33.9913-18.075419.8405
CIE-Lab40.4985-25.455742.3944

#49690f color RGB value is (73,105,15).

#49690f hex color red value is 73, green value is 105 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #49690f hue: 0.23 , saturation: 0.75 and the lightness value of 49690f is 0.24.

The process color (four color CMYK) of #49690f color hex is 0.30, 0.00, 0.86, 0.59. Web safe color of #49690f is #336600. Color #49690f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 00001111
Octal 111 151 17
Decimal 73 105 15
Hex 49 69 F

RGB Percentages of Color #49690f

%37.82
%54.40
%7.77

CMYK Percentages of Color #49690f

%30
%0
%86
%59

Triadic Colors of #49690f

#49690f #0f4969 #690f49

Analogous Colors of #49690f

#49690f #1c690f #695c0f

Monochromatic Colors of #49690f

#49690f

Complementary Color

#49690f #2f0f69

#49690f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49690f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49690f Color CSS Codes

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

#49690f Text Font Color

<p style="color:#49690f">Text here</p>

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


#49690f Background Color

<div style="background-color:#49690f">
Div content here</div>

This div background color is #49690f


#49690f Border Color

<div style="border:3px solid #49690f">
Div here</div>

This div border color is #49690f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49690f


Comments

No comments written yet.

Please login to write comment.