Color Hex Logo

#313516 Color Hex

#313516
(49,53,22)
0 Favorites   0 Comments

Color spaces of #313516

RGB 495322
HSL0.190.410.15
HSV68°58°21°
CMYK 0.080.000.58   0.79
XYZ2.68453.25711.2462
Yxy3.25710.37350.4531
Hunter Lab18.0474-5.03178.5392
CIE-Lab21.0455-7.409718.7996

#313516 color RGB value is (49,53,22).

#313516 hex color red value is 49, green value is 53 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #313516 hue: 0.19 , saturation: 0.41 and the lightness value of 313516 is 0.15.

The process color (four color CMYK) of #313516 color hex is 0.08, 0.00, 0.58, 0.79. Web safe color of #313516 is #333300. Color #313516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 00010110
Octal 61 65 26
Decimal 49 53 22
Hex 31 35 16

RGB Percentages of Color #313516

%39.52
%42.74
%17.74

CMYK Percentages of Color #313516

%8
%0
%58
%79

Triadic Colors of #313516

#313516 #163135 #351631

Analogous Colors of #313516

#313516 #223516 #352a16

Monochromatic Colors of #313516

#313516

Complementary Color

#313516 #1a1635

#313516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313516 Color CSS Codes

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

#313516 Text Font Color

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

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


#313516 Background Color

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

This div background color is #313516


#313516 Border Color

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

This div border color is #313516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313516


Comments

No comments written yet.

Please login to write comment.