COLOR #041512

HEX: #041512 RGB: (4,21,18)

Color info

#041512 contains red, green and blue colors in about the same proportion. Web safe color of #041512 is #000000 (or #000).

RGB color model

#041512 color RGB value is (4,21,18).

RGB: (4,21,18) (2%, 8%, 7%)

RGB channels and saturation

R 4 of 255 = 2%
G 21 of 255 = 8%
B 18 of 255 = 7%

4
21
18

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

Portions of RGB colors in percentages

R + G + B = 4 + 21 + 18 = 43 (100%)
R 4 of 43 ~ 9.3%
G 21 of 43 ~ 48.84%
B 18 of 43 ~ 41.86'%

%48.84
%41.86

CMYK color model

#041512 color CMYK value is (81,0,14,92).

  • cyan value is 80.95%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 91.76%

CMYK: (81,0,14,92)
C81M0Y14K92 (81%, 0%, 14%, 92%)
(0.81 / 0.00 / 0.14 / 0.92)

CMYK percentages

%80.95
%0
%14.29
%91.76

Codes

Color #041512 in popluar color models

04 15 12
RGB 4 21 18
HSL 169° 68.00% 4.90%
HSB/HSV 169° 80.95% 8.24%
CMYK 80.95% 0.00% 14.29%
91.76%

Color #041512 in popluar number systems.

HEX 04 15 12
Decimal 4 21 18
Binary 100 10101 10010
Octal 4 25 22

Shades and tints

Shades of #041512

#041512
(4,21,18)
#041411
(4,20,17)
#041310
(4,19,16)
#04120F
(4,18,15)
#04110E
(4,17,14)
#04100D
(4,16,13)
#040F0C
(4,15,12)
#040E0B
(4,14,11)
#040D0A
(4,13,10)
#040C09
(4,12,9)
#040B08
(4,11,8)
#000000
(0,0,0)

Tints of #041512

#041512
(4,21,18)
#1A2A27
(26,42,39)
#303F3C
(48,63,60)
#465451
(70,84,81)
#5C6966
(92,105,102)
#727E7B
(114,126,123)
#889390
(136,147,144)
#9EA8A5
(158,168,165)
#B4BDBA
(180,189,186)
#CAD2CF
(202,210,207)
#E0E7E4
(224,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041512 color. Also use rgb(4,21,18) instead hex code.

Text Font Color

.myTextColor { color: #041512; }

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

This text font color is #041512.

Background Color

.myBgColor { background-color: #041512; }

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

This div background color is #041512.

Border color

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

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

This div border color is #041512.

Opacity

.myOpacity80 { color: #041512; opacity: 0.8; }

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

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

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

This text has shadow with #041512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041512.

Preview

Color preview on black background

This text has color #041512 on black background.


Color preview on white background

This text has color #041512 on white background.


Black color preview on #041512 background

This text has black color on #041512 background.


White color preview on #041512 background

This text has white color on #041512 background.


Related colors

Complementary color

Complementary color for #hex is #FBEAED.


I love getcolorcode.com

Triadic colors

1 #120415 and #151204 with #041512 are triadic colors.

2 #121504 and #150412 with #041512 are triadic colors.