COLOR #042229

HEX: #042229
RGB: (4,34,41)

Color info

#042229 contains red, green and blue colors in about the same proportion. Web safe color of #042229 is #003333 (or #033).

RGB color model

#042229 color RGB value is (4,34,41).

  • red value is 4;
  • green value is 34;
  • blue value is 41.
RGB:
(4,34,41)
(2%,13%,16%)

RGB channels and saturation

R 4 of 255 = 2%
G 34 of 255 = 13%
B 41 of 255 = 16%

4
34
41

R + G + B ~ 10%. #042229 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 34 + 41 = 79 (100%)
R 4 of 79 ~ 5.06%
G 34 of 79 ~ 43.04%
B 41 of 79 ~ 51.9%

%43.04
%51.9

CMYK color model

#042229 color CMYK value is (90,17,0,84).

  • cyan value is 90.24%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(90,17,0,84)
C90M17Y0K84 
(90%,17%,0%,84%)
(0.90/0.17/0.00/0.84)	

CMYK percentages

%90.24
%17.07
%0
%83.92

Codes

Color #042229 in popluar color models

042229
RGB43441
HSL191°82.22%8.82%
HSB/HSV191°90.24%16.08%
CMYK90.24%17.07%0.00%
83.92%

Color #042229 in popluar number systems.

HEX042229
Decimal43441
Binary100100010101001
Octal44251

Shades and tints

Shades of #042229

#042229
(4,34,41)
#041F26
(4,31,38)
#041C23
(4,28,35)
#041920
(4,25,32)
#04161D
(4,22,29)
#04131A
(4,19,26)
#041017
(4,16,23)
#040D14
(4,13,20)
#040A11
(4,10,17)
#04070E
(4,7,14)
#04040B
(4,4,11)
#000000
(0,0,0)

Tints of #042229

#042229
(4,34,41)
#1A363C
(26,54,60)
#304A4F
(48,74,79)
#465E62
(70,94,98)
#5C7275
(92,114,117)
#728688
(114,134,136)
#889A9B
(136,154,155)
#9EAEAE
(158,174,174)
#B4C2C1
(180,194,193)
#CAD6D4
(202,214,212)
#E0EAE7
(224,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042229 color. Also use rgb(4,34,41) instead hex code.

Text Font Color

.myTextColor { color: #042229; }

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

This text font color is #042229.


Background Color

.myBgColor { background-color: #042229; }

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

This div background color is #042229.


Border color

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

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

This div border color is #042229.


Opacity

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

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

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

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

This text has shadow with #042229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042229 on black background.


Color preview on white background

This text has color #042229 on white background.



Black color preview on #042229 background

This text has black color on #042229 background.


White color preview on #042229 background

This text has white color on #042229 background.