Color Hex Logo

#313517 Color Hex

#313517
(49,53,23)
0 Favorites   0 Comments

Color spaces of #313517

RGB 495323
HSL0.190.390.15
HSV68°57°21°
CMYK 0.080.000.57   0.79
XYZ2.69443.26101.2980
Yxy3.26100.37150.4496
Hunter Lab18.0582-4.96868.3791
CIE-Lab21.0602-7.286418.2090

#313517 color RGB value is (49,53,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 00010111
Octal 61 65 27
Decimal 49 53 23
Hex 31 35 17

RGB Percentages of Color #313517

%39.20
%42.40
%18.40

CMYK Percentages of Color #313517

%8
%0
%57
%79

Triadic Colors of #313517

#313517 #173135 #351731

Analogous Colors of #313517

#313517 #223517 #352a17

Monochromatic Colors of #313517

#313517

Complementary Color

#313517 #1b1735

#313517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313517 Color CSS Codes

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

#313517 Text Font Color

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

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


#313517 Background Color

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

This div background color is #313517


#313517 Border Color

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

This div border color is #313517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313517


Comments

No comments written yet.

Please login to write comment.