COLOR #041C0F

HEX: #041C0F RGB: (4,28,15)

Color info

#041C0F contains red, green and blue colors in about the same proportion. Web safe color of #041C0F is #003300 (or #030).

RGB color model

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

RGB: (4,28,15) (2%, 11%, 6%)

RGB channels and saturation

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

4
28
15

R + G + B ~ 6%. #041C0F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 28 + 15 = 47 (100%)
R 4 of 47 ~ 8.51%
G 28 of 47 ~ 59.57%
B 15 of 47 ~ 31.91'%

%59.57
%31.91

CMYK color model

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

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 89.02%

CMYK: (86,0,46,89)
C86M0Y46K89 (86%, 0%, 46%, 89%)
(0.86 / 0.00 / 0.46 / 0.89)

CMYK percentages

%85.71
%0
%46.43
%89.02

Codes

Color #041C0F in popluar color models

04 1C 0F
RGB 4 28 15
HSL 148° 75.00% 6.27%
HSB/HSV 148° 85.71% 10.98%
CMYK 85.71% 0.00% 46.43%
89.02%

Color #041C0F in popluar number systems.

HEX 04 1C 0F
Decimal 4 28 15
Binary 100 11100 1111
Octal 4 34 17

Shades and tints

Shades of #041C0F

#041C0F
(4,28,15)
#041A0E
(4,26,14)
#04180D
(4,24,13)
#04160C
(4,22,12)
#04140B
(4,20,11)
#04120A
(4,18,10)
#041009
(4,16,9)
#040E08
(4,14,8)
#040C07
(4,12,7)
#040A06
(4,10,6)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #041C0F

#041C0F
(4,28,15)
#1A3024
(26,48,36)
#304439
(48,68,57)
#46584E
(70,88,78)
#5C6C63
(92,108,99)
#728078
(114,128,120)
#88948D
(136,148,141)
#9EA8A2
(158,168,162)
#B4BCB7
(180,188,183)
#CAD0CC
(202,208,204)
#E0E4E1
(224,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041C0F; }

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

This text font color is #041C0F.

Background Color

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

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

This div background color is #041C0F.

Border color

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

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

This div border color is #041C0F.

Opacity

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

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

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

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

This text has shadow with #041C0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041C0F.

Preview

Color preview on black background

This text has color #041C0F on black background.


Color preview on white background

This text has color #041C0F on white background.


Black color preview on #041C0F background

This text has black color on #041C0F background.


White color preview on #041C0F background

This text has white color on #041C0F background.


Related colors

Complementary color

Complementary color for #hex is #FBE3F0.


I love getcolorcode.com

Triadic colors

1 #0F041C and #1C0F04 with #041C0F are triadic colors.

2 #0F1C04 and #1C040F with #041C0F are triadic colors.