COLOR #042336

HEX: #042336
RGB: (4,35,54)

Color info

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

RGB color model

#042336 color RGB value is (4,35,54).

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

RGB channels and saturation

R 4 of 255 = 2%
G 35 of 255 = 14%
B 54 of 255 = 21%

4
35
54

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

Portions of RGB colors in percentages

R + G + B =
4 + 35 + 54 = 93 (100%)
R 4 of 93 ~ 4.3%
G 35 of 93 ~ 37.63%
B 54 of 93 ~ 58.06%

%37.63
%58.06

CMYK color model

#042336 color CMYK value is (93,35,0,79).

  • cyan value is 92.59%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(93,35,0,79)
C93M35Y0K79 
(93%,35%,0%,79%)
(0.93/0.35/0.00/0.79)	

CMYK percentages

%92.59
%35.19
%0
%78.82

Codes

Color #042336 in popluar color models

042336
RGB43554
HSL203°86.21%11.37%
HSB/HSV203°92.59%21.18%
CMYK92.59%35.19%0.00%
78.82%

Color #042336 in popluar number systems.

HEX042336
Decimal43554
Binary100100011110110
Octal44366

Shades and tints

Shades of #042336

#042336
(4,35,54)
#042032
(4,32,50)
#041D2E
(4,29,46)
#041A2A
(4,26,42)
#041726
(4,23,38)
#041422
(4,20,34)
#04111E
(4,17,30)
#040E1A
(4,14,26)
#040B16
(4,11,22)
#040812
(4,8,18)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #042336

#042336
(4,35,54)
#1A3748
(26,55,72)
#304B5A
(48,75,90)
#465F6C
(70,95,108)
#5C737E
(92,115,126)
#728790
(114,135,144)
#889BA2
(136,155,162)
#9EAFB4
(158,175,180)
#B4C3C6
(180,195,198)
#CAD7D8
(202,215,216)
#E0EBEA
(224,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042336; }

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

This text font color is #042336.


Background Color

.myBgColor { background-color: #042336; }

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

This div background color is #042336.


Border color

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

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

This div border color is #042336.


Opacity

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

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

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

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

This text has shadow with #042336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042336 on black background.


Color preview on white background

This text has color #042336 on white background.



Black color preview on #042336 background

This text has black color on #042336 background.


White color preview on #042336 background

This text has white color on #042336 background.