COLOR #041720

HEX: #041720
RGB: (4,23,32)

Color info

#041720 contains red, green and blue colors in about the same proportion. Web safe color of #041720 is #000033 (or #003).

RGB color model

#041720 color RGB value is (4,23,32).

  • red value is 4;
  • green value is 23;
  • blue value is 32.
RGB:
(4,23,32)
(2%,9%,13%)

RGB channels and saturation

R 4 of 255 = 2%
G 23 of 255 = 9%
B 32 of 255 = 13%

4
23
32

R + G + B ~ 8%. #041720 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 23 + 32 = 59 (100%)
R 4 of 59 ~ 6.78%
G 23 of 59 ~ 38.98%
B 32 of 59 ~ 54.24%

%38.98
%54.24

CMYK color model

#041720 color CMYK value is (88,28,0,87).

  • cyan value is 87.50%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(88,28,0,87)
C88M28Y0K87 
(88%,28%,0%,87%)
(0.88/0.28/0.00/0.87)	

CMYK percentages

%87.5
%28.13
%0
%87.45

Codes

Color #041720 in popluar color models

041720
RGB42332
HSL199°77.78%7.06%
HSB/HSV199°87.50%12.55%
CMYK87.50%28.13%0.00%
87.45%

Color #041720 in popluar number systems.

HEX041720
Decimal42332
Binary10010111100000
Octal42740

Shades and tints

Shades of #041720

#041720
(4,23,32)
#04151E
(4,21,30)
#04131C
(4,19,28)
#04111A
(4,17,26)
#040F18
(4,15,24)
#040D16
(4,13,22)
#040B14
(4,11,20)
#040912
(4,9,18)
#040710
(4,7,16)
#04050E
(4,5,14)
#04030C
(4,3,12)
#000000
(0,0,0)

Tints of #041720

#041720
(4,23,32)
#1A2C34
(26,44,52)
#304148
(48,65,72)
#46565C
(70,86,92)
#5C6B70
(92,107,112)
#728084
(114,128,132)
#889598
(136,149,152)
#9EAAAC
(158,170,172)
#B4BFC0
(180,191,192)
#CAD4D4
(202,212,212)
#E0E9E8
(224,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041720 color. Also use rgb(4,23,32) instead hex code.

Text Font Color

.myTextColor { color: #041720; }

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

This text font color is #041720.


Background Color

.myBgColor { background-color: #041720; }

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

This div background color is #041720.


Border color

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

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

This div border color is #041720.


Opacity

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

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

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

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

This text has shadow with #041720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041720 on black background.


Color preview on white background

This text has color #041720 on white background.



Black color preview on #041720 background

This text has black color on #041720 background.


White color preview on #041720 background

This text has white color on #041720 background.