Color Hex Logo

#31695e Color Hex

#31695E
(49,105,94)
0 Favorites   0 Comments

Color spaces of #31695e

RGB 4910594
HSL0.470.360.30
HSV168°53°41°
CMYK 0.530.000.10   0.59
XYZ8.338611.564312.3823
Yxy11.56430.25830.3582
Hunter Lab34.0063-15.74162.2159
CIE-Lab40.5151-21.42810.5428

#31695e color RGB value is (49,105,94).

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

The process color (four color CMYK) of #31695e color hex is 0.53, 0.00, 0.10, 0.59. Web safe color of #31695e is #336666. Color #31695e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101001 01011110
Octal 61 151 136
Decimal 49 105 94
Hex 31 69 5E

RGB Percentages of Color #31695e

%19.76
%42.34
%37.90

CMYK Percentages of Color #31695e

%53
%0
%10
%59

Triadic Colors of #31695e

#31695e #5e3169 #695e31

Analogous Colors of #31695e

#31695e #315869 #316942

Monochromatic Colors of #31695e

#31695e

Complementary Color

#31695e #69313c

#31695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31695e Color CSS Codes

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

#31695e Text Font Color

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

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


#31695e Background Color

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

This div background color is #31695e


#31695e Border Color

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

This div border color is #31695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31695e


Comments

No comments written yet.

Please login to write comment.