Color Hex Logo

#3f2515 Color Hex

#3F2515
(63,37,21)
0 Favorites   0 Comments

Color spaces of #3f2515

RGB 633721
HSL0.060.500.16
HSV23°67°25°
CMYK 0.000.410.67   0.75
XYZ2.84682.43401.0292
Yxy2.43400.45120.3857
Hunter Lab15.60135.26907.0096
CIE-Lab17.617510.375015.6738

#3f2515 color RGB value is (63,37,21).

#3f2515 hex color red value is 63, green value is 37 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #3f2515 hue: 0.06 , saturation: 0.50 and the lightness value of 3f2515 is 0.16.

The process color (four color CMYK) of #3f2515 color hex is 0.00, 0.41, 0.67, 0.75. Web safe color of #3f2515 is #333300. Color #3f2515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00100101 00010101
Octal 77 45 25
Decimal 63 37 21
Hex 3F 25 15

RGB Percentages of Color #3f2515

%52.07
%30.58
%17.36

CMYK Percentages of Color #3f2515

%0
%41
%67
%75

Triadic Colors of #3f2515

#3f2515 #153f25 #25153f

Analogous Colors of #3f2515

#3f2515 #3f3a15 #3f151a

Monochromatic Colors of #3f2515

#3f2515

Complementary Color

#3f2515 #152f3f

#3f2515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f2515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f2515 Color CSS Codes

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

#3f2515 Text Font Color

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

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


#3f2515 Background Color

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

This div background color is #3f2515


#3f2515 Border Color

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

This div border color is #3f2515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f2515


Comments

No comments written yet.

Please login to write comment.