Color Hex Logo

#49584b Color Hex

#49584B
(73,88,75)
0 Favorites   0 Comments

Color spaces of #49584b

RGB 738875
HSL0.360.090.32
HSV128°17°35°
CMYK 0.170.000.15   0.65
XYZ7.50748.90397.9796
Yxy8.90390.30780.3651
Hunter Lab29.8394-7.30955.0324
CIE-Lab35.7986-8.74035.6121

#49584b color RGB value is (73,88,75).

#49584b hex color red value is 73, green value is 88 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #49584b hue: 0.36 , saturation: 0.09 and the lightness value of 49584b is 0.32.

The process color (four color CMYK) of #49584b color hex is 0.17, 0.00, 0.15, 0.65. Web safe color of #49584b is #336633. Color #49584b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011000 01001011
Octal 111 130 113
Decimal 73 88 75
Hex 49 58 4B

RGB Percentages of Color #49584b

%30.93
%37.29
%31.78

CMYK Percentages of Color #49584b

%17
%0
%15
%65

Triadic Colors of #49584b

#49584b #4b4958 #584b49

Analogous Colors of #49584b

#49584b #495853 #4f5849

Monochromatic Colors of #49584b

#49584b

Complementary Color

#49584b #584956

#49584b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49584b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49584b Color CSS Codes

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

#49584b Text Font Color

<p style="color:#49584b">Text here</p>

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


#49584b Background Color

<div style="background-color:#49584b">
Div content here</div>

This div background color is #49584b


#49584b Border Color

<div style="border:3px solid #49584b">
Div here</div>

This div border color is #49584b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,88,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49584b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49584b;
  -webkit-box-shadow: 1px 1px 3px 2px #49584b;
  box-shadow:         1px 1px 3px 2px #49584b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49584b

#49584b Color Palettes


Comments

No comments written yet.

Please login to write comment.