Color Hex Logo

#31483c Color Hex

#31483C
(49,72,60)
0 Favorites   0 Comments

Color spaces of #31483c

RGB 497260
HSL0.410.190.24
HSV149°32°28°
CMYK 0.320.000.17   0.72
XYZ4.39965.61395.1267
Yxy5.61390.29060.3708
Hunter Lab23.6937-8.31883.7567
CIE-Lab28.4167-11.92494.3608

#31483c color RGB value is (49,72,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001000 00111100
Octal 61 110 74
Decimal 49 72 60
Hex 31 48 3C

RGB Percentages of Color #31483c

%27.07
%39.78
%33.15

CMYK Percentages of Color #31483c

%32
%0
%17
%72

Triadic Colors of #31483c

#31483c #3c3148 #483c31

Analogous Colors of #31483c

#31483c #314848 #324831

Monochromatic Colors of #31483c

#31483c

Complementary Color

#31483c #48313d

#31483c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31483c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31483c Color CSS Codes

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

#31483c Text Font Color

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

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


#31483c Background Color

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

This div background color is #31483c


#31483c Border Color

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

This div border color is #31483c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31483c


Comments

No comments written yet.

Please login to write comment.