Color Hex Logo

#3d2b37 Color Hex

#3D2B37
(61,43,55)
0 Favorites   0 Comments

Color spaces of #3d2b37

RGB 614355
HSL0.890.170.20
HSV320°30°24°
CMYK 0.000.300.10   0.76
XYZ3.47792.99574.0093
Yxy2.99570.33180.2858
Hunter Lab17.30815.5788-1.6185
CIE-Lab20.026710.7081-4.4225

#3d2b37 color RGB value is (61,43,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 00101011 00110111
Octal 75 53 67
Decimal 61 43 55
Hex 3D 2B 37

RGB Percentages of Color #3d2b37

%38.36
%27.04
%34.59

CMYK Percentages of Color #3d2b37

%0
%30
%10
%76

Triadic Colors of #3d2b37

#3d2b37 #373d2b #2b373d

Analogous Colors of #3d2b37

#3d2b37 #3d2b2e #3a2b3d

Monochromatic Colors of #3d2b37

#3d2b37

Complementary Color

#3d2b37 #2b3d31

#3d2b37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d2b37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d2b37 Color CSS Codes

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

#3d2b37 Text Font Color

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

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


#3d2b37 Background Color

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

This div background color is #3d2b37


#3d2b37 Border Color

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

This div border color is #3d2b37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d2b37


Comments

No comments written yet.

Please login to write comment.