Color Hex Logo

#1c370d Color Hex

#1C370D
(28,55,13)
0 Favorites   0 Comments

Color spaces of #1c370d

RGB 285513
HSL0.270.620.13
HSV99°76°22°
CMYK 0.490.000.76   0.78
XYZ1.91773.00830.8604
Yxy3.00830.33140.5199
Hunter Lab17.3445-10.61689.1999
CIE-Lab20.0771-19.386222.3090

#1c370d color RGB value is (28,55,13).

#1c370d hex color red value is 28, green value is 55 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #1c370d hue: 0.27 , saturation: 0.62 and the lightness value of 1c370d is 0.13.

The process color (four color CMYK) of #1c370d color hex is 0.49, 0.00, 0.76, 0.78. Web safe color of #1c370d is #333300. Color #1c370d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110111 00001101
Octal 34 67 15
Decimal 28 55 13
Hex 1C 37 D

RGB Percentages of Color #1c370d

%29.17
%57.29
%13.54

CMYK Percentages of Color #1c370d

%49
%0
%76
%78

Triadic Colors of #1c370d

#1c370d #0d1c37 #370d1c

Analogous Colors of #1c370d

#1c370d #0d3713 #31370d

Monochromatic Colors of #1c370d

#1c370d

Complementary Color

#1c370d #280d37

#1c370d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c370d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c370d Color CSS Codes

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

#1c370d Text Font Color

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

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


#1c370d Background Color

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

This div background color is #1c370d


#1c370d Border Color

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

This div border color is #1c370d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c370d


Comments

No comments written yet.

Please login to write comment.