COLOR #042027

HEX: #042027 RGB: (4,32,39)

Color info

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

RGB color model

#042027 color RGB value is (4,32,39).

RGB: (4,32,39) (2%, 13%, 15%)

RGB channels and saturation

R 4 of 255 = 2%
G 32 of 255 = 13%
B 39 of 255 = 15%

4
32
39

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

Portions of RGB colors in percentages

R + G + B = 4 + 32 + 39 = 75 (100%)
R 4 of 75 ~ 5.33%
G 32 of 75 ~ 42.67%
B 39 of 75 ~ 52'%

%42.67
%52

CMYK color model

#042027 color CMYK value is (90,18,0,85).

  • cyan value is 89.74%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (90,18,0,85)
C90M18Y0K85 (90%, 18%, 0%, 85%)
(0.90 / 0.18 / 0.00 / 0.85)

CMYK percentages

%89.74
%17.95
%0
%84.71

Codes

Color #042027 in popluar color models

04 20 27
RGB 4 32 39
HSL 192° 81.40% 8.43%
HSB/HSV 192° 89.74% 15.29%
CMYK 89.74% 17.95% 0.00%
84.71%

Color #042027 in popluar number systems.

HEX 04 20 27
Decimal 4 32 39
Binary 100 100000 100111
Octal 4 40 47

Shades and tints

Shades of #042027

#042027
(4,32,39)
#041E24
(4,30,36)
#041C21
(4,28,33)
#041A1E
(4,26,30)
#04181B
(4,24,27)
#041618
(4,22,24)
#041415
(4,20,21)
#041212
(4,18,18)
#04100F
(4,16,15)
#040E0C
(4,14,12)
#040C09
(4,12,9)
#000000
(0,0,0)

Tints of #042027

#042027
(4,32,39)
#1A343A
(26,52,58)
#30484D
(48,72,77)
#465C60
(70,92,96)
#5C7073
(92,112,115)
#728486
(114,132,134)
#889899
(136,152,153)
#9EACAC
(158,172,172)
#B4C0BF
(180,192,191)
#CAD4D2
(202,212,210)
#E0E8E5
(224,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042027; }

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

This text font color is #042027.

Background Color

.myBgColor { background-color: #042027; }

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

This div background color is #042027.

Border color

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

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

This div border color is #042027.

Opacity

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

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

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

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

This text has shadow with #042027 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042027.

Preview

Color preview on black background

This text has color #042027 on black background.


Color preview on white background

This text has color #042027 on white background.


Black color preview on #042027 background

This text has black color on #042027 background.


White color preview on #042027 background

This text has white color on #042027 background.


Related colors

Complementary color

Complementary color for #hex is #FBDFD8.


I love getcolorcode.com

Triadic colors

1 #270420 and #202704 with #042027 are triadic colors.

2 #272004 and #200427 with #042027 are triadic colors.