Color Hex Logo

#31483b Color Hex

#31483B
(49,72,59)
0 Favorites   0 Comments

Color spaces of #31483b

RGB 497259
HSL0.410.190.24
HSV146°32°28°
CMYK 0.320.000.18   0.72
XYZ4.37345.60354.9887
Yxy5.60350.29220.3744
Hunter Lab23.6717-8.44724.0751
CIE-Lab28.3892-12.16374.9673

#31483b color RGB value is (49,72,59).

#31483b hex color red value is 49, green value is 72 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #31483b hue: 0.41 , saturation: 0.19 and the lightness value of 31483b is 0.24.

The process color (four color CMYK) of #31483b color hex is 0.32, 0.00, 0.18, 0.72. Web safe color of #31483b is #333333. Color #31483b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001000 00111011
Octal 61 110 73
Decimal 49 72 59
Hex 31 48 3B

RGB Percentages of Color #31483b

%27.22
%40.00
%32.78

CMYK Percentages of Color #31483b

%32
%0
%18
%72

Triadic Colors of #31483b

#31483b #3b3148 #483b31

Analogous Colors of #31483b

#31483b #314847 #334831

Monochromatic Colors of #31483b

#31483b

Complementary Color

#31483b #48313e

#31483b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31483b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31483b Color CSS Codes

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

#31483b Text Font Color

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

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


#31483b Background Color

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

This div background color is #31483b


#31483b Border Color

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

This div border color is #31483b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31483b


Comments

No comments written yet.

Please login to write comment.