Color Hex Logo

#31877e Color Hex

#31877E
(49,135,126)
0 Favorites   0 Comments

Color spaces of #31877e

RGB 49135126
HSL0.480.470.36
HSV174°64°53°
CMYK 0.640.000.07   0.47
XYZ13.696519.487322.7782
Yxy19.48730.24470.3482
Hunter Lab44.1444-21.87030.3079
CIE-Lab51.2525-27.7453-2.7745

#31877e color RGB value is (49,135,126).

#31877e hex color red value is 49, green value is 135 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #31877e hue: 0.48 , saturation: 0.47 and the lightness value of 31877e is 0.36.

The process color (four color CMYK) of #31877e color hex is 0.64, 0.00, 0.07, 0.47. Web safe color of #31877e is #339966. Color #31877e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000111 01111110
Octal 61 207 176
Decimal 49 135 126
Hex 31 87 7E

RGB Percentages of Color #31877e

%15.81
%43.55
%40.65

CMYK Percentages of Color #31877e

%64
%0
%7
%47

Triadic Colors of #31877e

#31877e #7e3187 #877e31

Analogous Colors of #31877e

#31877e #316587 #318753

Monochromatic Colors of #31877e

#31877e

Complementary Color

#31877e #87313a

#31877e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31877e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31877e Color CSS Codes

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

#31877e Text Font Color

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

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


#31877e Background Color

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

This div background color is #31877e


#31877e Border Color

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

This div border color is #31877e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31877e


Comments

No comments written yet.

Please login to write comment.