COLOR #042E23

HEX: #042E23
RGB: (4,46,35)

Color info

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

RGB color model

#042E23 color RGB value is (4,46,35).

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

RGB channels and saturation

R 4 of 255 = 2%
G 46 of 255 = 18%
B 35 of 255 = 14%

4
46
35

R + G + B ~ 11%. #042E23 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 46 + 35 = 85 (100%)
R 4 of 85 ~ 4.71%
G 46 of 85 ~ 54.12%
B 35 of 85 ~ 41.18%

%54.12
%41.18

CMYK color model

#042E23 color CMYK value is (91,0,24,82).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 81.96%
CMYK:
(91,0,24,82)
C91M0Y24K82 
(91%,0%,24%,82%)
(0.91/0.00/0.24/0.82)	

CMYK percentages

%91.3
%0
%23.91
%81.96

Codes

Color #042E23 in popluar color models

042E23
RGB44635
HSL164°84.00%9.80%
HSB/HSV164°91.30%18.04%
CMYK91.30%0.00%23.91%
81.96%

Color #042E23 in popluar number systems.

HEX042E23
Decimal44635
Binary100101110100011
Octal45643

Shades and tints

Shades of #042E23

#042E23
(4,46,35)
#042A20
(4,42,32)
#04261D
(4,38,29)
#04221A
(4,34,26)
#041E17
(4,30,23)
#041A14
(4,26,20)
#041611
(4,22,17)
#04120E
(4,18,14)
#040E0B
(4,14,11)
#040A08
(4,10,8)
#040605
(4,6,5)
#000000
(0,0,0)

Tints of #042E23

#042E23
(4,46,35)
#1A4137
(26,65,55)
#30544B
(48,84,75)
#46675F
(70,103,95)
#5C7A73
(92,122,115)
#728D87
(114,141,135)
#88A09B
(136,160,155)
#9EB3AF
(158,179,175)
#B4C6C3
(180,198,195)
#CAD9D7
(202,217,215)
#E0ECEB
(224,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042E23; }

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

This text font color is #042E23.


Background Color

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

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

This div background color is #042E23.


Border color

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

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

This div border color is #042E23.


Opacity

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

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

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

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

This text has shadow with #042E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042E23 on black background.


Color preview on white background

This text has color #042E23 on white background.



Black color preview on #042E23 background

This text has black color on #042E23 background.


White color preview on #042E23 background

This text has white color on #042E23 background.