Color Hex Logo

#316139 Color Hex

#316139
(49,97,57)
0 Favorites   0 Comments

Color spaces of #316139

RGB 499757
HSL0.360.330.29
HSV130°49°38°
CMYK 0.490.000.41   0.62
XYZ6.27989.49785.3732
Yxy9.49780.29690.4491
Hunter Lab30.8185-17.559911.2358
CIE-Lab36.9256-25.993617.8919

#316139 color RGB value is (49,97,57).

#316139 hex color red value is 49, green value is 97 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #316139 hue: 0.36 , saturation: 0.33 and the lightness value of 316139 is 0.29.

The process color (four color CMYK) of #316139 color hex is 0.49, 0.00, 0.41, 0.62. Web safe color of #316139 is #336633. Color #316139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100001 00111001
Octal 61 141 71
Decimal 49 97 57
Hex 31 61 39

RGB Percentages of Color #316139

%24.14
%47.78
%28.08

CMYK Percentages of Color #316139

%49
%0
%41
%62

Triadic Colors of #316139

#316139 #393161 #613931

Analogous Colors of #316139

#316139 #316151 #416131

Monochromatic Colors of #316139

#316139

Complementary Color

#316139 #613159

#316139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316139 Color CSS Codes

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

#316139 Text Font Color

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

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


#316139 Background Color

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

This div background color is #316139


#316139 Border Color

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

This div border color is #316139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316139


Comments

No comments written yet.

Please login to write comment.