COLOR #1C412C

HEX: #1C412C
RGB: (28,65,44)

Color info

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

RGB color model

#1C412C color RGB value is (28,65,44).

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

RGB channels and saturation

R 28 of 255 = 11%
G 65 of 255 = 25%
B 44 of 255 = 17%

28
65
44

R + G + B ~ 18%. #1C412C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 65 + 44 = 137 (100%)
R 28 of 137 ~ 20.44%
G 65 of 137 ~ 47.45%
B 44 of 137 ~ 32.12%

%20.44
%47.45
%32.12

CMYK color model

#1C412C color CMYK value is (57,0,32,75).

  • cyan value is 56.92%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 74.51%
CMYK:
(57,0,32,75)
C57M0Y32K75 
(57%,0%,32%,75%)
(0.57/0.00/0.32/0.75)	

CMYK percentages

%56.92
%0
%32.31
%74.51

Codes

Color #1C412C in popluar color models

1C412C
RGB286544
HSL146°39.78%18.24%
HSB/HSV146°56.92%25.49%
CMYK56.92%0.00%32.31%
74.51%

Color #1C412C in popluar number systems.

HEX1C412C
Decimal286544
Binary111001000001101100
Octal3410154

Shades and tints

Shades of #1C412C

#1C412C
(28,65,44)
#1A3C28
(26,60,40)
#183724
(24,55,36)
#163220
(22,50,32)
#142D1C
(20,45,28)
#122818
(18,40,24)
#102314
(16,35,20)
#0E1E10
(14,30,16)
#0C190C
(12,25,12)
#0A1408
(10,20,8)
#080F04
(8,15,4)
#000000
(0,0,0)

Tints of #1C412C

#1C412C
(28,65,44)
#30523F
(48,82,63)
#446352
(68,99,82)
#587465
(88,116,101)
#6C8578
(108,133,120)
#80968B
(128,150,139)
#94A79E
(148,167,158)
#A8B8B1
(168,184,177)
#BCC9C4
(188,201,196)
#D0DAD7
(208,218,215)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C412C; }

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

This text font color is #1C412C.


Background Color

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

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

This div background color is #1C412C.


Border color

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

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

This div border color is #1C412C.


Opacity

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

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

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

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

This text has shadow with #1C412C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C412C on black background.


Color preview on white background

This text has color #1C412C on white background.



Black color preview on #1C412C background

This text has black color on #1C412C background.


White color preview on #1C412C background

This text has white color on #1C412C background.