Color Hex Logo

#31835a Color Hex

#31835A
(49,131,90)
0 Favorites   0 Comments

Color spaces of #31835a

RGB 4913190
HSL0.420.460.35
HSV150°63°51°
CMYK 0.630.000.31   0.49
XYZ11.228417.623812.4828
Yxy17.62380.27160.4264
Hunter Lab41.9807-25.723611.7568
CIE-Lab49.0366-34.993114.9736

#31835a color RGB value is (49,131,90).

#31835a hex color red value is 49, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #31835a hue: 0.42 , saturation: 0.46 and the lightness value of 31835a is 0.35.

The process color (four color CMYK) of #31835a color hex is 0.63, 0.00, 0.31, 0.49. Web safe color of #31835a is #339966. Color #31835a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000011 01011010
Octal 61 203 132
Decimal 49 131 90
Hex 31 83 5A

RGB Percentages of Color #31835a

%18.15
%48.52
%33.33

CMYK Percentages of Color #31835a

%63
%0
%31
%49

Triadic Colors of #31835a

#31835a #5a3183 #835a31

Analogous Colors of #31835a

#31835a #318383 #318331

Monochromatic Colors of #31835a

#31835a

Complementary Color

#31835a #83315a

#31835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31835a Color CSS Codes

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

#31835a Text Font Color

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

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


#31835a Background Color

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

This div background color is #31835a


#31835a Border Color

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

This div border color is #31835a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31835a


Comments

No comments written yet.

Please login to write comment.