Color Hex Logo

#3f2521 Color Hex

#3F2521
(63,37,33)
0 Favorites   0 Comments

Color spaces of #3f2521

RGB 633733
HSL0.020.310.19
HSV48°25°
CMYK 0.000.410.48   0.75
XYZ2.98602.48971.7620
Yxy2.48970.41260.3440
Hunter Lab15.77886.16674.4243
CIE-Lab17.872011.76877.8122

#3f2521 color RGB value is (63,37,33).

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

The process color (four color CMYK) of #3f2521 color hex is 0.00, 0.41, 0.48, 0.75. Web safe color of #3f2521 is #333333. Color #3f2521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00100101 00100001
Octal 77 45 41
Decimal 63 37 33
Hex 3F 25 21

RGB Percentages of Color #3f2521

%47.37
%27.82
%24.81

CMYK Percentages of Color #3f2521

%0
%41
%48
%75

Triadic Colors of #3f2521

#3f2521 #213f25 #25213f

Analogous Colors of #3f2521

#3f2521 #3f3421 #3f212c

Monochromatic Colors of #3f2521

#3f2521

Complementary Color

#3f2521 #213b3f

#3f2521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f2521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f2521 Color CSS Codes

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

#3f2521 Text Font Color

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

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


#3f2521 Background Color

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

This div background color is #3f2521


#3f2521 Border Color

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

This div border color is #3f2521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,37,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 #3f2521">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f2521


Comments

No comments written yet.

Please login to write comment.