COLOR #042136

HEX: #042136
RGB: (4,33,54)

Color info

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

RGB color model

#042136 color RGB value is (4,33,54).

  • red value is 4;
  • green value is 33;
  • blue value is 54.
RGB:
(4,33,54)
(2%,13%,21%)

RGB channels and saturation

R 4 of 255 = 2%
G 33 of 255 = 13%
B 54 of 255 = 21%

4
33
54

R + G + B ~ 12%. #042136 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 33 + 54 = 91 (100%)
R 4 of 91 ~ 4.4%
G 33 of 91 ~ 36.26%
B 54 of 91 ~ 59.34%

%36.26
%59.34

CMYK color model

#042136 color CMYK value is (93,39,0,79).

  • cyan value is 92.59%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(93,39,0,79)
C93M39Y0K79 
(93%,39%,0%,79%)
(0.93/0.39/0.00/0.79)	

CMYK percentages

%92.59
%38.89
%0
%78.82

Codes

Color #042136 in popluar color models

042136
RGB43354
HSL205°86.21%11.37%
HSB/HSV205°92.59%21.18%
CMYK92.59%38.89%0.00%
78.82%

Color #042136 in popluar number systems.

HEX042136
Decimal43354
Binary100100001110110
Octal44166

Shades and tints

Shades of #042136

#042136
(4,33,54)
#041E32
(4,30,50)
#041B2E
(4,27,46)
#04182A
(4,24,42)
#041526
(4,21,38)
#041222
(4,18,34)
#040F1E
(4,15,30)
#040C1A
(4,12,26)
#040916
(4,9,22)
#040612
(4,6,18)
#04030E
(4,3,14)
#000000
(0,0,0)

Tints of #042136

#042136
(4,33,54)
#1A3548
(26,53,72)
#30495A
(48,73,90)
#465D6C
(70,93,108)
#5C717E
(92,113,126)
#728590
(114,133,144)
#8899A2
(136,153,162)
#9EADB4
(158,173,180)
#B4C1C6
(180,193,198)
#CAD5D8
(202,213,216)
#E0E9EA
(224,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042136 color. Also use rgb(4,33,54) instead hex code.

Text Font Color

.myTextColor { color: #042136; }

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

This text font color is #042136.


Background Color

.myBgColor { background-color: #042136; }

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

This div background color is #042136.


Border color

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

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

This div border color is #042136.


Opacity

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

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

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

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

This text has shadow with #042136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042136 on black background.


Color preview on white background

This text has color #042136 on white background.



Black color preview on #042136 background

This text has black color on #042136 background.


White color preview on #042136 background

This text has white color on #042136 background.