Color Hex Logo

#31473d Color Hex

#31473D
(49,71,61)
0 Favorites   0 Comments

Color spaces of #31473d

RGB 497161
HSL0.420.180.24
HSV153°31°28°
CMYK 0.310.000.14   0.72
XYZ4.36225.49645.2459
Yxy5.49640.28880.3639
Hunter Lab23.4444-7.81503.1444
CIE-Lab28.1046-11.08993.2673

#31473d color RGB value is (49,71,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000111 00111101
Octal 61 107 75
Decimal 49 71 61
Hex 31 47 3D

RGB Percentages of Color #31473d

%27.07
%39.23
%33.70

CMYK Percentages of Color #31473d

%31
%0
%14
%72

Triadic Colors of #31473d

#31473d #3d3147 #473d31

Analogous Colors of #31473d

#31473d #314647 #314732

Monochromatic Colors of #31473d

#31473d

Complementary Color

#31473d #47313b

#31473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31473d Color CSS Codes

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

#31473d Text Font Color

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

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


#31473d Background Color

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

This div background color is #31473d


#31473d Border Color

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

This div border color is #31473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31473d


Comments

No comments written yet.

Please login to write comment.