COLOR #1C492C

HEX: #1C492C
RGB: (28,73,44)

Color info

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

RGB color model

#1C492C color RGB value is (28,73,44).

  • red value is 28;
  • green value is 73;
  • blue value is 44.
RGB:
(28,73,44)
(11%,29%,17%)

RGB channels and saturation

R 28 of 255 = 11%
G 73 of 255 = 29%
B 44 of 255 = 17%

28
73
44

R + G + B ~ 19%. #1C492C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 73 + 44 = 145 (100%)
R 28 of 145 ~ 19.31%
G 73 of 145 ~ 50.34%
B 44 of 145 ~ 30.34%

%19.31
%50.34
%30.34

CMYK color model

#1C492C color CMYK value is (62,0,40,71).

  • cyan value is 61.64%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 71.37%
CMYK:
(62,0,40,71)
C62M0Y40K71 
(62%,0%,40%,71%)
(0.62/0.00/0.40/0.71)	

CMYK percentages

%61.64
%0
%39.73
%71.37

Codes

Color #1C492C in popluar color models

1C492C
RGB287344
HSL141°44.55%19.80%
HSB/HSV141°61.64%28.63%
CMYK61.64%0.00%39.73%
71.37%

Color #1C492C in popluar number systems.

HEX1C492C
Decimal287344
Binary111001001001101100
Octal3411154

Shades and tints

Shades of #1C492C

#1C492C
(28,73,44)
#1A4328
(26,67,40)
#183D24
(24,61,36)
#163720
(22,55,32)
#14311C
(20,49,28)
#122B18
(18,43,24)
#102514
(16,37,20)
#0E1F10
(14,31,16)
#0C190C
(12,25,12)
#0A1308
(10,19,8)
#080D04
(8,13,4)
#000000
(0,0,0)

Tints of #1C492C

#1C492C
(28,73,44)
#30593F
(48,89,63)
#446952
(68,105,82)
#587965
(88,121,101)
#6C8978
(108,137,120)
#80998B
(128,153,139)
#94A99E
(148,169,158)
#A8B9B1
(168,185,177)
#BCC9C4
(188,201,196)
#D0D9D7
(208,217,215)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C492C color. Also use rgb(28,73,44) instead hex code.

Text Font Color

.myTextColor { color: #1C492C; }

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

This text font color is #1C492C.


Background Color

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

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

This div background color is #1C492C.


Border color

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

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

This div border color is #1C492C.


Opacity

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

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

Text with #1C492C 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 #1C492C;}

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

This text has shadow with #1C492C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C492C on black background.


Color preview on white background

This text has color #1C492C on white background.



Black color preview on #1C492C background

This text has black color on #1C492C background.


White color preview on #1C492C background

This text has white color on #1C492C background.