Color Hex Logo

#316242 Color Hex

#316242
(49,98,66)
0 Favorites   0 Comments

Color spaces of #316242

RGB 499866
HSL0.390.330.29
HSV141°50°38°
CMYK 0.500.000.33   0.62
XYZ6.61779.78176.6935
Yxy9.78170.28660.4236
Hunter Lab31.2757-16.96339.2040
CIE-Lab37.4478-24.682113.2178

#316242 color RGB value is (49,98,66).

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

The process color (four color CMYK) of #316242 color hex is 0.50, 0.00, 0.33, 0.62. Web safe color of #316242 is #336633. Color #316242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100010 01000010
Octal 61 142 102
Decimal 49 98 66
Hex 31 62 42

RGB Percentages of Color #316242

%23.00
%46.01
%30.99

CMYK Percentages of Color #316242

%50
%0
%33
%62

Triadic Colors of #316242

#316242 #423162 #624231

Analogous Colors of #316242

#316242 #31625b #396231

Monochromatic Colors of #316242

#316242

Complementary Color

#316242 #623151

#316242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316242 Color CSS Codes

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

#316242 Text Font Color

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

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


#316242 Background Color

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

This div background color is #316242


#316242 Border Color

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

This div border color is #316242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316242


Comments

No comments written yet.

Please login to write comment.