Color Hex Logo

#3d472a Color Hex

#3D472A
(61,71,42)
0 Favorites   0 Comments

Color spaces of #3d472a

RGB 617142
HSL0.220.260.22
HSV81°41°28°
CMYK 0.140.000.41   0.72
XYZ4.59565.66573.0419
Yxy5.66570.34550.4259
Hunter Lab23.8027-7.19179.0849
CIE-Lab28.5529-9.884616.1289

#3d472a color RGB value is (61,71,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 01000111 00101010
Octal 75 107 52
Decimal 61 71 42
Hex 3D 47 2A

RGB Percentages of Color #3d472a

%35.06
%40.80
%24.14

CMYK Percentages of Color #3d472a

%14
%0
%41
%72

Triadic Colors of #3d472a

#3d472a #2a3d47 #472a3d

Analogous Colors of #3d472a

#3d472a #2f472a #47432a

Monochromatic Colors of #3d472a

#3d472a

Complementary Color

#3d472a #342a47

#3d472a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d472a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d472a Color CSS Codes

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

#3d472a Text Font Color

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

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


#3d472a Background Color

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

This div background color is #3d472a


#3d472a Border Color

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

This div border color is #3d472a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d472a


Comments

No comments written yet.

Please login to write comment.