Color Hex Logo

#1c391f Color Hex

#1C391F
(28,57,31)
0 Favorites   0 Comments

Color spaces of #1c391f

RGB 285731
HSL0.350.340.17
HSV126°51°22°
CMYK 0.510.000.46   0.78
XYZ2.18933.27211.8125
Yxy3.27210.30100.4498
Hunter Lab18.0889-10.05196.7214
CIE-Lab21.1022-17.660412.9029

#1c391f color RGB value is (28,57,31).

#1c391f hex color red value is 28, green value is 57 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #1c391f hue: 0.35 , saturation: 0.34 and the lightness value of 1c391f is 0.17.

The process color (four color CMYK) of #1c391f color hex is 0.51, 0.00, 0.46, 0.78. Web safe color of #1c391f is #333333. Color #1c391f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00111001 00011111
Octal 34 71 37
Decimal 28 57 31
Hex 1C 39 1F

RGB Percentages of Color #1c391f

%24.14
%49.14
%26.72

CMYK Percentages of Color #1c391f

%51
%0
%46
%78

Triadic Colors of #1c391f

#1c391f #1f1c39 #391f1c

Analogous Colors of #1c391f

#1c391f #1c392e #28391c

Monochromatic Colors of #1c391f

#1c391f

Complementary Color

#1c391f #391c36

#1c391f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c391f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c391f Color CSS Codes

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

#1c391f Text Font Color

<p style="color:#1c391f">Text here</p>

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


#1c391f Background Color

<div style="background-color:#1c391f">
Div content here</div>

This div background color is #1c391f


#1c391f Border Color

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

This div border color is #1c391f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,57,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c391f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c391f;
  -webkit-box-shadow: 1px 1px 3px 2px #1c391f;
  box-shadow:         1px 1px 3px 2px #1c391f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,57,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c391f


Comments

No comments written yet.

Please login to write comment.