Color Hex Logo

#1c672e Color Hex

#1C672E
(28,103,46)
0 Favorites   0 Comments

Color spaces of #1c672e

RGB 2810346
HSL0.370.570.26
HSV134°73°40°
CMYK 0.730.000.55   0.60
XYZ5.822310.14464.2360
Yxy10.14460.28820.5021
Hunter Lab31.8506-23.108714.4101
CIE-Lab38.1007-36.091825.5085

#1c672e color RGB value is (28,103,46).

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

The process color (four color CMYK) of #1c672e color hex is 0.73, 0.00, 0.55, 0.60. Web safe color of #1c672e is #336633. Color #1c672e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01100111 00101110
Octal 34 147 56
Decimal 28 103 46
Hex 1C 67 2E

RGB Percentages of Color #1c672e

%15.82
%58.19
%25.99

CMYK Percentages of Color #1c672e

%73
%0
%55
%60

Triadic Colors of #1c672e

#1c672e #2e1c67 #672e1c

Analogous Colors of #1c672e

#1c672e #1c6754 #30671c

Monochromatic Colors of #1c672e

#1c672e

Complementary Color

#1c672e #671c55

#1c672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c672e Color CSS Codes

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

#1c672e Text Font Color

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

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


#1c672e Background Color

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

This div background color is #1c672e


#1c672e Border Color

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

This div border color is #1c672e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,103,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 #1c672e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c672e


Comments

No comments written yet.

Please login to write comment.