Color Hex Logo

#3d3f21 Color Hex

#3D3F21
(61,63,33)
0 Favorites   0 Comments

Color spaces of #3d3f21

RGB 616333
HSL0.180.310.19
HSV64°48°25°
CMYK 0.030.000.48   0.75
XYZ3.97654.65692.1281
Yxy4.65690.36950.4327
Hunter Lab21.5799-4.87279.2590
CIE-Lab25.7340-6.311618.0819

#3d3f21 color RGB value is (61,63,33).

#3d3f21 hex color red value is 61, green value is 63 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #3d3f21 hue: 0.18 , saturation: 0.31 and the lightness value of 3d3f21 is 0.19.

The process color (four color CMYK) of #3d3f21 color hex is 0.03, 0.00, 0.48, 0.75. Web safe color of #3d3f21 is #333333. Color #3d3f21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00111111 00100001
Octal 75 77 41
Decimal 61 63 33
Hex 3D 3F 21

RGB Percentages of Color #3d3f21

%38.85
%40.13
%21.02

CMYK Percentages of Color #3d3f21

%3
%0
%48
%75

Triadic Colors of #3d3f21

#3d3f21 #213d3f #3f213d

Analogous Colors of #3d3f21

#3d3f21 #2e3f21 #3f3221

Monochromatic Colors of #3d3f21

#3d3f21

Complementary Color

#3d3f21 #23213f

#3d3f21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d3f21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d3f21 Color CSS Codes

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

#3d3f21 Text Font Color

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

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


#3d3f21 Background Color

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

This div background color is #3d3f21


#3d3f21 Border Color

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

This div border color is #3d3f21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d3f21


Comments

No comments written yet.

Please login to write comment.