Color Hex Logo

#31812f Color Hex

#31812F
(49,129,47)
0 Favorites   0 Comments

Color spaces of #31812f

RGB 4912947
HSL0.330.470.35
HSV119°64°51°
CMYK 0.620.000.64   0.49
XYZ9.630016.55875.3779
Yxy16.55870.30510.5246
Hunter Lab40.6924-28.969020.6489
CIE-Lab47.6991-41.470336.4455

#31812f color RGB value is (49,129,47).

#31812f hex color red value is 49, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #31812f hue: 0.33 , saturation: 0.47 and the lightness value of 31812f is 0.35.

The process color (four color CMYK) of #31812f color hex is 0.62, 0.00, 0.64, 0.49. Web safe color of #31812f is #339933. Color #31812f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000001 00101111
Octal 61 201 57
Decimal 49 129 47
Hex 31 81 2F

RGB Percentages of Color #31812f

%21.78
%57.33
%20.89

CMYK Percentages of Color #31812f

%62
%0
%64
%49

Triadic Colors of #31812f

#31812f #2f3181 #812f31

Analogous Colors of #31812f

#31812f #2f8156 #5a812f

Monochromatic Colors of #31812f

#31812f

Complementary Color

#31812f #7f2f81

#31812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31812f Color CSS Codes

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

#31812f Text Font Color

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

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


#31812f Background Color

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

This div background color is #31812f


#31812f Border Color

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

This div border color is #31812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31812f


Comments

No comments written yet.

Please login to write comment.