Color Hex Logo

#315601 Color Hex

#315601
(49,86,1)
0 Favorites   0 Comments

Color spaces of #315601

RGB 49861
HSL0.240.980.17
HSV86°99°34°
CMYK 0.430.000.99   0.66
XYZ4.59997.31071.1974
Yxy7.31070.35090.5577
Hunter Lab27.0383-16.949716.3011
CIE-Lab32.5040-26.858539.1519

#315601 color RGB value is (49,86,1).

#315601 hex color red value is 49, green value is 86 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #315601 hue: 0.24 , saturation: 0.98 and the lightness value of 315601 is 0.17.

The process color (four color CMYK) of #315601 color hex is 0.43, 0.00, 0.99, 0.66. Web safe color of #315601 is #336600. Color #315601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 00000001
Octal 61 126 1
Decimal 49 86 1
Hex 31 56 1

RGB Percentages of Color #315601

%36.03
%63.24
%0.74

CMYK Percentages of Color #315601

%43
%0
%99
%66

Triadic Colors of #315601

#315601 #013156 #560131

Analogous Colors of #315601

#315601 #075601 #565101

Monochromatic Colors of #315601

#315601

Complementary Color

#315601 #260156

#315601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315601 Color CSS Codes

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

#315601 Text Font Color

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

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


#315601 Background Color

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

This div background color is #315601


#315601 Border Color

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

This div border color is #315601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315601


Comments

No comments written yet.

Please login to write comment.