COLOR #042F36

HEX: #042F36
RGB: (4,47,54)

Color info

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

RGB color model

#042F36 color RGB value is (4,47,54).

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

RGB channels and saturation

R 4 of 255 = 2%
G 47 of 255 = 18%
B 54 of 255 = 21%

4
47
54

R + G + B ~ 14%. #042F36 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 47 + 54 = 105 (100%)
R 4 of 105 ~ 3.81%
G 47 of 105 ~ 44.76%
B 54 of 105 ~ 51.43%

%44.76
%51.43

CMYK color model

#042F36 color CMYK value is (93,13,0,79).

  • cyan value is 92.59%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(93,13,0,79)
C93M13Y0K79 
(93%,13%,0%,79%)
(0.93/0.13/0.00/0.79)	

CMYK percentages

%92.59
%12.96
%0
%78.82

Codes

Color #042F36 in popluar color models

042F36
RGB44754
HSL188°86.21%11.37%
HSB/HSV188°92.59%21.18%
CMYK92.59%12.96%0.00%
78.82%

Color #042F36 in popluar number systems.

HEX042F36
Decimal44754
Binary100101111110110
Octal45766

Shades and tints

Shades of #042F36

#042F36
(4,47,54)
#042B32
(4,43,50)
#04272E
(4,39,46)
#04232A
(4,35,42)
#041F26
(4,31,38)
#041B22
(4,27,34)
#04171E
(4,23,30)
#04131A
(4,19,26)
#040F16
(4,15,22)
#040B12
(4,11,18)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #042F36

#042F36
(4,47,54)
#1A4148
(26,65,72)
#30535A
(48,83,90)
#46656C
(70,101,108)
#5C777E
(92,119,126)
#728990
(114,137,144)
#889BA2
(136,155,162)
#9EADB4
(158,173,180)
#B4BFC6
(180,191,198)
#CAD1D8
(202,209,216)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042F36; }

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

This text font color is #042F36.


Background Color

.myBgColor { background-color: #042F36; }

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

This div background color is #042F36.


Border color

.myBorderColor { border: 1px solid #042F36; }

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

This div border color is #042F36.


Opacity

.myOpacity80 { color: #042F36; opacity: 0.8; }

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

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

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

This text has shadow with #042F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042F36 on black background.


Color preview on white background

This text has color #042F36 on white background.



Black color preview on #042F36 background

This text has black color on #042F36 background.


White color preview on #042F36 background

This text has white color on #042F36 background.