COLOR #043011

HEX: #043011
RGB: (4,48,17)

Color info

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

RGB color model

#043011 color RGB value is (4,48,17).

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

RGB channels and saturation

R 4 of 255 = 2%
G 48 of 255 = 19%
B 17 of 255 = 7%

4
48
17

R + G + B ~ 9%. #043011 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 48 + 17 = 69 (100%)
R 4 of 69 ~ 5.8%
G 48 of 69 ~ 69.57%
B 17 of 69 ~ 24.64%

%69.57
%24.64

CMYK color model

#043011 color CMYK value is (92,0,65,81).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 64.58%
  • key color value is 81.18%
CMYK:
(92,0,65,81)
C92M0Y65K81 
(92%,0%,65%,81%)
(0.92/0.00/0.65/0.81)	

CMYK percentages

%91.67
%0
%64.58
%81.18

Codes

Color #043011 in popluar color models

043011
RGB44817
HSL138°84.62%10.20%
HSB/HSV138°91.67%18.82%
CMYK91.67%0.00%64.58%
81.18%

Color #043011 in popluar number systems.

HEX043011
Decimal44817
Binary10011000010001
Octal46021

Shades and tints

Shades of #043011

#043011
(4,48,17)
#042C10
(4,44,16)
#04280F
(4,40,15)
#04240E
(4,36,14)
#04200D
(4,32,13)
#041C0C
(4,28,12)
#04180B
(4,24,11)
#04140A
(4,20,10)
#041009
(4,16,9)
#040C08
(4,12,8)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #043011

#043011
(4,48,17)
#1A4226
(26,66,38)
#30543B
(48,84,59)
#466650
(70,102,80)
#5C7865
(92,120,101)
#728A7A
(114,138,122)
#889C8F
(136,156,143)
#9EAEA4
(158,174,164)
#B4C0B9
(180,192,185)
#CAD2CE
(202,210,206)
#E0E4E3
(224,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #043011; }

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

This text font color is #043011.


Background Color

.myBgColor { background-color: #043011; }

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

This div background color is #043011.


Border color

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

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

This div border color is #043011.


Opacity

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

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

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

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

This text has shadow with #043011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043011 on black background.


Color preview on white background

This text has color #043011 on white background.



Black color preview on #043011 background

This text has black color on #043011 background.


White color preview on #043011 background

This text has white color on #043011 background.