Color Hex Logo

#31473f Color Hex

#31473F
(49,71,63)
0 Favorites   0 Comments

Color spaces of #31473f

RGB 497163
HSL0.440.180.24
HSV158°31°28°
CMYK 0.310.000.11   0.72
XYZ4.41715.51835.5350
Yxy5.51830.28550.3567
Hunter Lab23.4911-7.54542.4737
CIE-Lab28.1631-10.59422.0551

#31473f color RGB value is (49,71,63).

#31473f hex color red value is 49, green value is 71 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #31473f hue: 0.44 , saturation: 0.18 and the lightness value of 31473f is 0.24.

The process color (four color CMYK) of #31473f color hex is 0.31, 0.00, 0.11, 0.72. Web safe color of #31473f is #333333. Color #31473f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000111 00111111
Octal 61 107 77
Decimal 49 71 63
Hex 31 47 3F

RGB Percentages of Color #31473f

%26.78
%38.80
%34.43

CMYK Percentages of Color #31473f

%31
%0
%11
%72

Triadic Colors of #31473f

#31473f #3f3147 #473f31

Analogous Colors of #31473f

#31473f #314447 #314734

Monochromatic Colors of #31473f

#31473f

Complementary Color

#31473f #473139

#31473f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31473f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31473f Color CSS Codes

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

#31473f Text Font Color

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

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


#31473f Background Color

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

This div background color is #31473f


#31473f Border Color

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

This div border color is #31473f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31473f


Comments

No comments written yet.

Please login to write comment.