Color Hex Logo

#315009 Color Hex

#315009
(49,80,9)
0 Favorites   0 Comments

Color spaces of #315009

RGB 49809
HSL0.240.800.17
HSV86°89°31°
CMYK 0.390.000.89   0.69
XYZ4.18466.41001.2751
Yxy6.41000.35250.5400
Hunter Lab25.3180-14.803714.7365
CIE-Lab30.4242-23.551134.6240

#315009 color RGB value is (49,80,9).

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

The process color (four color CMYK) of #315009 color hex is 0.39, 0.00, 0.89, 0.69. Web safe color of #315009 is #336600. Color #315009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010000 00001001
Octal 61 120 11
Decimal 49 80 9
Hex 31 50 9

RGB Percentages of Color #315009

%35.51
%57.97
%6.52

CMYK Percentages of Color #315009

%39
%0
%89
%69

Triadic Colors of #315009

#315009 #093150 #500931

Analogous Colors of #315009

#315009 #0e5009 #504c09

Monochromatic Colors of #315009

#315009

Complementary Color

#315009 #280950

#315009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315009 Color CSS Codes

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

#315009 Text Font Color

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

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


#315009 Background Color

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

This div background color is #315009


#315009 Border Color

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

This div border color is #315009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315009


Comments

No comments written yet.

Please login to write comment.