Color Hex Logo

#31553c Color Hex

#31553C
(49,85,60)
0 Favorites   0 Comments

Color spaces of #31553c

RGB 498560
HSL0.380.270.26
HSV138°42°33°
CMYK 0.420.000.29   0.67
XYZ5.33077.47625.4371
Yxy7.47620.29220.4098
Hunter Lab27.3426-13.04947.3500
CIE-Lab32.8673-19.245210.6051

#31553c color RGB value is (49,85,60).

#31553c hex color red value is 49, green value is 85 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #31553c hue: 0.38 , saturation: 0.27 and the lightness value of 31553c is 0.26.

The process color (four color CMYK) of #31553c color hex is 0.42, 0.00, 0.29, 0.67. Web safe color of #31553c is #336633. Color #31553c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010101 00111100
Octal 61 125 74
Decimal 49 85 60
Hex 31 55 3C

RGB Percentages of Color #31553c

%25.26
%43.81
%30.93

CMYK Percentages of Color #31553c

%42
%0
%29
%67

Triadic Colors of #31553c

#31553c #3c3155 #553c31

Analogous Colors of #31553c

#31553c #31554e #385531

Monochromatic Colors of #31553c

#31553c

Complementary Color

#31553c #55314a

#31553c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31553c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31553c Color CSS Codes

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

#31553c Text Font Color

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

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


#31553c Background Color

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

This div background color is #31553c


#31553c Border Color

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

This div border color is #31553c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,85,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 #31553c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31553c


Comments

No comments written yet.

Please login to write comment.