Color Hex Logo

#3d291d Color Hex

#3D291D
(61,41,29)
0 Favorites   0 Comments

Color spaces of #3d291d

RGB 614129
HSL0.060.360.18
HSV23°52°24°
CMYK 0.000.330.52   0.76
XYZ2.93922.66671.5222
Yxy2.66670.41230.3741
Hunter Lab16.33003.55025.9043
CIE-Lab18.65637.559211.5723

#3d291d color RGB value is (61,41,29).

#3d291d hex color red value is 61, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3d291d hue: 0.06 , saturation: 0.36 and the lightness value of 3d291d is 0.18.

The process color (four color CMYK) of #3d291d color hex is 0.00, 0.33, 0.52, 0.76. Web safe color of #3d291d is #333333. Color #3d291d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00101001 00011101
Octal 75 51 35
Decimal 61 41 29
Hex 3D 29 1D

RGB Percentages of Color #3d291d

%46.56
%31.30
%22.14

CMYK Percentages of Color #3d291d

%0
%33
%52
%76

Triadic Colors of #3d291d

#3d291d #1d3d29 #291d3d

Analogous Colors of #3d291d

#3d291d #3d391d #3d1d21

Monochromatic Colors of #3d291d

#3d291d

Complementary Color

#3d291d #1d313d

#3d291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d291d Color CSS Codes

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

#3d291d Text Font Color

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

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


#3d291d Background Color

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

This div background color is #3d291d


#3d291d Border Color

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

This div border color is #3d291d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d291d

#3d291d Color Palettes


Comments

No comments written yet.

Please login to write comment.