Color Hex Logo

#313929 Color Hex

#313929
(49,57,41)
0 Favorites   0 Comments

Color spaces of #313929

RGB 495741
HSL0.250.160.19
HSV90°28°22°
CMYK 0.140.000.28   0.78
XYZ3.13003.73932.6546
Yxy3.73930.32860.3926
Hunter Lab19.3373-4.94765.3968
CIE-Lab22.7901-6.93398.8865

#313929 color RGB value is (49,57,41).

#313929 hex color red value is 49, green value is 57 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #313929 hue: 0.25 , saturation: 0.16 and the lightness value of 313929 is 0.19.

The process color (four color CMYK) of #313929 color hex is 0.14, 0.00, 0.28, 0.78. Web safe color of #313929 is #333333. Color #313929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111001 00101001
Octal 61 71 51
Decimal 49 57 41
Hex 31 39 29

RGB Percentages of Color #313929

%33.33
%38.78
%27.89

CMYK Percentages of Color #313929

%14
%0
%28
%78

Triadic Colors of #313929

#313929 #293139 #392931

Analogous Colors of #313929

#313929 #293929 #393929

Monochromatic Colors of #313929

#313929

Complementary Color

#313929 #312939

#313929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313929 Color CSS Codes

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

#313929 Text Font Color

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

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


#313929 Background Color

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

This div background color is #313929


#313929 Border Color

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

This div border color is #313929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313929


Comments

No comments written yet.

Please login to write comment.