Color Hex Logo

#313013 Color Hex

#313013
(49,48,19)
0 Favorites   0 Comments

Color spaces of #313013

RGB 494819
HSL0.160.440.13
HSV58°61°19°
CMYK 0.000.020.61   0.81
XYZ2.44112.81391.0306
Yxy2.81390.38840.4477
Hunter Lab16.7747-3.37998.0996
CIE-Lab19.2826-4.559818.5257

#313013 color RGB value is (49,48,19).

#313013 hex color red value is 49, green value is 48 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #313013 hue: 0.16 , saturation: 0.44 and the lightness value of 313013 is 0.13.

The process color (four color CMYK) of #313013 color hex is 0.00, 0.02, 0.61, 0.81. Web safe color of #313013 is #333300. Color #313013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110000 00010011
Octal 61 60 23
Decimal 49 48 19
Hex 31 30 13

RGB Percentages of Color #313013

%42.24
%41.38
%16.38

CMYK Percentages of Color #313013

%0
%2
%61
%81

Triadic Colors of #313013

#313013 #133130 #301331

Analogous Colors of #313013

#313013 #233113 #312113

Monochromatic Colors of #313013

#313013

Complementary Color

#313013 #131431

#313013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313013 Color CSS Codes

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

#313013 Text Font Color

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

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


#313013 Background Color

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

This div background color is #313013


#313013 Border Color

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

This div border color is #313013


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,48,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 #313013">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313013


Comments

No comments written yet.

Please login to write comment.