Color Hex Logo

#3b171e Color Hex

#3B171E
(59,23,30)
0 Favorites   0 Comments

Color spaces of #3b171e

RGB 592330
HSL0.970.440.16
HSV348°61°23°
CMYK 0.000.610.49   0.77
XYZ2.34441.63631.4206
Yxy1.63630.43400.3029
Hunter Lab12.791810.32872.3698
CIE-Lab13.449618.60853.6918

#3b171e color RGB value is (59,23,30).

#3b171e hex color red value is 59, green value is 23 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #3b171e hue: 0.97 , saturation: 0.44 and the lightness value of 3b171e is 0.16.

The process color (four color CMYK) of #3b171e color hex is 0.00, 0.61, 0.49, 0.77. Web safe color of #3b171e is #330033. Color #3b171e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010111 00011110
Octal 73 27 36
Decimal 59 23 30
Hex 3B 17 1E

RGB Percentages of Color #3b171e

%52.68
%20.54
%26.79

CMYK Percentages of Color #3b171e

%0
%61
%49
%77

Triadic Colors of #3b171e

#3b171e #1e3b17 #171e3b

Analogous Colors of #3b171e

#3b171e #3b2217 #3b1730

Monochromatic Colors of #3b171e

#3b171e

Complementary Color

#3b171e #173b34

#3b171e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b171e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b171e Color CSS Codes

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

#3b171e Text Font Color

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

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


#3b171e Background Color

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

This div background color is #3b171e


#3b171e Border Color

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

This div border color is #3b171e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b171e


Comments

No comments written yet.

Please login to write comment.