Color Hex Logo

#3d371c Color Hex

#3D371C
(61,55,28)
0 Favorites   0 Comments

Color spaces of #3d371c

RGB 615528
HSL0.140.370.17
HSV49°54°24°
CMYK 0.000.100.54   0.76
XYZ3.50033.80831.6492
Yxy3.80830.39080.4251
Hunter Lab19.5149-2.13428.6498
CIE-Lab23.0273-1.870017.8041

#3d371c color RGB value is (61,55,28).

#3d371c hex color red value is 61, green value is 55 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #3d371c hue: 0.14 , saturation: 0.37 and the lightness value of 3d371c is 0.17.

The process color (four color CMYK) of #3d371c color hex is 0.00, 0.10, 0.54, 0.76. Web safe color of #3d371c is #333333. Color #3d371c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00110111 00011100
Octal 75 67 34
Decimal 61 55 28
Hex 3D 37 1C

RGB Percentages of Color #3d371c

%42.36
%38.19
%19.44

CMYK Percentages of Color #3d371c

%0
%10
%54
%76

Triadic Colors of #3d371c

#3d371c #1c3d37 #371c3d

Analogous Colors of #3d371c

#3d371c #333d1c #3d271c

Monochromatic Colors of #3d371c

#3d371c

Complementary Color

#3d371c #1c223d

#3d371c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d371c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d371c Color CSS Codes

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

#3d371c Text Font Color

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

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


#3d371c Background Color

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

This div background color is #3d371c


#3d371c Border Color

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

This div border color is #3d371c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d371c


Comments

No comments written yet.

Please login to write comment.