Color Hex Logo

#49582b Color Hex

#49582B
(73,88,43)
0 Favorites   0 Comments

Color spaces of #49582b

RGB 738843
HSL0.220.340.26
HSV80°51°35°
CMYK 0.170.000.51   0.65
XYZ6.67348.57033.5880
Yxy8.57030.35440.4551
Hunter Lab29.2751-10.541413.2259
CIE-Lab35.1434-14.174224.0583

#49582b color RGB value is (73,88,43).

#49582b hex color red value is 73, green value is 88 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #49582b hue: 0.22 , saturation: 0.34 and the lightness value of 49582b is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011000 00101011
Octal 111 130 53
Decimal 73 88 43
Hex 49 58 2B

RGB Percentages of Color #49582b

%35.78
%43.14
%21.08

CMYK Percentages of Color #49582b

%17
%0
%51
%65

Triadic Colors of #49582b

#49582b #2b4958 #582b49

Analogous Colors of #49582b

#49582b #33582b #58512b

Monochromatic Colors of #49582b

#49582b

Complementary Color

#49582b #3a2b58

#49582b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49582b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49582b Color CSS Codes

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

#49582b Text Font Color

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

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


#49582b Background Color

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

This div background color is #49582b


#49582b Border Color

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

This div border color is #49582b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49582b


Comments

No comments written yet.

Please login to write comment.