Color Hex Logo

#1c472a Color Hex

#1C472A
(28,71,42)
0 Favorites   0 Comments

Color spaces of #1c472a

RGB 287142
HSL0.390.430.19
HSV140°61°28°
CMYK 0.610.000.41   0.72
XYZ3.15004.92052.9742
Yxy4.92050.28520.4455
Hunter Lab22.1822-13.47087.5779
CIE-Lab26.5071-22.614513.0552

#1c472a color RGB value is (28,71,42).

#1c472a hex color red value is 28, green value is 71 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #1c472a hue: 0.39 , saturation: 0.43 and the lightness value of 1c472a is 0.19.

The process color (four color CMYK) of #1c472a color hex is 0.61, 0.00, 0.41, 0.72. Web safe color of #1c472a is #333333. Color #1c472a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000111 00101010
Octal 34 107 52
Decimal 28 71 42
Hex 1C 47 2A

RGB Percentages of Color #1c472a

%19.86
%50.35
%29.79

CMYK Percentages of Color #1c472a

%61
%0
%41
%72

Triadic Colors of #1c472a

#1c472a #2a1c47 #472a1c

Analogous Colors of #1c472a

#1c472a #1c4740 #24471c

Monochromatic Colors of #1c472a

#1c472a

Complementary Color

#1c472a #471c39

#1c472a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c472a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c472a Color CSS Codes

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

#1c472a Text Font Color

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

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


#1c472a Background Color

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

This div background color is #1c472a


#1c472a Border Color

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

This div border color is #1c472a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c472a


Comments

No comments written yet.

Please login to write comment.