COLOR #1C463C

HEX: #1C463C
RGB: (28,70,60)

Color info

#1C463C contains red, green and blue colors in about the same proportion. Web safe color of #1C463C is #333333 (or #333).

RGB color model

#1C463C color RGB value is (28,70,60).

  • red value is 28;
  • green value is 70;
  • blue value is 60.
RGB:
(28,70,60)
(11%,27%,24%)

RGB channels and saturation

R 28 of 255 = 11%
G 70 of 255 = 27%
B 60 of 255 = 24%

28
70
60

R + G + B ~ 21%. #1C463C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 70 + 60 = 158 (100%)
R 28 of 158 ~ 17.72%
G 70 of 158 ~ 44.3%
B 60 of 158 ~ 37.97%

%17.72
%44.3
%37.97

CMYK color model

#1C463C color CMYK value is (60,0,14,73).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(60,0,14,73)
C60M0Y14K73 
(60%,0%,14%,73%)
(0.60/0.00/0.14/0.73)	

CMYK percentages

%60
%0
%14.29
%72.55

Codes

Color #1C463C in popluar color models

1C463C
RGB287060
HSL166°42.86%19.22%
HSB/HSV166°60.00%27.45%
CMYK60.00%0.00%14.29%
72.55%

Color #1C463C in popluar number systems.

HEX1C463C
Decimal287060
Binary111001000110111100
Octal3410674

Shades and tints

Shades of #1C463C

#1C463C
(28,70,60)
#1A4037
(26,64,55)
#183A32
(24,58,50)
#16342D
(22,52,45)
#142E28
(20,46,40)
#122823
(18,40,35)
#10221E
(16,34,30)
#0E1C19
(14,28,25)
#0C1614
(12,22,20)
#0A100F
(10,16,15)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #1C463C

#1C463C
(28,70,60)
#30564D
(48,86,77)
#44665E
(68,102,94)
#58766F
(88,118,111)
#6C8680
(108,134,128)
#809691
(128,150,145)
#94A6A2
(148,166,162)
#A8B6B3
(168,182,179)
#BCC6C4
(188,198,196)
#D0D6D5
(208,214,213)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C463C color. Also use rgb(28,70,60) instead hex code.

Text Font Color

.myTextColor { color: #1C463C; }

<p style="color:#1C463C">This sample text font color is #1C463C.</p>

This text font color is #1C463C.


Background Color

.myBgColor { background-color: #1C463C; }

<div style="background-color:#1C463C">Inner text</div>

This div background color is #1C463C.


Border color

.myBorderColor { border: 1px solid #1C463C; }

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

This div border color is #1C463C.


Opacity

.myOpacity80 { color: #1C463C; opacity: 0.8; }

<p style="color:#1C463C;opacity:0.8;">80%</p>

Text with #1C463C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1C463C;}

<p style="text-shadow: 3px 3px 1px #1C463C">Text here.</p>

This text has shadow with #1C463C color.

.textShadow {text-shadow: 3px 3px 1px #1C463C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1C463C, 5px 5px 20px red">Text here.</p>

This text has shadow with #1C463C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1C463C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1C463C, Direction=45, Strength=4)">Text</p>

This text has shadow with #1C463C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1C463C;
  -webkit-box-shadow:	1px 1px 3px 2px #1C463C;
  box-shadow:		1px 1px 3px 2px #1C463C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1C463C;
-webkit-box-shadow: 1px 1px 3px 2px #1C463C;
box-shadow:1px 1px 3px 2px #1C463C;">
Div content here</div>
This div box has shadow with color #1C463C.

Preview

Color preview on black background

This text has color #1C463C on black background.


Color preview on white background

This text has color #1C463C on white background.



Black color preview on #1C463C background

This text has black color on #1C463C background.


White color preview on #1C463C background

This text has white color on #1C463C background.