Color Hex Logo

#3b142f Color Hex

#3B142F
(59,20,47)
0 Favorites   0 Comments

Color spaces of #3b142f

RGB 592047
HSL0.880.490.15
HSV318°66°23°
CMYK 0.000.660.20   0.77
XYZ2.56691.63542.8697
Yxy1.63540.36300.2313
Hunter Lab12.788313.4496-4.3529
CIE-Lab13.444223.0978-8.7532

#3b142f color RGB value is (59,20,47).

#3b142f hex color red value is 59, green value is 20 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #3b142f hue: 0.88 , saturation: 0.49 and the lightness value of 3b142f is 0.15.

The process color (four color CMYK) of #3b142f color hex is 0.00, 0.66, 0.20, 0.77. Web safe color of #3b142f is #330033. Color #3b142f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010100 00101111
Octal 73 24 57
Decimal 59 20 47
Hex 3B 14 2F

RGB Percentages of Color #3b142f

%46.83
%15.87
%37.30

CMYK Percentages of Color #3b142f

%0
%66
%20
%77

Triadic Colors of #3b142f

#3b142f #2f3b14 #142f3b

Analogous Colors of #3b142f

#3b142f #3b141c #34143b

Monochromatic Colors of #3b142f

#3b142f

Complementary Color

#3b142f #143b20

#3b142f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b142f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b142f Color CSS Codes

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

#3b142f Text Font Color

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

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


#3b142f Background Color

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

This div background color is #3b142f


#3b142f Border Color

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

This div border color is #3b142f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,20,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b142f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b142f;
  -webkit-box-shadow: 1px 1px 3px 2px #3b142f;
  box-shadow:         1px 1px 3px 2px #3b142f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,20,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b142f


Comments

No comments written yet.

Please login to write comment.