Color Hex Logo

#31980a Color Hex

#31980A
(49,152,10)
0 Favorites   0 Comments

Color spaces of #31980a

RGB 4915210
HSL0.290.880.32
HSV104°93°60°
CMYK 0.680.000.93   0.40
XYZ12.549623.13144.0905
Yxy23.13140.31550.5816
Hunter Lab48.0951-37.589928.6240
CIE-Lab55.2074-52.323455.7878

#31980a color RGB value is (49,152,10).

#31980a hex color red value is 49, green value is 152 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #31980a hue: 0.29 , saturation: 0.88 and the lightness value of 31980a is 0.32.

The process color (four color CMYK) of #31980a color hex is 0.68, 0.00, 0.93, 0.40. Web safe color of #31980a is #339900. Color #31980a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011000 00001010
Octal 61 230 12
Decimal 49 152 10
Hex 31 98 A

RGB Percentages of Color #31980a

%23.22
%72.04
%4.74

CMYK Percentages of Color #31980a

%68
%0
%93
%40

Triadic Colors of #31980a

#31980a #0a3198 #980a31

Analogous Colors of #31980a

#31980a #0a982a #78980a

Monochromatic Colors of #31980a

#31980a

Complementary Color

#31980a #710a98

#31980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31980a Color CSS Codes

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

#31980a Text Font Color

<p style="color:#31980a">Text here</p>

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


#31980a Background Color

<div style="background-color:#31980a">
Div content here</div>

This div background color is #31980a


#31980a Border Color

<div style="border:3px solid #31980a">
Div here</div>

This div border color is #31980a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,152,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31980a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31980a;
  -webkit-box-shadow: 1px 1px 3px 2px #31980a;
  box-shadow:         1px 1px 3px 2px #31980a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,152,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31980a


Comments

No comments written yet.

Please login to write comment.