Color Hex Logo

#31844f Color Hex

#31844F
(49,132,79)
0 Favorites   0 Comments

Color spaces of #31844f

RGB 4913279
HSL0.390.460.35
HSV142°63°52°
CMYK 0.630.000.40   0.48
XYZ10.929217.720010.2414
Yxy17.72000.28100.4556
Hunter Lab42.0951-27.322315.0418
CIE-Lab49.1547-37.701021.3801

#31844f color RGB value is (49,132,79).

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

The process color (four color CMYK) of #31844f color hex is 0.63, 0.00, 0.40, 0.48. Web safe color of #31844f is #339966. Color #31844f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 01001111
Octal 61 204 117
Decimal 49 132 79
Hex 31 84 4F

RGB Percentages of Color #31844f

%18.85
%50.77
%30.38

CMYK Percentages of Color #31844f

%63
%0
%40
%48

Triadic Colors of #31844f

#31844f #4f3184 #844f31

Analogous Colors of #31844f

#31844f #318479 #3d8431

Monochromatic Colors of #31844f

#31844f

Complementary Color

#31844f #843166

#31844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31844f Color CSS Codes

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

#31844f Text Font Color

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

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


#31844f Background Color

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

This div background color is #31844f


#31844f Border Color

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

This div border color is #31844f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31844f


Comments

No comments written yet.

Please login to write comment.