Color Hex Logo

#315216 Color Hex

#315216
(49,82,22)
0 Favorites   0 Comments

Color spaces of #315216

RGB 498222
HSL0.260.580.20
HSV93°73°32°
CMYK 0.400.000.73   0.68
XYZ4.42876.74551.8276
Yxy6.74550.34060.5188
Hunter Lab25.9721-15.013814.0084
CIE-Lab31.2204-23.614830.2065

#315216 color RGB value is (49,82,22).

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

The process color (four color CMYK) of #315216 color hex is 0.40, 0.00, 0.73, 0.68. Web safe color of #315216 is #336600. Color #315216 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010010 00010110
Octal 61 122 26
Decimal 49 82 22
Hex 31 52 16

RGB Percentages of Color #315216

%32.03
%53.59
%14.38

CMYK Percentages of Color #315216

%40
%0
%73
%68

Triadic Colors of #315216

#315216 #163152 #521631

Analogous Colors of #315216

#315216 #165219 #4f5216

Monochromatic Colors of #315216

#315216

Complementary Color

#315216 #371652

#315216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315216 Color CSS Codes

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

#315216 Text Font Color

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

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


#315216 Background Color

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

This div background color is #315216


#315216 Border Color

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

This div border color is #315216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315216


Comments

No comments written yet.

Please login to write comment.