Color Hex Logo

#316841 Color Hex

#316841
(49,104,65)
0 Favorites   0 Comments

Color spaces of #316841

RGB 4910465
HSL0.380.360.30
HSV137°53°41°
CMYK 0.530.000.38   0.59
XYZ7.171110.93536.7338
Yxy10.93530.28870.4402
Hunter Lab33.0686-19.161311.0747
CIE-Lab39.4713-27.823216.5486

#316841 color RGB value is (49,104,65).

#316841 hex color red value is 49, green value is 104 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #316841 hue: 0.38 , saturation: 0.36 and the lightness value of 316841 is 0.30.

The process color (four color CMYK) of #316841 color hex is 0.53, 0.00, 0.38, 0.59. Web safe color of #316841 is #336633. Color #316841 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101000 01000001
Octal 61 150 101
Decimal 49 104 65
Hex 31 68 41

RGB Percentages of Color #316841

%22.48
%47.71
%29.82

CMYK Percentages of Color #316841

%53
%0
%38
%59

Triadic Colors of #316841

#316841 #413168 #684131

Analogous Colors of #316841

#316841 #31685d #3d6831

Monochromatic Colors of #316841

#316841

Complementary Color

#316841 #683158

#316841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316841 Color CSS Codes

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

#316841 Text Font Color

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

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


#316841 Background Color

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

This div background color is #316841


#316841 Border Color

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

This div border color is #316841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316841


Comments

No comments written yet.

Please login to write comment.