Color Hex Logo

#311507 Color Hex

#311507
(49,21,7)
0 Favorites   0 Comments

Color spaces of #311507

RGB 49217
HSL0.060.750.11
HSV20°86°19°
CMYK 0.000.570.86   0.81
XYZ1.57311.20460.3506
Yxy1.20460.50290.3851
Hunter Lab10.97546.37735.7888
CIE-Lab10.591312.804013.2460

#311507 color RGB value is (49,21,7).

#311507 hex color red value is 49, green value is 21 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #311507 hue: 0.06 , saturation: 0.75 and the lightness value of 311507 is 0.11.

The process color (four color CMYK) of #311507 color hex is 0.00, 0.57, 0.86, 0.81. Web safe color of #311507 is #330000. Color #311507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 00000111
Octal 61 25 7
Decimal 49 21 7
Hex 31 15 7

RGB Percentages of Color #311507

%63.64
%27.27
%9.09

CMYK Percentages of Color #311507

%0
%57
%86
%81

Triadic Colors of #311507

#311507 #073115 #150731

Analogous Colors of #311507

#311507 #312a07 #31070e

Monochromatic Colors of #311507

#311507

Complementary Color

#311507 #072331

#311507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311507 Color CSS Codes

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

#311507 Text Font Color

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

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


#311507 Background Color

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

This div background color is #311507


#311507 Border Color

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

This div border color is #311507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311507


Comments

No comments written yet.

Please login to write comment.