Color Hex Logo

#31492e Color Hex

#31492E
(49,73,46)
0 Favorites   0 Comments

Color spaces of #31492e

RGB 497346
HSL0.310.230.23
HSV113°37°29°
CMYK 0.330.000.37   0.71
XYZ4.14235.61533.4503
Yxy5.61530.31360.4251
Hunter Lab23.6966-10.26637.9548
CIE-Lab28.4204-15.511113.2978

#31492e color RGB value is (49,73,46).

#31492e hex color red value is 49, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #31492e hue: 0.31 , saturation: 0.23 and the lightness value of 31492e is 0.23.

The process color (four color CMYK) of #31492e color hex is 0.33, 0.00, 0.37, 0.71. Web safe color of #31492e is #333333. Color #31492e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 00101110
Octal 61 111 56
Decimal 49 73 46
Hex 31 49 2E

RGB Percentages of Color #31492e

%29.17
%43.45
%27.38

CMYK Percentages of Color #31492e

%33
%0
%37
%71

Triadic Colors of #31492e

#31492e #2e3149 #492e31

Analogous Colors of #31492e

#31492e #2e4939 #3f492e

Monochromatic Colors of #31492e

#31492e

Complementary Color

#31492e #462e49

#31492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31492e Color CSS Codes

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

#31492e Text Font Color

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

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


#31492e Background Color

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

This div background color is #31492e


#31492e Border Color

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

This div border color is #31492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31492e

#31492e Color Palettes


Comments

No comments written yet.

Please login to write comment.