Color Hex Logo

#3d472d Color Hex

#3D472D
(61,71,45)
0 Favorites   0 Comments

Color spaces of #3d472d

RGB 617145
HSL0.230.220.23
HSV83°37°28°
CMYK 0.140.000.37   0.72
XYZ4.65145.68803.3354
Yxy5.68800.34010.4159
Hunter Lab23.8495-6.92368.4029
CIE-Lab28.6113-9.402014.3374

#3d472d color RGB value is (61,71,45).

#3d472d hex color red value is 61, green value is 71 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #3d472d hue: 0.23 , saturation: 0.22 and the lightness value of 3d472d is 0.23.

The process color (four color CMYK) of #3d472d color hex is 0.14, 0.00, 0.37, 0.72. Web safe color of #3d472d is #333333. Color #3d472d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01000111 00101101
Octal 75 107 55
Decimal 61 71 45
Hex 3D 47 2D

RGB Percentages of Color #3d472d

%34.46
%40.11
%25.42

CMYK Percentages of Color #3d472d

%14
%0
%37
%72

Triadic Colors of #3d472d

#3d472d #2d3d47 #472d3d

Analogous Colors of #3d472d

#3d472d #30472d #47442d

Monochromatic Colors of #3d472d

#3d472d

Complementary Color

#3d472d #372d47

#3d472d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d472d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d472d Color CSS Codes

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

#3d472d Text Font Color

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

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


#3d472d Background Color

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

This div background color is #3d472d


#3d472d Border Color

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

This div border color is #3d472d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d472d


Comments

No comments written yet.

Please login to write comment.