Color Hex Logo

#49981b Color Hex

#49981B
(73,152,27)
0 Favorites   0 Comments

Color spaces of #49981b

RGB 7315227
HSL0.270.700.35
HSV98°82°60°
CMYK 0.520.000.82   0.40
XYZ14.173723.95214.9131
Yxy23.95210.32930.5565
Hunter Lab48.9409-33.951428.3066
CIE-Lab56.0398-45.370553.0041

#49981b color RGB value is (73,152,27).

#49981b hex color red value is 73, green value is 152 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #49981b hue: 0.27 , saturation: 0.70 and the lightness value of 49981b is 0.35.

The process color (four color CMYK) of #49981b color hex is 0.52, 0.00, 0.82, 0.40. Web safe color of #49981b is #339933. Color #49981b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011000 00011011
Octal 111 230 33
Decimal 73 152 27
Hex 49 98 1B

RGB Percentages of Color #49981b

%28.97
%60.32
%10.71

CMYK Percentages of Color #49981b

%52
%0
%82
%40

Triadic Colors of #49981b

#49981b #1b4998 #981b49

Analogous Colors of #49981b

#49981b #1b982c #88981b

Monochromatic Colors of #49981b

#49981b

Complementary Color

#49981b #6a1b98

#49981b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49981b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49981b Color CSS Codes

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

#49981b Text Font Color

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

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


#49981b Background Color

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

This div background color is #49981b


#49981b Border Color

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

This div border color is #49981b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49981b


Comments

No comments written yet.

Please login to write comment.