Color Hex Logo

#1c863c Color Hex

#1C863C
(28,134,60)
0 Favorites   0 Comments

Color spaces of #1c863c

RGB 2813460
HSL0.380.650.32
HSV138°79°53°
CMYK 0.790.000.55   0.47
XYZ9.819617.62337.1591
Yxy17.62330.28380.5093
Hunter Lab41.9801-31.712119.2750
CIE-Lab49.0360-45.712931.4082

#1c863c color RGB value is (28,134,60).

#1c863c hex color red value is 28, green value is 134 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #1c863c hue: 0.38 , saturation: 0.65 and the lightness value of 1c863c is 0.32.

The process color (four color CMYK) of #1c863c color hex is 0.79, 0.00, 0.55, 0.47. Web safe color of #1c863c is #339933. Color #1c863c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000110 00111100
Octal 34 206 74
Decimal 28 134 60
Hex 1C 86 3C

RGB Percentages of Color #1c863c

%12.61
%60.36
%27.03

CMYK Percentages of Color #1c863c

%79
%0
%55
%47

Triadic Colors of #1c863c

#1c863c #3c1c86 #863c1c

Analogous Colors of #1c863c

#1c863c #1c8671 #31861c

Monochromatic Colors of #1c863c

#1c863c

Complementary Color

#1c863c #861c66

#1c863c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c863c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c863c Color CSS Codes

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

#1c863c Text Font Color

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

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


#1c863c Background Color

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

This div background color is #1c863c


#1c863c Border Color

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

This div border color is #1c863c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c863c


Comments

No comments written yet.

Please login to write comment.