Color Hex Logo

#31807e Color Hex

#31807E
(49,128,126)
0 Favorites   0 Comments

Color spaces of #31807e

RGB 49128126
HSL0.500.450.35
HSV178°62°50°
CMYK 0.620.000.02   0.50
XYZ12.751717.597722.4633
Yxy17.59770.24150.3332
Hunter Lab41.9496-19.1520-2.3841
CIE-Lab49.0045-24.2271-6.1007

#31807e color RGB value is (49,128,126).

#31807e hex color red value is 49, green value is 128 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #31807e hue: 0.50 , saturation: 0.45 and the lightness value of 31807e is 0.35.

The process color (four color CMYK) of #31807e color hex is 0.62, 0.00, 0.02, 0.50. Web safe color of #31807e is #339966. Color #31807e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000000 01111110
Octal 61 200 176
Decimal 49 128 126
Hex 31 80 7E

RGB Percentages of Color #31807e

%16.17
%42.24
%41.58

CMYK Percentages of Color #31807e

%62
%0
%2
%50

Triadic Colors of #31807e

#31807e #7e3180 #807e31

Analogous Colors of #31807e

#31807e #315b80 #318057

Monochromatic Colors of #31807e

#31807e

Complementary Color

#31807e #803133

#31807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31807e Color CSS Codes

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

#31807e Text Font Color

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

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


#31807e Background Color

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

This div background color is #31807e


#31807e Border Color

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

This div border color is #31807e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,128,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 #31807e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31807e


Comments

No comments written yet.

Please login to write comment.