COLOR #042803

HEX: #042803 RGB: (4,40,3)

Color info

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

RGB color model

#042803 color RGB value is (4,40,3).

RGB: (4,40,3) (2%, 16%, 1%)

RGB channels and saturation

R 4 of 255 = 2%
G 40 of 255 = 16%
B 3 of 255 = 1%

4
40
3

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

Portions of RGB colors in percentages

R + G + B = 4 + 40 + 3 = 47 (100%)
R 4 of 47 ~ 8.51%
G 40 of 47 ~ 85.11%
B 3 of 47 ~ 6.38'%

%85.11

CMYK color model

#042803 color CMYK value is (90,0,93,84).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 92.50%
  • key color value is 84.31%
CMYK: (90,0,93,84) C90M0Y93K84 (90%,0%,93%,84%) (0.90/0.00/0.93/0.84) 

CMYK percentages

%90
%0
%92.5
%84.31

Codes

Color #042803 in popluar color models

04 28 03
RGB 4 40 3
HSL 118° 86.05% 8.43%
HSB/HSV 118° 92.50% 15.69%
CMYK 90.00% 0.00% 92.50%
84.31%

Color #042803 in popluar number systems.

HEX 04 28 03
Decimal 4 40 3
Binary 100 101000 11
Octal 4 50 3

Shades and tints

Shades of #042803

#042803
(4,40,3)
#042503
(4,37,3)
#042203
(4,34,3)
#041F03
(4,31,3)
#041C03
(4,28,3)
#041903
(4,25,3)
#041603
(4,22,3)
#041303
(4,19,3)
#041003
(4,16,3)
#040D03
(4,13,3)
#040A03
(4,10,3)
#000000
(0,0,0)

Tints of #042803

#042803
(4,40,3)
#1A3B19
(26,59,25)
#304E2F
(48,78,47)
#466145
(70,97,69)
#5C745B
(92,116,91)
#728771
(114,135,113)
#889A87
(136,154,135)
#9EAD9D
(158,173,157)
#B4C0B3
(180,192,179)
#CAD3C9
(202,211,201)
#E0E6DF
(224,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042803; }

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

This text font color is #042803.

Background Color

.myBgColor { background-color: #042803; }

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

This div background color is #042803.

Border color

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

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

This div border color is #042803.

Opacity

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

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

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

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

This text has shadow with #042803 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042803.

Preview

Color preview on black background

This text has color #042803 on black background.


Color preview on white background

This text has color #042803 on white background.


Black color preview on #042803 background

This text has black color on #042803 background.


White color preview on #042803 background

This text has white color on #042803 background.


Related colors

Complementary color

Complementary color for #hex is #FBD7FC.


I love getcolorcode.com

Triadic colors

1 #030428 and #280304 with #042803 are triadic colors.

2 #032804 and #280403 with #042803 are triadic colors.