COLOR #042011

HEX: #042011
RGB: (4,32,17)

Color info

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

RGB color model

#042011 color RGB value is (4,32,17).

  • red value is 4;
  • green value is 32;
  • blue value is 17.
RGB:
(4,32,17)
(2%,13%,7%)

RGB channels and saturation

R 4 of 255 = 2%
G 32 of 255 = 13%
B 17 of 255 = 7%

4
32
17

R + G + B ~ 7%. #042011 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 32 + 17 = 53 (100%)
R 4 of 53 ~ 7.55%
G 32 of 53 ~ 60.38%
B 17 of 53 ~ 32.08%

%60.38
%32.08

CMYK color model

#042011 color CMYK value is (88,0,47,87).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 87.45%
CMYK:
(88,0,47,87)
C88M0Y47K87 
(88%,0%,47%,87%)
(0.88/0.00/0.47/0.87)	

CMYK percentages

%87.5
%0
%46.88
%87.45

Codes

Color #042011 in popluar color models

042011
RGB43217
HSL148°77.78%7.06%
HSB/HSV148°87.50%12.55%
CMYK87.50%0.00%46.88%
87.45%

Color #042011 in popluar number systems.

HEX042011
Decimal43217
Binary10010000010001
Octal44021

Shades and tints

Shades of #042011

#042011
(4,32,17)
#041E10
(4,30,16)
#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)
#000000
(0,0,0)

Tints of #042011

#042011
(4,32,17)
#1A3426
(26,52,38)
#30483B
(48,72,59)
#465C50
(70,92,80)
#5C7065
(92,112,101)
#72847A
(114,132,122)
#88988F
(136,152,143)
#9EACA4
(158,172,164)
#B4C0B9
(180,192,185)
#CAD4CE
(202,212,206)
#E0E8E3
(224,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042011 color. Also use rgb(4,32,17) instead hex code.

Text Font Color

.myTextColor { color: #042011; }

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

This text font color is #042011.


Background Color

.myBgColor { background-color: #042011; }

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

This div background color is #042011.


Border color

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

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

This div border color is #042011.


Opacity

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

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

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

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

This text has shadow with #042011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042011 on black background.


Color preview on white background

This text has color #042011 on white background.



Black color preview on #042011 background

This text has black color on #042011 background.


White color preview on #042011 background

This text has white color on #042011 background.