Color Hex Logo

#31675f Color Hex

#31675F
(49,103,95)
0 Favorites   0 Comments

Color spaces of #31675f

RGB 4910395
HSL0.480.360.30
HSV171°52°40°
CMYK 0.520.000.08   0.60
XYZ8.182411.179712.5531
Yxy11.17970.25640.3503
Hunter Lab33.4361-14.83101.1456
CIE-Lab39.8815-20.0931-0.9931

#31675f color RGB value is (49,103,95).

#31675f hex color red value is 49, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #31675f hue: 0.48 , saturation: 0.36 and the lightness value of 31675f is 0.30.

The process color (four color CMYK) of #31675f color hex is 0.52, 0.00, 0.08, 0.60. Web safe color of #31675f is #336666. Color #31675f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100111 01011111
Octal 61 147 137
Decimal 49 103 95
Hex 31 67 5F

RGB Percentages of Color #31675f

%19.84
%41.70
%38.46

CMYK Percentages of Color #31675f

%52
%0
%8
%60

Triadic Colors of #31675f

#31675f #5f3167 #675f31

Analogous Colors of #31675f

#31675f #315467 #316744

Monochromatic Colors of #31675f

#31675f

Complementary Color

#31675f #673139

#31675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31675f Color CSS Codes

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

#31675f Text Font Color

<p style="color:#31675f">Text here</p>

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


#31675f Background Color

<div style="background-color:#31675f">
Div content here</div>

This div background color is #31675f


#31675f Border Color

<div style="border:3px solid #31675f">
Div here</div>

This div border color is #31675f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,103,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31675f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31675f;
  -webkit-box-shadow: 1px 1px 3px 2px #31675f;
  box-shadow:         1px 1px 3px 2px #31675f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31675f


Comments

No comments written yet.

Please login to write comment.