Color Hex Logo

#1c692e Color Hex

#1C692E
(28,105,46)
0 Favorites   0 Comments

Color spaces of #1c692e

RGB 2810546
HSL0.370.580.26
HSV134°73°41°
CMYK 0.730.000.56   0.59
XYZ6.023610.54734.3031
Yxy10.54730.28860.5053
Hunter Lab32.4766-23.726814.8778
CIE-Lab38.8073-36.891626.3708

#1c692e color RGB value is (28,105,46).

#1c692e hex color red value is 28, green value is 105 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #1c692e hue: 0.37 , saturation: 0.58 and the lightness value of 1c692e is 0.26.

The process color (four color CMYK) of #1c692e color hex is 0.73, 0.00, 0.56, 0.59. Web safe color of #1c692e is #336633. Color #1c692e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101001 00101110
Octal 34 151 56
Decimal 28 105 46
Hex 1C 69 2E

RGB Percentages of Color #1c692e

%15.64
%58.66
%25.70

CMYK Percentages of Color #1c692e

%73
%0
%56
%59

Triadic Colors of #1c692e

#1c692e #2e1c69 #692e1c

Analogous Colors of #1c692e

#1c692e #1c6955 #31691c

Monochromatic Colors of #1c692e

#1c692e

Complementary Color

#1c692e #691c57

#1c692e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c692e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c692e Color CSS Codes

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

#1c692e Text Font Color

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

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


#1c692e Background Color

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

This div background color is #1c692e


#1c692e Border Color

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

This div border color is #1c692e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c692e


Comments

No comments written yet.

Please login to write comment.