Color Hex Logo

#31492b Color Hex

#31492B
(49,73,43)
0 Favorites   0 Comments

Color spaces of #31492b

RGB 497343
HSL0.300.260.23
HSV108°41°29°
CMYK 0.330.000.41   0.71
XYZ4.08525.59253.1496
Yxy5.59250.31850.4360
Hunter Lab23.6485-10.54958.6574
CIE-Lab28.3602-16.063815.0887

#31492b color RGB value is (49,73,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 00101011
Octal 61 111 53
Decimal 49 73 43
Hex 31 49 2B

RGB Percentages of Color #31492b

%29.70
%44.24
%26.06

CMYK Percentages of Color #31492b

%33
%0
%41
%71

Triadic Colors of #31492b

#31492b #2b3149 #492b31

Analogous Colors of #31492b

#31492b #2b4934 #40492b

Monochromatic Colors of #31492b

#31492b

Complementary Color

#31492b #432b49

#31492b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31492b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31492b Color CSS Codes

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

#31492b Text Font Color

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

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


#31492b Background Color

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

This div background color is #31492b


#31492b Border Color

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

This div border color is #31492b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31492b


Comments

No comments written yet.

Please login to write comment.