COLOR #042C03

HEX: #042C03
RGB: (4,44,3)

Color info

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

RGB color model

#042C03 color RGB value is (4,44,3).

  • red value is 4;
  • green value is 44;
  • blue value is 3.
RGB:
(4,44,3)
(2%,17%,1%)

RGB channels and saturation

R 4 of 255 = 2%
G 44 of 255 = 17%
B 3 of 255 = 1%

4
44
3

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

Portions of RGB colors in percentages

R + G + B =
4 + 44 + 3 = 51 (100%)
R 4 of 51 ~ 7.84%
G 44 of 51 ~ 86.27%
B 3 of 51 ~ 5.88%

%86.27

CMYK color model

#042C03 color CMYK value is (91,0,93,83).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 93.18%
  • key color value is 82.75%
CMYK:
(91,0,93,83)
C91M0Y93K83 
(91%,0%,93%,83%)
(0.91/0.00/0.93/0.83)	

CMYK percentages

%90.91
%0
%93.18
%82.75

Codes

Color #042C03 in popluar color models

042C03
RGB4443
HSL119°87.23%9.22%
HSB/HSV119°93.18%17.25%
CMYK90.91%0.00%93.18%
82.75%

Color #042C03 in popluar number systems.

HEX042C03
Decimal4443
Binary10010110011
Octal4543

Shades and tints

Shades of #042C03

#042C03
(4,44,3)
#042803
(4,40,3)
#042403
(4,36,3)
#042003
(4,32,3)
#041C03
(4,28,3)
#041803
(4,24,3)
#041403
(4,20,3)
#041003
(4,16,3)
#040C03
(4,12,3)
#040803
(4,8,3)
#040403
(4,4,3)
#000000
(0,0,0)

Tints of #042C03

#042C03
(4,44,3)
#1A3F19
(26,63,25)
#30522F
(48,82,47)
#466545
(70,101,69)
#5C785B
(92,120,91)
#728B71
(114,139,113)
#889E87
(136,158,135)
#9EB19D
(158,177,157)
#B4C4B3
(180,196,179)
#CAD7C9
(202,215,201)
#E0EADF
(224,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042C03 color. Also use rgb(4,44,3) instead hex code.

Text Font Color

.myTextColor { color: #042C03; }

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

This text font color is #042C03.


Background Color

.myBgColor { background-color: #042C03; }

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

This div background color is #042C03.


Border color

.myBorderColor { border: 1px solid #042C03; }

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

This div border color is #042C03.


Opacity

.myOpacity80 { color: #042C03; opacity: 0.8; }

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

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

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

This text has shadow with #042C03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042C03 on black background.


Color preview on white background

This text has color #042C03 on white background.



Black color preview on #042C03 background

This text has black color on #042C03 background.


White color preview on #042C03 background

This text has white color on #042C03 background.