Color Hex Logo

#49571c Color Hex

#49571C
(73,87,28)
0 Favorites   0 Comments

Color spaces of #49571c

RGB 738728
HSL0.210.510.23
HSV74°68°34°
CMYK 0.160.000.68   0.66
XYZ6.36548.31672.3684
Yxy8.31670.37330.4878
Hunter Lab28.8387-11.068415.3178
CIE-Lab34.6339-15.201531.4707

#49571c color RGB value is (73,87,28).

#49571c hex color red value is 73, green value is 87 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #49571c hue: 0.21 , saturation: 0.51 and the lightness value of 49571c is 0.23.

The process color (four color CMYK) of #49571c color hex is 0.16, 0.00, 0.68, 0.66. Web safe color of #49571c is #336633. Color #49571c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010111 00011100
Octal 111 127 34
Decimal 73 87 28
Hex 49 57 1C

RGB Percentages of Color #49571c

%38.83
%46.28
%14.89

CMYK Percentages of Color #49571c

%16
%0
%68
%66

Triadic Colors of #49571c

#49571c #1c4957 #571c49

Analogous Colors of #49571c

#49571c #2b571c #57481c

Monochromatic Colors of #49571c

#49571c

Complementary Color

#49571c #2a1c57

#49571c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49571c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49571c Color CSS Codes

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

#49571c Text Font Color

<p style="color:#49571c">Text here</p>

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


#49571c Background Color

<div style="background-color:#49571c">
Div content here</div>

This div background color is #49571c


#49571c Border Color

<div style="border:3px solid #49571c">
Div here</div>

This div border color is #49571c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,87,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49571c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49571c;
  -webkit-box-shadow: 1px 1px 3px 2px #49571c;
  box-shadow:         1px 1px 3px 2px #49571c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49571c


Comments

No comments written yet.

Please login to write comment.