Color Hex Logo

#31840f Color Hex

#31840F
(49,132,15)
0 Favorites   0 Comments

Color spaces of #31840f

RGB 4913215
HSL0.280.800.29
HSV103°89°52°
CMYK 0.630.000.89   0.48
XYZ9.604117.19003.2637
Yxy17.19000.31950.5719
Hunter Lab41.4608-31.208224.3554
CIE-Lab48.4985-45.125349.0774

#31840f color RGB value is (49,132,15).

#31840f hex color red value is 49, green value is 132 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #31840f hue: 0.28 , saturation: 0.80 and the lightness value of 31840f is 0.29.

The process color (four color CMYK) of #31840f color hex is 0.63, 0.00, 0.89, 0.48. Web safe color of #31840f is #339900. Color #31840f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 00001111
Octal 61 204 17
Decimal 49 132 15
Hex 31 84 F

RGB Percentages of Color #31840f

%25.00
%67.35
%7.65

CMYK Percentages of Color #31840f

%63
%0
%89
%48

Triadic Colors of #31840f

#31840f #0f3184 #840f31

Analogous Colors of #31840f

#31840f #0f8428 #6c840f

Monochromatic Colors of #31840f

#31840f

Complementary Color

#31840f #620f84

#31840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31840f Color CSS Codes

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

#31840f Text Font Color

<p style="color:#31840f">Text here</p>

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


#31840f Background Color

<div style="background-color:#31840f">
Div content here</div>

This div background color is #31840f


#31840f Border Color

<div style="border:3px solid #31840f">
Div here</div>

This div border color is #31840f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,132,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31840f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31840f;
  -webkit-box-shadow: 1px 1px 3px 2px #31840f;
  box-shadow:         1px 1px 3px 2px #31840f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31840f


Comments

No comments written yet.

Please login to write comment.