Color Hex Logo

#313913 Color Hex

#313913
(49,57,19)
0 Favorites   0 Comments

Color spaces of #313913

RGB 495719
HSL0.200.500.15
HSV73°67°22°
CMYK 0.140.000.67   0.78
XYZ2.84733.62621.1660
Yxy3.62620.37270.4747
Hunter Lab19.0426-6.63479.6994
CIE-Lab22.3951-10.209022.1149

#313913 color RGB value is (49,57,19).

#313913 hex color red value is 49, green value is 57 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #313913 hue: 0.20 , saturation: 0.50 and the lightness value of 313913 is 0.15.

The process color (four color CMYK) of #313913 color hex is 0.14, 0.00, 0.67, 0.78. Web safe color of #313913 is #333300. Color #313913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111001 00010011
Octal 61 71 23
Decimal 49 57 19
Hex 31 39 13

RGB Percentages of Color #313913

%39.20
%45.60
%15.20

CMYK Percentages of Color #313913

%14
%0
%67
%78

Triadic Colors of #313913

#313913 #133139 #391331

Analogous Colors of #313913

#313913 #1e3913 #392e13

Monochromatic Colors of #313913

#313913

Complementary Color

#313913 #1b1339

#313913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313913 Color CSS Codes

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

#313913 Text Font Color

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

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


#313913 Background Color

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

This div background color is #313913


#313913 Border Color

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

This div border color is #313913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313913


Comments

No comments written yet.

Please login to write comment.