COLOR #041C1C

HEX: #041C1C
RGB: (4,28,28)

Color info

#041C1C contains red, green and blue colors in about the same proportion. Web safe color of #041C1C is #003333 (or #033).

RGB color model

#041C1C color RGB value is (4,28,28).

  • red value is 4;
  • green value is 28;
  • blue value is 28.
RGB:
(4,28,28)
(2%,11%,11%)

RGB channels and saturation

R 4 of 255 = 2%
G 28 of 255 = 11%
B 28 of 255 = 11%

4
28
28

R + G + B ~ 8%. #041C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 28 + 28 = 60 (100%)
R 4 of 60 ~ 6.67%
G 28 of 60 ~ 46.67%
B 28 of 60 ~ 46.67%

%46.67
%46.67

CMYK color model

#041C1C color CMYK value is (86,0,0,89).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(86,0,0,89)
C86M0Y0K89 
(86%,0%,0%,89%)
(0.86/0.00/0.00/0.89)	

CMYK percentages

%85.71
%0
%0
%89.02

Codes

Color #041C1C in popluar color models

041C1C
RGB42828
HSL180°75.00%6.27%
HSB/HSV180°85.71%10.98%
CMYK85.71%0.00%0.00%
89.02%

Color #041C1C in popluar number systems.

HEX041C1C
Decimal42828
Binary1001110011100
Octal43434

Shades and tints

Shades of #041C1C

#041C1C
(4,28,28)
#041A1A
(4,26,26)
#041818
(4,24,24)
#041616
(4,22,22)
#041414
(4,20,20)
#041212
(4,18,18)
#041010
(4,16,16)
#040E0E
(4,14,14)
#040C0C
(4,12,12)
#040A0A
(4,10,10)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #041C1C

#041C1C
(4,28,28)
#1A3030
(26,48,48)
#304444
(48,68,68)
#465858
(70,88,88)
#5C6C6C
(92,108,108)
#728080
(114,128,128)
#889494
(136,148,148)
#9EA8A8
(158,168,168)
#B4BCBC
(180,188,188)
#CAD0D0
(202,208,208)
#E0E4E4
(224,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041C1C color. Also use rgb(4,28,28) instead hex code.

Text Font Color

.myTextColor { color: #041C1C; }

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

This text font color is #041C1C.


Background Color

.myBgColor { background-color: #041C1C; }

<div style="background-color:#041C1C">Inner text</div>

This div background color is #041C1C.


Border color

.myBorderColor { border: 1px solid #041C1C; }

<div style="border:3px solid #041C1C">Div</div>

This div border color is #041C1C.


Opacity

.myOpacity80 { color: #041C1C; opacity: 0.8; }

<p style="color:#041C1C;opacity:0.8;">80%</p>

Text with #041C1C 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 #041C1C;}

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

This text has shadow with #041C1C color.

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

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

This text has shadow with #041C1C primary color and red secondary color.


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

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

This text has shadow with #041C1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041C1C on black background.


Color preview on white background

This text has color #041C1C on white background.



Black color preview on #041C1C background

This text has black color on #041C1C background.


White color preview on #041C1C background

This text has white color on #041C1C background.