Color Hex Logo

#1c492f Color Hex

#1C492F
(28,73,47)
0 Favorites   0 Comments

Color spaces of #1c492f

RGB 287347
HSL0.400.450.20
HSV145°62°29°
CMYK 0.620.000.36   0.71
XYZ3.37455.21723.5185
Yxy5.21720.27860.4308
Hunter Lab22.8412-13.60096.8557
CIE-Lab27.3448-22.497311.0291

#1c492f color RGB value is (28,73,47).

#1c492f hex color red value is 28, green value is 73 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #1c492f hue: 0.40 , saturation: 0.45 and the lightness value of 1c492f is 0.20.

The process color (four color CMYK) of #1c492f color hex is 0.62, 0.00, 0.36, 0.71. Web safe color of #1c492f is #333333. Color #1c492f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001001 00101111
Octal 34 111 57
Decimal 28 73 47
Hex 1C 49 2F

RGB Percentages of Color #1c492f

%18.92
%49.32
%31.76

CMYK Percentages of Color #1c492f

%62
%0
%36
%71

Triadic Colors of #1c492f

#1c492f #2f1c49 #492f1c

Analogous Colors of #1c492f

#1c492f #1c4946 #20491c

Monochromatic Colors of #1c492f

#1c492f

Complementary Color

#1c492f #491c36

#1c492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c492f Color CSS Codes

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

#1c492f Text Font Color

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

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


#1c492f Background Color

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

This div background color is #1c492f


#1c492f Border Color

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

This div border color is #1c492f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c492f


Comments

No comments written yet.

Please login to write comment.