Color Hex Logo

#315d11 Color Hex

#315D11
(49,93,17)
0 Favorites   0 Comments

Color spaces of #315d11

RGB 499317
HSL0.260.690.22
HSV95°82°36°
CMYK 0.470.000.82   0.64
XYZ5.28228.52211.8969
Yxy8.52210.33640.5428
Hunter Lab29.1926-18.788816.5823
CIE-Lab35.0474-29.224336.1656

#315d11 color RGB value is (49,93,17).

#315d11 hex color red value is 49, green value is 93 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #315d11 hue: 0.26 , saturation: 0.69 and the lightness value of 315d11 is 0.22.

The process color (four color CMYK) of #315d11 color hex is 0.47, 0.00, 0.82, 0.64. Web safe color of #315d11 is #336600. Color #315d11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011101 00010001
Octal 61 135 21
Decimal 49 93 17
Hex 31 5D 11

RGB Percentages of Color #315d11

%30.82
%58.49
%10.69

CMYK Percentages of Color #315d11

%47
%0
%82
%64

Triadic Colors of #315d11

#315d11 #11315d #5d1131

Analogous Colors of #315d11

#315d11 #115d17 #575d11

Monochromatic Colors of #315d11

#315d11

Complementary Color

#315d11 #3d115d

#315d11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315d11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315d11 Color CSS Codes

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

#315d11 Text Font Color

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

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


#315d11 Background Color

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

This div background color is #315d11


#315d11 Border Color

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

This div border color is #315d11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315d11


Comments

No comments written yet.

Please login to write comment.