Color Hex Logo

#49621b Color Hex

#49621B
(73,98,27)
0 Favorites   0 Comments

Color spaces of #49621b

RGB 739827
HSL0.230.570.25
HSV81°72°38°
CMYK 0.260.000.72   0.62
XYZ7.313210.23102.6262
Yxy10.23100.36260.5072
Hunter Lab31.9859-15.163517.5222
CIE-Lab38.2539-21.189335.7556

#49621b color RGB value is (73,98,27).

#49621b hex color red value is 73, green value is 98 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #49621b hue: 0.23 , saturation: 0.57 and the lightness value of 49621b is 0.25.

The process color (four color CMYK) of #49621b color hex is 0.26, 0.00, 0.72, 0.62. Web safe color of #49621b is #336633. Color #49621b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 00011011
Octal 111 142 33
Decimal 73 98 27
Hex 49 62 1B

RGB Percentages of Color #49621b

%36.87
%49.49
%13.64

CMYK Percentages of Color #49621b

%26
%0
%72
%62

Triadic Colors of #49621b

#49621b #1b4962 #621b49

Analogous Colors of #49621b

#49621b #26621b #62581b

Monochromatic Colors of #49621b

#49621b

Complementary Color

#49621b #341b62

#49621b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49621b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49621b Color CSS Codes

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

#49621b Text Font Color

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

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


#49621b Background Color

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

This div background color is #49621b


#49621b Border Color

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

This div border color is #49621b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49621b


Comments

No comments written yet.

Please login to write comment.