Color Hex Logo

#31844c Color Hex

#31844C
(49,132,76)
0 Favorites   0 Comments

Color spaces of #31844c

RGB 4913276
HSL0.390.460.35
HSV140°63°52°
CMYK 0.630.000.42   0.48
XYZ10.822417.67739.6791
Yxy17.67730.28350.4630
Hunter Lab42.0444-27.631015.7818
CIE-Lab49.1023-38.269922.9858

#31844c color RGB value is (49,132,76).

#31844c hex color red value is 49, green value is 132 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #31844c hue: 0.39 , saturation: 0.46 and the lightness value of 31844c is 0.35.

The process color (four color CMYK) of #31844c color hex is 0.63, 0.00, 0.42, 0.48. Web safe color of #31844c is #339933. Color #31844c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 01001100
Octal 61 204 114
Decimal 49 132 76
Hex 31 84 4C

RGB Percentages of Color #31844c

%19.07
%51.36
%29.57

CMYK Percentages of Color #31844c

%63
%0
%42
%48

Triadic Colors of #31844c

#31844c #4c3184 #844c31

Analogous Colors of #31844c

#31844c #318476 #408431

Monochromatic Colors of #31844c

#31844c

Complementary Color

#31844c #843169

#31844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31844c Color CSS Codes

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

#31844c Text Font Color

<p style="color:#31844c">Text here</p>

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


#31844c Background Color

<div style="background-color:#31844c">
Div content here</div>

This div background color is #31844c


#31844c Border Color

<div style="border:3px solid #31844c">
Div here</div>

This div border color is #31844c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31844c


Comments

No comments written yet.

Please login to write comment.