Color Hex Logo

#313429 Color Hex

#313429
(49,52,41)
0 Favorites   0 Comments

Color spaces of #313429

RGB 495241
HSL0.210.120.18
HSV76°21°20°
CMYK 0.060.000.21   0.80
XYZ2.89493.26902.5762
Yxy3.26900.33120.3740
Hunter Lab18.0804-3.06054.2083
CIE-Lab21.0905-3.72546.5327

#313429 color RGB value is (49,52,41).

#313429 hex color red value is 49, green value is 52 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #313429 hue: 0.21 , saturation: 0.12 and the lightness value of 313429 is 0.18.

The process color (four color CMYK) of #313429 color hex is 0.06, 0.00, 0.21, 0.80. Web safe color of #313429 is #333333. Color #313429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110100 00101001
Octal 61 64 51
Decimal 49 52 41
Hex 31 34 29

RGB Percentages of Color #313429

%34.51
%36.62
%28.87

CMYK Percentages of Color #313429

%6
%0
%21
%80

Triadic Colors of #313429

#313429 #293134 #342931

Analogous Colors of #313429

#313429 #2c3429 #343229

Monochromatic Colors of #313429

#313429

Complementary Color

#313429 #2c2934

#313429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313429 Color CSS Codes

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

#313429 Text Font Color

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

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


#313429 Background Color

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

This div background color is #313429


#313429 Border Color

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

This div border color is #313429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313429


Comments

No comments written yet.

Please login to write comment.