Color Hex Logo

#31844e Color Hex

#31844E
(49,132,78)
0 Favorites   0 Comments

Color spaces of #31844e

RGB 4913278
HSL0.390.460.35
HSV141°63°52°
CMYK 0.630.000.41   0.48
XYZ10.893017.705610.0511
Yxy17.70560.28180.4581
Hunter Lab42.0780-27.427115.2921
CIE-Lab49.1371-37.893721.9165

#31844e color RGB value is (49,132,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 01001110
Octal 61 204 116
Decimal 49 132 78
Hex 31 84 4E

RGB Percentages of Color #31844e

%18.92
%50.97
%30.12

CMYK Percentages of Color #31844e

%63
%0
%41
%48

Triadic Colors of #31844e

#31844e #4e3184 #844e31

Analogous Colors of #31844e

#31844e #318478 #3e8431

Monochromatic Colors of #31844e

#31844e

Complementary Color

#31844e #843167

#31844e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31844e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31844e Color CSS Codes

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

#31844e Text Font Color

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

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


#31844e Background Color

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

This div background color is #31844e


#31844e Border Color

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

This div border color is #31844e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31844e


Comments

No comments written yet.

Please login to write comment.