Color Hex Logo

#31857a Color Hex

#31857A
(49,133,122)
0 Favorites   0 Comments

Color spaces of #31857a

RGB 49133122
HSL0.480.460.36
HSV172°63°52°
CMYK 0.630.000.08   0.48
XYZ13.167018.833221.3535
Yxy18.83320.24680.3530
Hunter Lab43.3972-21.78711.2046
CIE-Lab50.4915-27.8875-1.5578

#31857a color RGB value is (49,133,122).

#31857a hex color red value is 49, green value is 133 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #31857a hue: 0.48 , saturation: 0.46 and the lightness value of 31857a is 0.36.

The process color (four color CMYK) of #31857a color hex is 0.63, 0.00, 0.08, 0.48. Web safe color of #31857a is #339966. Color #31857a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000101 01111010
Octal 61 205 172
Decimal 49 133 122
Hex 31 85 7A

RGB Percentages of Color #31857a

%16.12
%43.75
%40.13

CMYK Percentages of Color #31857a

%63
%0
%8
%48

Triadic Colors of #31857a

#31857a #7a3185 #857a31

Analogous Colors of #31857a

#31857a #316685 #318550

Monochromatic Colors of #31857a

#31857a

Complementary Color

#31857a #85313c

#31857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31857a Color CSS Codes

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

#31857a Text Font Color

<p style="color:#31857a">Text here</p>

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


#31857a Background Color

<div style="background-color:#31857a">
Div content here</div>

This div background color is #31857a


#31857a Border Color

<div style="border:3px solid #31857a">
Div here</div>

This div border color is #31857a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,133,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31857a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31857a;
  -webkit-box-shadow: 1px 1px 3px 2px #31857a;
  box-shadow:         1px 1px 3px 2px #31857a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31857a


Comments

No comments written yet.

Please login to write comment.