Color Hex Logo

#1c463b Color Hex

#1C463B
(28,70,59)
0 Favorites   0 Comments

Color spaces of #1c463b

RGB 287059
HSL0.460.430.19
HSV164°60°27°
CMYK 0.600.000.16   0.73
XYZ3.45854.94304.9095
Yxy4.94300.25980.3713
Hunter Lab22.2329-11.14042.4705
CIE-Lab26.5718-17.81272.2145

#1c463b color RGB value is (28,70,59).

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

The process color (four color CMYK) of #1c463b color hex is 0.60, 0.00, 0.16, 0.73. Web safe color of #1c463b is #333333. Color #1c463b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000110 00111011
Octal 34 106 73
Decimal 28 70 59
Hex 1C 46 3B

RGB Percentages of Color #1c463b

%17.83
%44.59
%37.58

CMYK Percentages of Color #1c463b

%60
%0
%16
%73

Triadic Colors of #1c463b

#1c463b #3b1c46 #463b1c

Analogous Colors of #1c463b

#1c463b #1c3c46 #1c4626

Monochromatic Colors of #1c463b

#1c463b

Complementary Color

#1c463b #461c27

#1c463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c463b Color CSS Codes

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

#1c463b Text Font Color

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

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


#1c463b Background Color

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

This div background color is #1c463b


#1c463b Border Color

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

This div border color is #1c463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c463b


Comments

No comments written yet.

Please login to write comment.