Color Hex Logo

#315516 Color Hex

#315516
(49,85,22)
0 Favorites   0 Comments

Color spaces of #315516

RGB 498522
HSL0.260.590.21
HSV94°74°33°
CMYK 0.420.000.74   0.67
XYZ4.65997.20791.9047
Yxy7.20790.33830.5234
Hunter Lab26.8475-16.001114.5869
CIE-Lab32.2756-25.085131.3157

#315516 color RGB value is (49,85,22).

#315516 hex color red value is 49, green value is 85 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #315516 hue: 0.26 , saturation: 0.59 and the lightness value of 315516 is 0.21.

The process color (four color CMYK) of #315516 color hex is 0.42, 0.00, 0.74, 0.67. Web safe color of #315516 is #336600. Color #315516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010101 00010110
Octal 61 125 26
Decimal 49 85 22
Hex 31 55 16

RGB Percentages of Color #315516

%31.41
%54.49
%14.10

CMYK Percentages of Color #315516

%42
%0
%74
%67

Triadic Colors of #315516

#315516 #163155 #551631

Analogous Colors of #315516

#315516 #16551b #515516

Monochromatic Colors of #315516

#315516

Complementary Color

#315516 #3a1655

#315516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315516 Color CSS Codes

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

#315516 Text Font Color

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

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


#315516 Background Color

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

This div background color is #315516


#315516 Border Color

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

This div border color is #315516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315516


Comments

No comments written yet.

Please login to write comment.