Color Hex Logo

#49523a Color Hex

#49523A
(73,82,58)
0 Favorites   0 Comments

Color spaces of #49523a

RGB 738258
HSL0.230.170.27
HSV83°29°32°
CMYK 0.110.000.29   0.68
XYZ6.52877.75655.1561
Yxy7.75650.33580.3990
Hunter Lab27.8505-6.89458.5187
CIE-Lab33.4705-8.465212.9365

#49523a color RGB value is (73,82,58).

#49523a hex color red value is 73, green value is 82 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #49523a hue: 0.23 , saturation: 0.17 and the lightness value of 49523a is 0.27.

The process color (four color CMYK) of #49523a color hex is 0.11, 0.00, 0.29, 0.68. Web safe color of #49523a is #336633. Color #49523a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010010 00111010
Octal 111 122 72
Decimal 73 82 58
Hex 49 52 3A

RGB Percentages of Color #49523a

%34.27
%38.50
%27.23

CMYK Percentages of Color #49523a

%11
%0
%29
%68

Triadic Colors of #49523a

#49523a #3a4952 #523a49

Analogous Colors of #49523a

#49523a #3d523a #524f3a

Monochromatic Colors of #49523a

#49523a

Complementary Color

#49523a #433a52

#49523a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49523a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49523a Color CSS Codes

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

#49523a Text Font Color

<p style="color:#49523a">Text here</p>

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


#49523a Background Color

<div style="background-color:#49523a">
Div content here</div>

This div background color is #49523a


#49523a Border Color

<div style="border:3px solid #49523a">
Div here</div>

This div border color is #49523a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,82,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49523a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49523a;
  -webkit-box-shadow: 1px 1px 3px 2px #49523a;
  box-shadow:         1px 1px 3px 2px #49523a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49523a


Comments

No comments written yet.

Please login to write comment.