Color Hex Logo

#31937d Color Hex

#31937D
(49,147,125)
0 Favorites   0 Comments

Color spaces of #31937d

RGB 49147125
HSL0.460.500.38
HSV167°67°58°
CMYK 0.670.000.15   0.42
XYZ15.402023.001123.0299
Yxy23.00110.25070.3744
Hunter Lab47.9595-26.60455.1009
CIE-Lab55.0735-33.75723.3777

#31937d color RGB value is (49,147,125).

#31937d hex color red value is 49, green value is 147 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #31937d hue: 0.46 , saturation: 0.50 and the lightness value of 31937d is 0.38.

The process color (four color CMYK) of #31937d color hex is 0.67, 0.00, 0.15, 0.42. Web safe color of #31937d is #339966. Color #31937d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010011 01111101
Octal 61 223 175
Decimal 49 147 125
Hex 31 93 7D

RGB Percentages of Color #31937d

%15.26
%45.79
%38.94

CMYK Percentages of Color #31937d

%67
%0
%15
%42

Triadic Colors of #31937d

#31937d #7d3193 #937d31

Analogous Colors of #31937d

#31937d #317893 #31934c

Monochromatic Colors of #31937d

#31937d

Complementary Color

#31937d #933147

#31937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31937d Color CSS Codes

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

#31937d Text Font Color

<p style="color:#31937d">Text here</p>

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


#31937d Background Color

<div style="background-color:#31937d">
Div content here</div>

This div background color is #31937d


#31937d Border Color

<div style="border:3px solid #31937d">
Div here</div>

This div border color is #31937d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,147,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31937d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31937d;
  -webkit-box-shadow: 1px 1px 3px 2px #31937d;
  box-shadow:         1px 1px 3px 2px #31937d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31937d


Comments

No comments written yet.

Please login to write comment.