Color Hex Logo

#1c390b Color Hex

#1C390B
(28,57,11)
0 Favorites   0 Comments

Color spaces of #1c390b

RGB 285711
HSL0.270.680.13
HSV98°81°22°
CMYK 0.510.000.81   0.78
XYZ2.00243.19730.8282
Yxy3.19730.33220.5304
Hunter Lab17.8810-11.30259.7705
CIE-Lab20.8173-20.601724.0459

#1c390b color RGB value is (28,57,11).

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

The process color (four color CMYK) of #1c390b color hex is 0.51, 0.00, 0.81, 0.78. Web safe color of #1c390b is #333300. Color #1c390b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00111001 00001011
Octal 34 71 13
Decimal 28 57 11
Hex 1C 39 B

RGB Percentages of Color #1c390b

%29.17
%59.38
%11.46

CMYK Percentages of Color #1c390b

%51
%0
%81
%78

Triadic Colors of #1c390b

#1c390b #0b1c39 #390b1c

Analogous Colors of #1c390b

#1c390b #0b3911 #33390b

Monochromatic Colors of #1c390b

#1c390b

Complementary Color

#1c390b #280b39

#1c390b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c390b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c390b Color CSS Codes

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

#1c390b Text Font Color

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

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


#1c390b Background Color

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

This div background color is #1c390b


#1c390b Border Color

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

This div border color is #1c390b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c390b


Comments

No comments written yet.

Please login to write comment.