Color Hex Logo

#314a0f Color Hex

#314A0F
(49,74,15)
0 Favorites   0 Comments

Color spaces of #314a0f

RGB 497415
HSL0.240.660.17
HSV85°80°29°
CMYK 0.340.000.80   0.71
XYZ3.80165.58501.3296
Yxy5.58500.35480.5212
Hunter Lab23.6326-12.643113.2071
CIE-Lab28.3403-20.128830.3931

#314a0f color RGB value is (49,74,15).

#314a0f hex color red value is 49, green value is 74 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #314a0f hue: 0.24 , saturation: 0.66 and the lightness value of 314a0f is 0.17.

The process color (four color CMYK) of #314a0f color hex is 0.34, 0.00, 0.80, 0.71. Web safe color of #314a0f is #333300. Color #314a0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 00001111
Octal 61 112 17
Decimal 49 74 15
Hex 31 4A F

RGB Percentages of Color #314a0f

%35.51
%53.62
%10.87

CMYK Percentages of Color #314a0f

%34
%0
%80
%71

Triadic Colors of #314a0f

#314a0f #0f314a #4a0f31

Analogous Colors of #314a0f

#314a0f #144a0f #4a460f

Monochromatic Colors of #314a0f

#314a0f

Complementary Color

#314a0f #280f4a

#314a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#314a0f Color CSS Codes

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

#314a0f Text Font Color

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

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


#314a0f Background Color

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

This div background color is #314a0f


#314a0f Border Color

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

This div border color is #314a0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314a0f


Comments

No comments written yet.

Please login to write comment.