Color Hex Logo

#31960d Color Hex

#31960D
(49,150,13)
0 Favorites   0 Comments

Color spaces of #31960d

RGB 4915013
HSL0.290.840.32
HSV104°91°59°
CMYK 0.670.000.91   0.41
XYZ12.245622.49474.0773
Yxy22.49470.31550.5795
Hunter Lab47.4286-36.913028.1030
CIE-Lab54.5480-51.553854.7230

#31960d color RGB value is (49,150,13).

#31960d hex color red value is 49, green value is 150 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #31960d hue: 0.29 , saturation: 0.84 and the lightness value of 31960d is 0.32.

The process color (four color CMYK) of #31960d color hex is 0.67, 0.00, 0.91, 0.41. Web safe color of #31960d is #339900. Color #31960d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010110 00001101
Octal 61 226 15
Decimal 49 150 13
Hex 31 96 D

RGB Percentages of Color #31960d

%23.11
%70.75
%6.13

CMYK Percentages of Color #31960d

%67
%0
%91
%41

Triadic Colors of #31960d

#31960d #0d3196 #960d31

Analogous Colors of #31960d

#31960d #0d962e #76960d

Monochromatic Colors of #31960d

#31960d

Complementary Color

#31960d #720d96

#31960d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31960d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31960d Color CSS Codes

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

#31960d Text Font Color

<p style="color:#31960d">Text here</p>

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


#31960d Background Color

<div style="background-color:#31960d">
Div content here</div>

This div background color is #31960d


#31960d Border Color

<div style="border:3px solid #31960d">
Div here</div>

This div border color is #31960d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,150,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31960d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31960d;
  -webkit-box-shadow: 1px 1px 3px 2px #31960d;
  box-shadow:         1px 1px 3px 2px #31960d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31960d


Comments

No comments written yet.

Please login to write comment.