COLOR #042D07

HEX: #042D07
RGB: (4,45,7)

Color info

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

RGB color model

#042D07 color RGB value is (4,45,7).

  • red value is 4;
  • green value is 45;
  • blue value is 7.
RGB:
(4,45,7)
(2%,18%,3%)

RGB channels and saturation

R 4 of 255 = 2%
G 45 of 255 = 18%
B 7 of 255 = 3%

4
45
7

R + G + B ~ 8%. #042D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 45 + 7 = 56 (100%)
R 4 of 56 ~ 7.14%
G 45 of 56 ~ 80.36%
B 7 of 56 ~ 12.5%

%80.36
%12.5

CMYK color model

#042D07 color CMYK value is (91,0,84,82).

  • cyan value is 91.11%
  • magenta value is 0.00%
  • yellow value is 84.44%
  • key color value is 82.35%
CMYK:
(91,0,84,82)
C91M0Y84K82 
(91%,0%,84%,82%)
(0.91/0.00/0.84/0.82)	

CMYK percentages

%91.11
%0
%84.44
%82.35

Codes

Color #042D07 in popluar color models

042D07
RGB4457
HSL124°83.67%9.61%
HSB/HSV124°91.11%17.65%
CMYK91.11%0.00%84.44%
82.35%

Color #042D07 in popluar number systems.

HEX042D07
Decimal4457
Binary100101101111
Octal4557

Shades and tints

Shades of #042D07

#042D07
(4,45,7)
#042907
(4,41,7)
#042507
(4,37,7)
#042107
(4,33,7)
#041D07
(4,29,7)
#041907
(4,25,7)
#041507
(4,21,7)
#041107
(4,17,7)
#040D07
(4,13,7)
#040907
(4,9,7)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #042D07

#042D07
(4,45,7)
#1A401D
(26,64,29)
#305333
(48,83,51)
#466649
(70,102,73)
#5C795F
(92,121,95)
#728C75
(114,140,117)
#889F8B
(136,159,139)
#9EB2A1
(158,178,161)
#B4C5B7
(180,197,183)
#CAD8CD
(202,216,205)
#E0EBE3
(224,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042D07 color. Also use rgb(4,45,7) instead hex code.

Text Font Color

.myTextColor { color: #042D07; }

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

This text font color is #042D07.


Background Color

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

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

This div background color is #042D07.


Border color

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

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

This div border color is #042D07.


Opacity

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

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

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

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

This text has shadow with #042D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042D07 on black background.


Color preview on white background

This text has color #042D07 on white background.



Black color preview on #042D07 background

This text has black color on #042D07 background.


White color preview on #042D07 background

This text has white color on #042D07 background.