Color Hex Logo

#49672b Color Hex

#49672B
(73,103,43)
0 Favorites   0 Comments

Color spaces of #49672b

RGB 7310343
HSL0.250.410.29
HSV90°58°40°
CMYK 0.290.000.58   0.60
XYZ8.033911.29144.0415
Yxy11.29140.34380.4832
Hunter Lab33.6027-16.128016.3909
CIE-Lab40.0670-22.236429.9521

#49672b color RGB value is (73,103,43).

#49672b hex color red value is 73, green value is 103 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #49672b hue: 0.25 , saturation: 0.41 and the lightness value of 49672b is 0.29.

The process color (four color CMYK) of #49672b color hex is 0.29, 0.00, 0.58, 0.60. Web safe color of #49672b is #336633. Color #49672b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100111 00101011
Octal 111 147 53
Decimal 73 103 43
Hex 49 67 2B

RGB Percentages of Color #49672b

%33.33
%47.03
%19.63

CMYK Percentages of Color #49672b

%29
%0
%58
%60

Triadic Colors of #49672b

#49672b #2b4967 #672b49

Analogous Colors of #49672b

#49672b #2b672b #67672b

Monochromatic Colors of #49672b

#49672b

Complementary Color

#49672b #492b67

#49672b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49672b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49672b Color CSS Codes

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

#49672b Text Font Color

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

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


#49672b Background Color

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

This div background color is #49672b


#49672b Border Color

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

This div border color is #49672b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,103,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 #49672b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49672b


Comments

No comments written yet.

Please login to write comment.