COLOR #042718

HEX: #042718
RGB: (4,39,24)

Color info

#042718 contains red, green and blue colors in about the same proportion. Web safe color of #042718 is #003300 (or #030).

RGB color model

#042718 color RGB value is (4,39,24).

  • red value is 4;
  • green value is 39;
  • blue value is 24.
RGB:
(4,39,24)
(2%,15%,9%)

RGB channels and saturation

R 4 of 255 = 2%
G 39 of 255 = 15%
B 24 of 255 = 9%

4
39
24

R + G + B ~ 9%. #042718 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 39 + 24 = 67 (100%)
R 4 of 67 ~ 5.97%
G 39 of 67 ~ 58.21%
B 24 of 67 ~ 35.82%

%58.21
%35.82

CMYK color model

#042718 color CMYK value is (90,0,38,85).

  • cyan value is 89.74%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 84.71%
CMYK:
(90,0,38,85)
C90M0Y38K85 
(90%,0%,38%,85%)
(0.90/0.00/0.38/0.85)	

CMYK percentages

%89.74
%0
%38.46
%84.71

Codes

Color #042718 in popluar color models

042718
RGB43924
HSL154°81.40%8.43%
HSB/HSV154°89.74%15.29%
CMYK89.74%0.00%38.46%
84.71%

Color #042718 in popluar number systems.

HEX042718
Decimal43924
Binary10010011111000
Octal44730

Shades and tints

Shades of #042718

#042718
(4,39,24)
#042416
(4,36,22)
#042114
(4,33,20)
#041E12
(4,30,18)
#041B10
(4,27,16)
#04180E
(4,24,14)
#04150C
(4,21,12)
#04120A
(4,18,10)
#040F08
(4,15,8)
#040C06
(4,12,6)
#040904
(4,9,4)
#000000
(0,0,0)

Tints of #042718

#042718
(4,39,24)
#1A3A2D
(26,58,45)
#304D42
(48,77,66)
#466057
(70,96,87)
#5C736C
(92,115,108)
#728681
(114,134,129)
#889996
(136,153,150)
#9EACAB
(158,172,171)
#B4BFC0
(180,191,192)
#CAD2D5
(202,210,213)
#E0E5EA
(224,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042718; }

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

This text font color is #042718.


Background Color

.myBgColor { background-color: #042718; }

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

This div background color is #042718.


Border color

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

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

This div border color is #042718.


Opacity

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

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

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

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

This text has shadow with #042718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042718 on black background.


Color preview on white background

This text has color #042718 on white background.



Black color preview on #042718 background

This text has black color on #042718 background.


White color preview on #042718 background

This text has white color on #042718 background.