COLOR #042005

HEX: #042005 RGB: (4,32,5)

Color info

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

RGB color model

#042005 color RGB value is (4,32,5).

RGB: (4,32,5) (2%, 13%, 2%)

RGB channels and saturation

R 4 of 255 = 2%
G 32 of 255 = 13%
B 5 of 255 = 2%

4
32
5

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

Portions of RGB colors in percentages

R + G + B = 4 + 32 + 5 = 41 (100%)
R 4 of 41 ~ 9.76%
G 32 of 41 ~ 78.05%
B 5 of 41 ~ 12.2'%

%9.76
%78.05
%12.2

CMYK color model

#042005 color CMYK value is (88,0,84,87).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 84.38%
  • key color value is 87.45%
CMYK: (88,0,84,87) C88M0Y84K87 (88%,0%,84%,87%) (0.88/0.00/0.84/0.87) 

CMYK percentages

%87.5
%0
%84.38
%87.45

Codes

Color #042005 in popluar color models

04 20 05
RGB 4 32 5
HSL 122° 77.78% 7.06%
HSB/HSV 122° 87.50% 12.55%
CMYK 87.50% 0.00% 84.38%
87.45%

Color #042005 in popluar number systems.

HEX 04 20 05
Decimal 4 32 5
Binary 100 100000 101
Octal 4 40 5

Shades and tints

Shades of #042005

#042005
(4,32,5)
#041E05
(4,30,5)
#041C05
(4,28,5)
#041A05
(4,26,5)
#041805
(4,24,5)
#041605
(4,22,5)
#041405
(4,20,5)
#041205
(4,18,5)
#041005
(4,16,5)
#040E05
(4,14,5)
#040C05
(4,12,5)
#000000
(0,0,0)

Tints of #042005

#042005
(4,32,5)
#1A341B
(26,52,27)
#304831
(48,72,49)
#465C47
(70,92,71)
#5C705D
(92,112,93)
#728473
(114,132,115)
#889889
(136,152,137)
#9EAC9F
(158,172,159)
#B4C0B5
(180,192,181)
#CAD4CB
(202,212,203)
#E0E8E1
(224,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042005; }

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

This text font color is #042005.

Background Color

.myBgColor { background-color: #042005; }

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

This div background color is #042005.

Border color

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

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

This div border color is #042005.

Opacity

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

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

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

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

This text has shadow with #042005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042005.

Preview

Color preview on black background

This text has color #042005 on black background.


Color preview on white background

This text has color #042005 on white background.


Black color preview on #042005 background

This text has black color on #042005 background.


White color preview on #042005 background

This text has white color on #042005 background.


Related colors

Complementary color

Complementary color for #hex is #FBDFFA.


I love getcolorcode.com

Triadic colors

1 #050420 and #200504 with #042005 are triadic colors.

2 #052004 and #200405 with #042005 are triadic colors.